refactor(typescript): convert index to es module#227
refactor(typescript): convert index to es module#227JustinBeckwith merged 4 commits intogoogleapis:masterfrom JustinBeckwith:index-ts-is-hard
Conversation
| }; | ||
|
|
||
| it('should expose static and instance constructors', () => { | ||
| it.skip('should expose static and instance constructors', () => { |
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| import * as arrify from 'arrify'; | ||
| import * as Big from 'big.js'; | ||
| import {ServiceObject, util, SetMetadataResponse, ResponseCallback} from '@google-cloud/common'; | ||
| import * as common from '@google-cloud/common'; |
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.
|
Tip to reviewers @kinwa91 @stephenplusplus - you probably want to add |
| @@ -57,7 +57,6 @@ | |||
| "benchmark": "time node benchmark/bench.js benchmark/queries.json", | |||
| "docs": "jsdoc -c .jsdoc.js", | |||
| "lint": "eslint samples/", | |||
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.
BREAKING CHANGE: The import style of this library has been changed to be es module compatible.
Old Code
New Code