mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 05:40:28 +02:00
* renamed nodejsfs to node.js
git-svn-id: trunk@44238 -
This commit is contained in:
parent
af1a4c06c5
commit
46ab234886
@ -24,7 +24,7 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF NodeJS}
|
||||
NodeJSFS,
|
||||
node.fs,
|
||||
{$ENDIF}
|
||||
Classes, SysUtils, Pas2jsFileUtils, Pas2JSFS, Pas2jsCompiler;
|
||||
|
||||
|
@ -27,7 +27,7 @@ interface
|
||||
uses
|
||||
{$IFDEF Pas2js}
|
||||
{$IFDEF NodeJS}
|
||||
JS, NodeJSFS,
|
||||
JS, node.fs,
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
Classes, SysUtils,
|
||||
|
Loading…
Reference in New Issue
Block a user