mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:05:57 +02:00
* Forgot to commit
This commit is contained in:
parent
2781be118f
commit
7e158b6c9b
@ -268,7 +268,8 @@ const
|
|||||||
PCUTargetPlatformNames: array[TPasToJsPlatform] of string = (
|
PCUTargetPlatformNames: array[TPasToJsPlatform] of string = (
|
||||||
'Browser',
|
'Browser',
|
||||||
'NodeJS',
|
'NodeJS',
|
||||||
'Electron'
|
'Electron',
|
||||||
|
'Module'
|
||||||
);
|
);
|
||||||
|
|
||||||
PCUDefaultTargetProcessor = ProcessorECMAScript5;
|
PCUDefaultTargetProcessor = ProcessorECMAScript5;
|
||||||
|
Loading…
Reference in New Issue
Block a user