fcl-passrc: using nodejsfs

git-svn-id: trunk@40040 -
This commit is contained in:
Mattias Gaertner 2018-10-25 19:42:34 +00:00
parent 024c6de3cc
commit bcbc578287
3 changed files with 3 additions and 3 deletions

View File

@ -285,7 +285,7 @@ interface
uses
{$ifdef pas2js}
js, pas2jsfs,
js, NodeJSFS,
{$endif}
Classes, SysUtils, Math, Types, contnrs,
PasTree, PScanner, PParser, PasResolveEval;

View File

@ -32,7 +32,7 @@ interface
uses
{$ifdef pas2js}
pas2jsfs,
NodeJSFS,
{$endif}
SysUtils, Classes, PasTree, PScanner;

View File

@ -32,7 +32,7 @@ interface
uses
{$ifdef pas2js}
js, pas2jsfs, Types,
js, NodeJSFS, Types,
{$endif}
SysUtils, Classes;