This repository was archived by the owner on Feb 15, 2026. It is now read-only.
refactor: convert to typescript#106
Merged
JustinBeckwith merged 4 commits intogoogleapis:masterfrom Nov 4, 2018
JustinBeckwith:ts1
Merged
refactor: convert to typescript#106JustinBeckwith merged 4 commits intogoogleapis:masterfrom JustinBeckwith:ts1
JustinBeckwith merged 4 commits intogoogleapis:masterfrom
JustinBeckwith:ts1
Conversation
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
==========================================
+ Coverage 84% 91.41% +7.41%
==========================================
Files 3 6 +3
Lines 75 198 +123
Branches 0 6 +6
==========================================
+ Hits 63 181 +118
- Misses 12 17 +5
Continue to review full report at Codecov.
|
JustinBeckwith
commented
Nov 4, 2018
| "lint": "eslint '**/*.js'", | ||
| "mocha": "nyc mocha", | ||
| "prepare": "npm run compile && node ./build/tools/prepublish.js", | ||
| "prepublishOnly": "npm run prepare", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
jkwlui
approved these changes
Nov 4, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: The import style of this library has changed to be es-module compliant. The default export is no longer a function. To get the path to a given proto file, please use the
getProtoPathmethod.Old code
New Code
All other exported methods and properties remain the same.