Commit 62a4692
CLI rewrite and Typescript 3 (#382)
* Initial no-yargs implementation
* Fixed issue with tsconfig and some other tests
* Upgraded to TS3
* Fixed TS3 support
Fixed CLI only reading compilerOptions field of tsconfig
* Fixed decorator tests and Added test-fast script
* Removed tslint-override from tslint config
* Changed array type to readonly
* Added options and their parameters to the help string
* Added function aliases and cleaned up command line parser, merged tests
* Added test for luaTarget alias
* Refactored help string a bit, added support for -v1 parent 313e6ea commit 62a4692
File tree
13 files changed
+580
-668
lines changed- src
- test
- src
- unit
- compiler/configuration/mixed
13 files changed
+580
-668
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | | - | |
| 66 | + | |
69 | 67 | | |
70 | 68 | | |
0 commit comments