Update test files to use the .ts extension#315
Update test files to use the .ts extension#315DominicKramer merged 39 commits intogoogleapis:masterfrom
.ts extension#315Conversation
| 'use strict'; | ||
|
|
||
| var nock = require('nock'); | ||
| var nock = require('nock'); |
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.
| /*5*/ a = 0; | ||
| /*6*/ }); | ||
| /*7*/} | ||
| /*8*/module.exports = foo; No newline at end of file |
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.
| /*8*/ return a; | ||
| /*9*/ }()); | ||
| /*10*/} | ||
| /*11*/module.exports = foo; No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| /*3*/function foo(n) { | ||
| /*4*/ var A = new Array(3); return n+42+A[0]; | ||
| /*5*/} | ||
| /*6*/module.exports = foo; No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| /*11*/module.exports = { | ||
| /*12*/ foo: foo, | ||
| /*13*/ bar: bar | ||
| /*14*/}; No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| /*8*/ return e; | ||
| /*9*/ } | ||
| /*10*/} | ||
| /*11*/module.exports = foo; No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| /*11*/module.exports = { | ||
| /*12*/ foo: foo, | ||
| /*13*/ getterObject: getterObject | ||
| /*14*/}; No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| "allowUnreachableCode": false, | ||
| "allowUnusedLabels": false, | ||
| "alwaysStrict": true, | ||
| // "alwaysStrict": 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.
| @@ -0,0 +1,6 @@ | |||
| /*1* KEEP THIS CODE AT THE TOP TO AVOID LINE NUMBER CHANGES */ | |||
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.
| id: 'fake-id-123', | ||
| location: { path: 'test-v8debugapi.js', line: 4 } | ||
| // TODO: Determine if we should be restricting to only the build directory. | ||
| location: { path: 'build/test/test-v8debugapi-code.js', line: 4 } |
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.
No description provided.