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
99b42b6b Fixed Tests Lolleko <l****s@h****e> almost 8 years ago
165935f5 Fixed host type issue Lolleko <l****s@h****e> almost 8 years ago
e8ff7895 Added experimental watch mode Lolleko <l****s@h****e> almost 8 years ago
60f43a4a merge Merge pull request #172 from Perryvw/metaextenstion-decorator Lorenz Junglas <l****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
0be1311f Changed getCustomDecorators return from collection to map Lolleko <l****s@h****e> almost 8 years ago
86ed1429 Refactored Decorators Lolleko <l****s@h****e> almost 8 years ago
d1f86b5f Rename src/Index.ts to src/index.ts (#167) Jason Tu <j****4@g****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 8 years ago
960b4d01 Fix tsconfig overridden by defaults (#165) Janne Varjo <a****s@j****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 8 years ago
afd66f5a merge Merge branch 'master' of https://github.com/Perryvw/TypescriptToLua Lolleko <l****s@h****e> almost 8 years ago
b6f6f7b7 Updated npm key Lolleko <l****s@h****e> almost 8 years ago
68c87fbe Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
a864f8ea 0.7.0 Perryvw <p****l@g****m> almost 8 years ago
51ff7c03 Added support for assignments inside expressions (#166) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
07c836cb Stop block transpilation after encountering a return statement (#161) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
5afaa2da Support for single-character escape sequences (#160) Janne Varjo <a****s@j****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 8 years ago
4c10c286 Improved target error messages. Perryvw <p****l@g****m> almost 8 years ago
1c6d52ab Inlining of map and set and detection when they are used (#159) Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
bc073bb9 Fix variable destructuring compatibility issue with lua 5.1 (#158) Janne Varjo <a****s@j****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 8 years ago
0d4c162b Removed tuple destruction from map Perryvw <p****l@g****m> almost 8 years ago
fda1683f merge Merge pull request #148 from Perryvw/ts-lualib Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
a819459c Fixed some minor issues Lolleko <l****s@h****e> almost 8 years ago
a5c43487 Moved linting step to test instead of build Perryvw <p****l@g****m> almost 8 years ago
24562ed3 Added linting for lualib src to build command Perryvw <p****l@g****m> almost 8 years ago
5f72d435 Fixed some linting issues Perryvw <p****l@g****m> almost 8 years ago
b83de629 Fixed transpiler review comments Perryvw <p****l@g****m> almost 8 years ago
946efa6a Fixed dependecy issue Lolleko <l****s@h****e> almost 8 years ago
e626a502 Replaced concat witf fs functions Lolleko <l****s@h****e> almost 8 years ago
8854697f Fixed build error Lolleko <l****s@h****e> almost 8 years ago
cb16b271 Fixed defaultoption test test Lolleko <l****s@h****e> almost 8 years ago
d12017de Fixed Laulib Inline/Export order & Fixed lualib build not cleanung up Lolleko <l****s@h****e> almost 8 years ago
837deef8 Fixed inlining happening after return & changed addheader optio flag to => n... Lolleko <l****s@h****e> almost 8 years ago
8a63a99b Added import options Lolleko <l****s@h****e> almost 8 years ago
548d16f0 Removed coverage file Lolleko <l****s@h****e> almost 8 years ago
b8f3f0d9 Removed gulp Lolleko <l****s@h****e> almost 8 years ago
8a83c82f Got istanbul working Lolleko <l****s@h****e> almost 8 years ago
6345f5a7 Moved tuple return tests from translation to functional tests Perryvw <p****l@g****m> almost 8 years ago
64cbbe85 Fixed StringReplace and StringSplit Perryvw <p****l@g****m> almost 8 years ago
5d563b63 Added string.substr Perryvw <p****l@g****m> almost 8 years ago
61fa3df3 Fixed lualib function signatures Perryvw <p****l@g****m> almost 8 years ago
afa4e5b7 Fixed slice Perryvw <p****l@g****m> almost 8 years ago
deaf4554 Fixed and improved lualib ternary conditional Perryvw <p****l@g****m> almost 8 years ago
cb5390c6 Fixed map/set constructors Perryvw <p****l@g****m> almost 8 years ago
e049a864 Fixed bug with map and set constructors Perryvw <p****l@g****m> almost 8 years ago
5d4af44e Improved binding pattern handling Perryvw <p****l@g****m> almost 8 years ago
15b52f8a Added some extra testcases Perryvw <p****l@g****m> almost 8 years ago
2b0271bd Fixed splice array trim Lolleko <l****s@h****e> almost 8 years ago
8942097e Fixed lualib cleanup, Fixed IndexOf and added tests for indexof Lolleko <l****s@h****e> almost 8 years ago
6e532a3f merge Merge branch 'master' into ts-lualib Lolleko <l****s@h****e> almost 8 years ago
b40178a9 IndexOf and Splice (both broken) Lolleko <l****s@h****e> almost 8 years ago
1dc962e4 merge Merge pull request #152 from Perryvw/feature/fix-assignment-return Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
cd40c3b2 Every, Filter, Some, Splice, Replace Lolleko <l****s@h****e> almost 8 years ago
fb87646f Fied luaTarget beeing set incorrectly Lolleko <l****s@h****e> almost 8 years ago
3c055d87 Initial Set implementation Perryvw <p****l@g****m> almost 8 years ago
543cd37e Fixed a couple map bugs Perryvw <p****l@g****m> almost 8 years ago
1e640df9 Fixed returns of assigning binary expressions causing syntax errors, moved tests Perryvw <p****l@g****m> almost 8 years ago
19cab94c Splice Lolleko <l****s@h****e> almost 8 years ago
bdd80a16 Fixed an issue that caused lualib to be a dependency of lualib during build Lolleko <l****s@h****e> almost 8 years ago
86c67ff5 merge Merge branch 'escapedtext-replace' into ts-lualib Lolleko <l****s@h****e> almost 8 years ago
84da33e3 Moved all escapedText calls to transpileIdentifier Lolleko <l****s@h****e> almost 8 years ago
f59c13a6 Fixed some lualib issues Lolleko <l****s@h****e> almost 8 years ago
1c939eec merge Merge branch 'ts-lualib' of https://github.com/Perryvw/TypescriptToLua into t... Lolleko <l****s@h****e> almost 8 years ago
3103c0de Gulp Tests & InstanceOf Lolleko <l****s@h****e> almost 8 years ago
978417a7 Initial rough map implementation Perryvw <p****l@g****m> almost 8 years ago
0a9b9053 Fixed stupid mistake :) Lolleko <l****s@h****e> almost 8 years ago
e300eead Added map, push, ternary Lolleko <l****s@h****e> almost 8 years ago
be164b22 LuaLibFeature translation Lolleko <l****s@h****e> almost 8 years ago
b3770b3b Added basic gulp support and split lualib into seperate ts files Lolleko <l****s@h****e> almost 8 years ago
b77cb5a9 Fixed exports if exported value was changed after declaration (#146) Lorenz Junglas <l****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
90a261e5 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
16eed2ff 0.6.0 Perryvw <p****l@g****m> almost 8 years ago
4fcd6a50 Threaded tests (#145) Lorenz Junglas <l****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
452aab91 Fixed bug where constructor was called before initializing fields. Perryvw <p****l@g****m> almost 8 years ago
00039964 Splice fix (#140) Lorenz Junglas <l****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
0887fd40 Allow string initializer for enums (#139) Zeng Jie <z****e@g****m>
Committed by: Perry van Wesel <P****w@u****m>
almost 8 years ago
666e7ebc merge Merge pull request #144 from Perryvw/feature/fix-extension-issue Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
9a53d8c1 Reworked class transpilation and tests Perryvw <p****l@g****m> almost 8 years ago
b666d130 merge Merge pull request #138 from zengjie/master Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
71066903 Allow specify Lua 5.1, 5.2 as target version Zeng Jie <z****e@g****m> almost 8 years ago
424110a6 merge Merge pull request #1 from Perryvw/master Zeng Jie <z****e@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
d4baae58 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
9d5feb23 Update CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
57ef8e03 0.5.0 Perryvw <p****l@g****m> almost 8 years ago
f9851dbf Added some npm keywords Lolleko <l****s@h****e> almost 8 years ago
25f623bd merge Merge branch 'master' of https://github.com/Perryvw/TypescriptToLua Lolleko <l****s@h****e> almost 8 years ago
f62a8323 Ignore coverage of line Lolleko <l****s@h****e> almost 8 years ago
1f6214c3 merge Merge pull request #131 from Perryvw/feature/map-set-interfaces Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
e759f821 Added compiler test Lolleko <l****s@h****e> almost 8 years ago
39590ce6 BaseUrl support (#132) lolleko <l****o@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
a0f3a01a Made Map and Set interfaces follow ES6 guidelines Perryvw <p****l@g****m> almost 8 years ago
9e8d2d51 Downgraded codecov due to dependency issues Perryvw <p****l@g****m> almost 8 years ago
8336b36c merge Merge pull request #130 from Perryvw/feature/improve-version-specific-tests Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
365b829c Added test for ** operator, removed unused helper function Perryvw <p****l@g****m> almost 8 years ago
a9673435 Fixed test coverage Perryvw <p****l@g****m> almost 8 years ago
f3f83991 Added support for bitwise negation Perryvw <p****l@g****m> almost 8 years ago
9e62bd85 Improved version-specific tests for binary bit operations Perryvw <p****l@g****m> almost 8 years ago
972f4927 Added override decorator tslint rule Perryvw <p****l@g****m> almost 8 years ago
b67e8b31 Refactor binary assignment operators Perryvw <p****l@g****m> almost 8 years ago
5aeac959 Loop tests Perryvw <p****l@g****m> almost 8 years ago
0a7ed8ed Update README.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
152d11fc Create CHANGELOG.md Perry van Wesel <P****w@u****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago

← Back to repository