diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-02 17:54:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 17:54:51 +0200 |
| commit | cc12e86fe36a77ecb0bb836ba82e823ca26abdc2 (patch) | |
| tree | f7d7b63ca25400d41755da5d7e73adc4565e7ce9 /cli/tests/lock_dynamic_imports.out | |
| parent | 74c260517a40d9644960b01415824e1c6c646fde (diff) | |
refactor: lock file (#6569)
- refactor lock file creation
- provide deterministic output in lock file (alphabetically sorted)
- dynamic imports are checked against lock file
Diffstat (limited to 'cli/tests/lock_dynamic_imports.out')
| -rw-r--r-- | cli/tests/lock_dynamic_imports.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/lock_dynamic_imports.out b/cli/tests/lock_dynamic_imports.out new file mode 100644 index 000000000..57bc053b9 --- /dev/null +++ b/cli/tests/lock_dynamic_imports.out @@ -0,0 +1,3 @@ +[WILDCARD] +Subresource integrity check failed --lock=lock_dynamic_imports.json +http://127.0.0.1:4545/cli/tests/subdir/subdir2/mod2.ts |
