forked from angular/angular-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: remove unused code coverage infrastructure
Closes angular#13228 It is currently unused and requires an old version of the `source-map` package. This old version conflicts with the use of newer versions that are required to provide the necessary functionality and performance within the published packages.
- Loading branch information
Showing
7 changed files
with
22 additions
and
284 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
# `/lib` Folder | ||
|
||
This folder includes bootstrap code for the various tools included in this repository. Also | ||
included is the packages meta-information package in `packages.ts`. This is used to read and | ||
understand all the monorepo information (contained in the `.monorepo.json` file, and `package.json` | ||
This folder includes bootstrap code for the various tools included in this repository. Also | ||
included is the packages meta-information package in `packages.ts`. This is used to read and | ||
understand all the monorepo information (contained in the `.monorepo.json` file, and `package.json` | ||
files across the repo). | ||
|
||
`bootstrap-local.js` should be included when running files from this repository without compiling | ||
first. It allows for compiling and loading packages in memory directly from the repo. Not only | ||
does the `devkit-admin` scripts use this to include the library, but also all binaries linked | ||
locally (like `schematics` and `ng`), when not using the npm published packages. | ||
|
||
`istanbul-local.js` adds global hooks and information to be able to use code coverage with | ||
`bootstrap-local.js`. Istanbul does not keep the sourcemaps properly in sync if they're available | ||
in the code, which happens locally when transpiling TypeScript. It is currently used by the | ||
`test` script and is included by `bootstrap-local.js` for integration. | ||
first. It allows for compiling and loading packages in memory directly from the repo. Not only | ||
does the `devkit-admin` scripts use this to include the library, but also all binaries linked | ||
locally (like `schematics` and `ng`), when not using the npm published packages. |
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ | |
"master" | ||
], | ||
"ignoreDeps": [ | ||
"source-map", | ||
"@types/node", | ||
"webpack-subresource-integrity" | ||
], | ||
|
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
Oops, something went wrong.