From cc12e86fe36a77ecb0bb836ba82e823ca26abdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 2 Jul 2020 17:54:51 +0200 Subject: refactor: lock file (#6569) - refactor lock file creation - provide deterministic output in lock file (alphabetically sorted) - dynamic imports are checked against lock file --- cli/tests/lock_dynamic_imports.out | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/lock_dynamic_imports.out (limited to 'cli/tests/lock_dynamic_imports.out') 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 -- cgit v1.2.3