-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sandbox): add ignore header to js files (#2291)
Add an ignore header to each js (or friend) file in the sandbox. This should allow files to be transpiled no matter the contents. For more info, see #2276 The header now consists of: ```js /* eslint-disable */ // @ts-nocheck ``` But we can later decide to include more ignore rules.
- Loading branch information
Showing
24 changed files
with
66 additions
and
1,537 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
542 changes: 0 additions & 542 deletions
542
e2e/test/karma-webpack-with-ts/dist-test/tsconfig.tsbuildinfo
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
e2e/test/karma-webpack-with-ts/dist-test/unit/components/mutation-test-totals.spec.d.ts
This file was deleted.
Oops, something went wrong.
108 changes: 0 additions & 108 deletions
108
e2e/test/karma-webpack-with-ts/dist-test/unit/components/mutation-test-totals.spec.js
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
e2e/test/karma-webpack-with-ts/dist-test/unit/helpers/CustomElementFixture.d.ts
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
e2e/test/karma-webpack-with-ts/dist-test/unit/helpers/CustomElementFixture.js
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
e2e/test/karma-webpack-with-ts/dist-test/unit/helpers/factory.d.ts
This file was deleted.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
e2e/test/karma-webpack-with-ts/dist-test/unit/helpers/factory.js
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
e2e/test/karma-webpack-with-ts/dist/components/mutation-test-totals.d.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.