summaryrefslogtreecommitdiff
path: root/packages/pastojs
Commit message (Expand)AuthorAgeFilesLines
* pastojs: fixed mark impl scope ref of VarRecsmattias2019-02-161-3/+8
* pastojs: fixed typecast jsvalue(anobject/interface)mattias2019-02-162-18/+47
* pastojs: fixed version check using current versionmattias2019-02-161-2/+3
* pas2js: set trunk version 1.5.1mattias2019-02-161-1/+1
* pastojs: use VarRecs only if calledmattias2019-02-162-14/+66
* pastojs: array of constmattias2019-02-1510-84/+711
* pastojs: clean upmattias2019-02-133-2/+6
* pastojs: fixed helper constructormattias2019-02-111-2/+3
* pastojs: fixed helpers pass argsmattias2019-02-112-316/+368
* pastojs: type helper setmattias2019-02-112-9/+68
* pastojs: type helper pass propertymattias2019-02-102-73/+1293
* pastojs: type helper array, constructormattias2019-02-102-59/+423
* pastojs: type helper: literalmattias2019-02-102-59/+285
* pastojs: type helper: arg/var/const/resultmattias2019-02-102-71/+541
* pastojs: record helper constructormattias2019-02-082-298/+853
* pastojs: helper: for in class helpermattias2019-02-082-7/+103
* pastojs: helper: class property with static class methodmattias2019-02-082-15/+493
* pastojs: helper: default array propertymattias2019-02-082-26/+175
* pastojs: helper: array propertymattias2019-02-082-31/+153
* pastojs: property getter/setter in helpermattias2019-02-072-59/+271
* pastojs: helper inheritedmattias2019-02-063-6/+121
* pastojs: class helper: constructormattias2019-02-062-25/+154
* pastojs: proc ref of helper methodmattias2019-02-062-565/+1168
* pastojs: typecast string(unicodestring), unicodestring(string)mattias2019-02-042-4/+12
* fcl-passrc: fixed case of widecharmattias2019-02-041-0/+4
* fcl-passrc: fixed set literal of widechar, issue 35001mattias2019-02-041-1/+4
* pastojs: fixed case char of widechar_literal, issue 34993mattias2019-02-031-0/+2
* pastojs: helpers: access helper fields from methodmattias2019-02-032-116/+413
* pastojs fixed treating big ints as doublemattias2019-01-312-129/+215
* pastojs: not using TSelfExprmattias2019-01-311-3/+1
* pastojs: searching units in current module directory, Delphi compatibilitymattias2019-01-315-19/+89
* pastojs: intrinsics lo/hi, issue 34964, patch from Kryvichhmattias2019-01-302-0/+213
* pastojs: nicer -Jm error message, check for (a,b)[]mattias2019-01-303-6/+13
* pastojs: fixed compilemattias2019-01-291-1/+2
* pastojs: fixed write class varmattias2019-01-292-243/+273
* fcl-passrc: resolver: fixed find ancestor propertymattias2019-01-272-1/+61
* fcl-passrc: removed okgeneric, it bites generic interfacemattias2019-01-271-2/+0
* pastojs: shorten 1.0E12 to 1E12, issue 34942mattias2019-01-261-4/+24
* fcl-passrc: resolver: type helper constructorsmattias2019-01-261-3/+0
* pas2js: fixed relative paths in srcmap in Windowsmattias2019-01-256-93/+270
* pas2js: added option -Jmabsolutemattias2019-01-251-6/+30
* pastojs: warn for bitwise and,or,xor with native(u)intmattias2019-01-242-1/+30
* pastojs: typecast char to wordmattias2019-01-242-115/+148
* pastojs: char range literals with non ascii, bug 34925mattias2019-01-241-1/+32
* pastojs: fixed reading #$00xx as widechar, bug 34923mattias2019-01-241-24/+29
* pastojs: external fields in records, bug 34922mattias2019-01-242-37/+148
* pastojs: fixed compilemattias2019-01-234-24/+55
* * Fix compilationmichael2019-01-201-1/+2
* pastojs: check name of external class constructormattias2019-01-162-13/+14
* pastojs: fixed (a.b)()mattias2019-01-162-238/+413