Commit 1565737
authored
feat: new compiler based on tsc (#55)
* use default tsc compiler
* read app tsconfig
* return error on catch
* remove custom compiler
* remove commented
* remove commented
* restore old compiler
* fix eslint
* fix arg order
* TS1196: Catch clause variable cannot have a type annotation.
* add flag in compiler
* default flag to flase
* update compile try script
* update ts and node types
* update array to readonly array since no mutation
* improve security, performance
* add tests1 parent 414edb9 commit 1565737
File tree
10 files changed
+4495
-2972
lines changed- example
- src
- bundler
- compiler
- misc
- tests
10 files changed
+4495
-2972
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments