MIF_E31222707/node_modules/acorn-import-assertions
adeliaala 0d288a48b9 done 2025-07-15 13:57:20 +07:00
..
lib done 2025-07-15 13:57:20 +07:00
src done 2025-07-15 13:57:20 +07:00
README.md done 2025-07-15 13:57:20 +07:00
package.json done 2025-07-15 13:57:20 +07:00

README.md

Support for import assertions in acorn

Usage

This module provides a plugin that can be used to extend the Acorn Parser class:

const {Parser} = require('acorn');
const {importAssertions} = require('acorn-import-assertions');
Parser.extend(importAssertions).parse('...');

License

This plugin is released under an MIT License.