From ba9ced3e9a643a05bc521f0a2e6d02e3569de374 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 5 Nov 2021 12:11:18 +0100 Subject: Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb. `export` and `import` directives have several syntax variants and not all of them were properly covered. Thanks Hervé Le Roy for the report. --- tests/staticfiles_tests/project/documents/cached/module_test.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/staticfiles_tests/project/documents/cached/module_test.js (limited to 'tests/staticfiles_tests/project/documents/cached/module_test.js') diff --git a/tests/staticfiles_tests/project/documents/cached/module_test.js b/tests/staticfiles_tests/project/documents/cached/module_test.js deleted file mode 100644 index b832b4e8a7..0000000000 --- a/tests/staticfiles_tests/project/documents/cached/module_test.js +++ /dev/null @@ -1,5 +0,0 @@ -export const testConst = "test"; -export const firstConst = "first"; -export const secondConst = "second"; -export var firstVar = "test_1"; -export var SecondVar = "test_2"; -- cgit v1.3