feat: convert to TypeScript#236
Conversation
|
Please do not merge until we figure out what to do with |
Codecov Report
@@ Coverage Diff @@
## master #236 +/- ##
=========================================
Coverage ? 92.51%
=========================================
Files ? 5
Lines ? 2645
Branches ? 89
=========================================
Hits ? 2447
Misses ? 196
Partials ? 2
Continue to review full report at Codecov.
|
bcoe
left a comment
There was a problem hiding this comment.
this is looking good to me, once we address the breaking change 👍
| "lint": "eslint '**/*.js'", | ||
| "test": "c8 mocha build/test", | ||
| "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../", | ||
| "system-test": "mocha build/system-test", |
There was a problem hiding this comment.
to give us a full picture of coverage, I think we should gravitate towards using c8 for running system-test and sample-tests, codecov merges reports.
There was a problem hiding this comment.
OK! updated package.json
| s.copy( | ||
| library, | ||
| excludes=['package.json', 'README.md', 'src/index.js']) | ||
| excludes=['package.json', 'README.md', 'src/index.ts']) |
There was a problem hiding this comment.
were there manual changes in src/index.ts? if not we should avoid excluding it.
There was a problem hiding this comment.
Yes, we are merging two versions there. We don't do it automatically yet.
|
What kind of breaking change? |
|
@alexander-fenster you mentioned |
|
@bcoe Ah! That one is fixed! googleapis/gapic-generator-typescript#156 fixed that, there are no other breaking changes I'm aware of here. :) |
|
@alexander-fenster 👍 awesome, land at will; any reason to keep the blocked tag on? |
|
Nope! Landing now. |
Converting
redisto TypeScript. This should be totally non-breaking.