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. --- docs/ref/contrib/staticfiles.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 46a73e7c54..eb6703685b 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -295,8 +295,6 @@ method). The regular expressions used to find those paths * The `@import`_ rule and `url()`_ statement of `Cascading Style Sheets`_. * The `source map`_ comment in JavaScript. -* The `modules import`_ in JavaScript. -* The `modules aggregation`_ in JavaScript. For example, the ``'css/styles.css'`` file with this content: @@ -331,9 +329,6 @@ argument. For example:: Support for finding paths in the source map comments was added. - Support for finding paths to JavaScript modules in ``import`` and - ``export`` statements was added. - The ``manifest_storage`` argument was added. .. attribute:: storage.ManifestStaticFilesStorage.max_post_process_passes @@ -389,8 +384,6 @@ hashing algorithm. .. _`url()`: https://www.w3.org/TR/CSS2/syndata.html#uri .. _`Cascading Style Sheets`: https://www.w3.org/Style/CSS/ .. _`source map`: https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map -.. _`modules import`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#importing_features_into_your_script -.. _`modules aggregation`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#aggregating_modules ``ManifestFilesMixin`` ---------------------- -- cgit v1.3