diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-05 12:11:18 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-11-05 12:11:59 +0100 |
| commit | b7b3bbc8356b8365f3ab8ed9c8d863b47c18a3d4 (patch) | |
| tree | ccd4fc8e548c43d1cb427eb556c7ee5aff2ec9fc /docs/ref | |
| parent | 3151daaa6ca31ebbb78cf178a8834a5fdf495d65 (diff) | |
[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage."
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.
Backport of ba9ced3e9a643a05bc521f0a2e6d02e3569de374 from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 7 |
1 files changed, 0 insertions, 7 deletions
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`` ---------------------- |
