refactor: introduce typescript compiler#246
Conversation
| "outDir": "build", | ||
| "allowJs": true, | ||
| "declaration": false, | ||
| "skipLibCheck": true |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #246 +/- ##
==========================================
- Coverage 100% 98.15% -1.85%
==========================================
Files 5 15 +10
Lines 369 2493 +2124
==========================================
+ Hits 369 2447 +2078
- Misses 0 46 +46
Continue to review full report at Codecov.
|
| no-warning-comments: warn | ||
| no-var: error | ||
| prefer-const: error | ||
| node/no-missing-require: warn |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Approved assuming synth.py runs before, and CI all passes :) |
|
Can someone confirm if the system tests were passing on kokoro before this PR? |
Use TypeScript compiler with the `allowJs` option. With the toolchain in place we can start migrating the files incrementally.
Use TypeScript compiler with the
allowJsoption. With the toolchainin place we can start migrating the files incrementally.