An open API service providing commit metadata for open source projects.

GitHub / TypeScriptToLua/TypeScriptToLua / commits

Typescript to lua transpiler. https://typescripttolua.github.io/

SHA Message Author Date Stats
3fa2065a Omitted expression support (#643) hazzard993 <h****3@g****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 7 years ago
51a125e2 updated call & table expression formatting (#639) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 7 years ago
d9a996fc Make utils regular functions instead of utility classes (#640) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 7 years ago
d5f644c0 More source map stuff (#633) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
bccecc57 Fix noResolution for named imports (#636) hazzard993 <h****3@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
2535f39d using full form of 'super' call when base is an exported identfier (#637) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
3c418920 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
f18c6a1c 0.22.1 Perryvw <p****l@g****m> about 7 years ago
0e40fe93 Updated some packages Perryvw <p****l@g****m> about 7 years ago
2c04d6a0 0.22.0 Perryvw <p****l@g****m> about 7 years ago
4ff68194 Simplify const enum transform (#623) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
acd036bd @varArg directive (#630) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a940c71a @forRange directive (#626) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
46482c7e Preventing __TS__TypeOf lib function from being output if it is not used. (#627) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
2835c51b typeof improvements (#625) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
59acb583 Replaced all private properties with protected (#621) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
d30f7edc Load custom transformers from tsconfig (#552) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
cc5c0a07 removing tstl header from lib functions (#622) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
9a58560c 0.21.1 Perryvw <p****l@g****m> about 7 years ago
25891d51 fix for parenthesis stripping (#620) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
6db5684b Handling exports referenced in different scopes (#618) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
cc5c472e Improve `import =` require behavior (#608) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
3ec89e46 Update CHANGELOG.md 0.21.0 Perryvw <p****l@g****m> about 7 years ago
4b92ad50 0.21.0 Perryvw <p****l@g****m> about 7 years ago
8a7b31b6 Added support for importequals declaration (#598) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
440ef277 Added array.reduce (#604)
Co-authored-by: ark120202 <a****2@g****m>
Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
dfcfa1fb Enable prettier on all files (#588) ark120202 <a****2@g****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
a2046bd6 Identifier name fixes (#596) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
908db369 Using ipairs for for...of loops (#595) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
3d7833eb fixed usage of lua keywords as property names (#586) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
3d632777 fixed default binding pattern parameters (#589) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
97fa41e8 Add module import/export elision (#565) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
026317c5 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
3d5540d8 0.20.0 Perryvw <p****l@g****m> about 7 years ago
84bcf7b1 Removed unused variable that was failing the build Perryvw <p****l@g****m> about 7 years ago
e18bf590 Allow lua keywords and identifiers with invalid characters (#581) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
63f5568a Fixed @tupleReturn on interface function properties (#582) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
9faa80da Small improvements (#570) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
26cf33c1 Add string.{repeat,padStart,padEnd} (#571) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
e385af04 Sourcemap fixes (#575) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
c78856e2 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
988c82ae Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
4c72ad59 0.19.0 Perryvw <p****l@g****m> about 7 years ago
bd7dcd52 Remove undefined from expression visitors (#566) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
512c4575 fixed property shorthand with exported identifier (#562) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
1fc5f260 Support for spread operator on iterables (#569) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
c3040783 Class decorators (#558) Evan Hemsley <2****y@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
55da476f Feature/api interface (#561) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
2ec3234f Add NaN, Infinity and related number functions (#557) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
3de430d3 Lua table (#516) hazzard993 <h****3@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
720a4dc2 Array support in __TS__Iterator (#556) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
1d2cd139 Add Symbol.hasInstance support (#550) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
bd2d81b8 Make transpiledFiles an Array (#553) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
95267295 Add string.{starts,ends}With (#551) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
cb2c4796 Improve string.replace implementation (#549) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
5d4ed09f New emit pipeline and API/CLI refactor (#511) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
247cebad false default binding pattern values (#538) hazzard993 <h****3@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
a980e139 Adjusted peekScope return and added appropriate errors (#527) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
043b87db Import hoisting (#526) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
e9a7b0f5 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
291300ed 0.18.0 Perryvw <p****l@g****m> about 7 years ago
576c7e5e Ensuring super call is always first statement in constructors (#524) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
27ae2a83 Enabled strict config (#515) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
16a61b77 Fixed merging module into interface (#522) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
29047b51 ArraySetLength lib function (#521) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
3df8dfba class name support (#520) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
dd7e5de7 fixed commenting of inline sourcemaps (#519) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
4fbf0862 Removing "or" assignment from exports, class and namespace declarations (#512) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
683e43a4 removing semi-colons, except where needed for disambiguation (#505) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
1cec4434 String concat fix (#508) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
dccea87d ensuring statement expressions are transpiled to valid lua (#506) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
422a36ad output cleanup (#501) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
b34142ae Update CHANGELOG.md Lorenz Junglas <l****o@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
0bf1ea04 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
1e260e60 0.17.0 Perryvw <p****l@g****m> about 7 years ago
ed5bcd75 Added initial support for sourcemaps (#452) Lorenz Junglas <l****o@u****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
8fb498a2 Add fix:prettier npm script (#502) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
1dd715c3 Improve Prettier DX (#500) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
d806e10b Update tsconfig example (#498) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
85dbd953 Update outdated repo urls and add description to package.json (#499) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
02749290 Add Object.fromEntries (#497) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
8fb72f4f Add array.flat and array.flatMap (#496) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
a2007937 Migrate tests to Jest (#491) ark120202 <a****2@g****m>
Committed by: Perry van Wesel <P****w@u****m>
about 7 years ago
225c7c1f support for @tupleReturn per overloaded function signature (#495) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
512e7d0a 0.16.1 Perryvw <p****l@g****m> over 7 years ago
c4a387a9 Incremental compilation in watch mode (#488) Lars Melchior <T****s@u****m>
Committed by: Perry van Wesel <P****w@u****m>
over 7 years ago
d0c4f724 Using getContextualType in inferAssignedType (#487) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
8515a038 Changed position of spread operator declaration in function body (#485) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
02b96424 validating arguments passed to lua lib functions (#484) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
fbdb6047 removed escape from backtick (#482) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
8b421310 Array detection fixes (#483) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
d577493d Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
478f0054 Updated codecov Perryvw <p****l@g****m> over 7 years ago
0c1e17aa Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
a0af1980 0.16.0 Perryvw <p****l@g****m> over 7 years ago
1e0247f2 New functions v2 (#465) Tom <2****d@u****m>
Committed by: Perry van Wesel <P****w@u****m>
over 7 years ago
d9103e83 Feature/small bugfixes (#475) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
f9a225e4 No path resolution for ambient modules (#455) hazzard993 <h****3@g****m>
Committed by: Perry van Wesel <P****w@u****m>
over 7 years ago
badd0122 @luaIterator on array types (#479) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
d870f000 fixed transforming undefined as a property name (#474) Tom <2****d@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago

← Back to repository