Commit History

Author SHA1 Message Date
  Michael VAN CANNEYT f1680f05b6 * PChar -> PAnsiChar 2 years ago
  mattias 410c1bbaa0 fcl-js: do not escape / 3 years ago
  Michaël Van Canneyt c8403ad49e * Test for const list 3 years ago
  mattias ced452e2ef fcl-js: switched to TypedParams 3 years ago
  Michaël Van Canneyt fa9d77e67e * TypeScript Improvements, 97% of DefinitelyTyped declarations now parsed 3 years ago
  Michaël Van Canneyt dcf64d8fee * Export statement 3 years ago
  Michaël Van Canneyt 54415f8f4e * Import statement 3 years ago
  Michaël Van Canneyt 6a9d2cae93 * Debugger statement 3 years ago
  Michaël Van Canneyt 652643499a * const and let statements 3 years ago
  Mattias Gaertner a7ecde8bb2 fcl-js: write async function and await expression 5 years ago
  Mattias Gaertner 3175fb3094 fcl-js: write TJSStatementList using a heap stack to avoid large stack depths 5 years ago
  Mattias Gaertner b1752fb4ce fcl-js: omit brackets on associative operations (a||b)||(c||d), (a&&b)&&(c&&d), (a|b)|c, (a&b)&c, (a^b)^c, (a+b)+c, (a-b)-c, (a*b)*c 6 years ago
  Mattias Gaertner a8f18c29fb fcl-js: test var a=1,b=2,c=3 7 years ago
  Mattias Gaertner 4e4a4a465b fcl-js: fixed writing brackets around binary B 7 years ago
  Mattias Gaertner d045d1888d fcl-js: fixed tests 7 years ago
  Mattias Gaertner 2a57480fff fcl-js: no brackets in var-comma 7 years ago
  michael 7b38e90513 * Patch from Mattias gaertner to write less empty lines 8 years ago
  michael b08297a667 * Fix from Mattias Gaertner to implement calling functions without arguments. 8 years ago
  michael a55c176bef * Patch from Mattias Gaertner: Record support, detect duplicate identifiers, bug fixes 9 years ago
  michael 7712f049df * Patch from Mattias Gaertner to fix writing superfluous semicolons after statement lists. 9 years ago
  michael 910e5ff888 * Compact arrays/object literals and func. arguments 11 years ago
  michael 0c8f3d6c12 * Javascript writer 11 years ago