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_check_err.json | |
| 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_check_err.json')
| -rw-r--r-- | cli/tests/lock_check_err.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/lock_check_err.json b/cli/tests/lock_check_err.json index 43fc53227..55a1446d4 100644 --- a/cli/tests/lock_check_err.json +++ b/cli/tests/lock_check_err.json @@ -1,4 +1,4 @@ { - "http://127.0.0.1:4545/cli/tests/subdir/print_hello.ts": "5c93c66125878389f47f4abcac003f4be1276c5223612c26302460d71841e287", + "http://127.0.0.1:4545/cli/tests/subdir/print_hello.ts": "fe7bbccaedb6579200a8b582f905139296402d06b1b91109d6e12c41a23125da", "http://127.0.0.1:4545/cli/tests/003_relative_import.ts": "bad" } |
