mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 19:39:23 +02:00
set pas2js fixes version 1.4.6
This commit is contained in:
parent
0d6e7288ee
commit
cfb5914e56
@ -44,7 +44,7 @@ uses
|
||||
const
|
||||
VersionMajor = 1;
|
||||
VersionMinor = 4;
|
||||
VersionRelease = 4;
|
||||
VersionRelease = 6;
|
||||
VersionExtra = '';
|
||||
DefaultConfigFile = 'pas2js.cfg';
|
||||
|
||||
|
2
compiler/utils/pas2js/dist/rtl.js
vendored
2
compiler/utils/pas2js/dist/rtl.js
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
var rtl = {
|
||||
|
||||
version: 10404,
|
||||
version: 10406,
|
||||
|
||||
quiet: false,
|
||||
debug_load_units: false,
|
||||
|
@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="11"/>
|
||||
<Version Value="12"/>
|
||||
<General>
|
||||
<Flags>
|
||||
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
||||
<MainUnitHasCreateFormStatements Value="False"/>
|
||||
<MainUnitHasTitleStatement Value="False"/>
|
||||
<CompatibilityMode Value="True"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<MainUnit Value="0"/>
|
||||
<Title Value="pas2js"/>
|
||||
<UseAppBundle Value="False"/>
|
||||
<ResourceType Value="res"/>
|
||||
@ -71,6 +71,15 @@
|
||||
<AllowLabel Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
<Checks>
|
||||
<IOChecks Value="True"/>
|
||||
<RangeChecks Value="True"/>
|
||||
<OverflowChecks Value="True"/>
|
||||
<StackChecks Value="True"/>
|
||||
</Checks>
|
||||
<VerifyObjMethodCallValidity Value="True"/>
|
||||
</CodeGeneration>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
<Exceptions Count="3">
|
||||
|
Loading…
Reference in New Issue
Block a user