#35553: HashedFilesMixin for ES modules does not work with `import * as ...`
syntax
-------------------------------------+-------------------------------------
Reporter: Michael | Owner: nobody
Type: Uncategorized | Status: closed
Component: contrib.staticfiles | Version: 5.0
Severity: Normal | Resolution: invalid
Keywords: Manifest Static | Triage Stage:
Files Storage, javascript module | Unreviewed
scripts |
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce):
* resolution: => invalid
* status: new => closed
Comment:
Replying to [ticket:35553 Michael]:
> {{{
> import*as l from "/static/jsapp/jsapp/dtmod.min.js";
> import*as h from "/static/jsapp/jsapp/nummod.min.js";
> import*as m from "/static/leave/jsapp/fetcher.min.js";
> import {BaseComponent as g} from "/static/wcapp/jsapp/wc-
base.min.425310100bce.js";
> }}}
This doesn't look valid to me, shouldn't it be `import * as` not
`import*as`?
--
Ticket URL: <https://code.djangoproject.com/ticket/35553#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/01070190493265a3-ab86f5a3-200a-4f50-b961-b51f17521190-000000%40eu-central-1.amazonses.com.