Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _faq/general/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Yes. The exact process depends on how you're using Jasmine:
* If you're using the standalone distribution or any other in-browser setup
where you control the HTML tags, use `<script type="module">`.
* If you're using the jasmine NPM package, your scripts will be loaded using
[dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports).
[dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import).
This means that files will be treated as ES modules if they're in a package
that has `"type": "module"` in its `package.json` or if their names end in
`.mjs`.
Expand Down