gree_leran/node_modules/acorn-import-assertions
Strange 73b4a0e3ef first commit 2024-06-14 09:11:29 +08:00
..
lib first commit 2024-06-14 09:11:29 +08:00
src first commit 2024-06-14 09:11:29 +08:00
README.md first commit 2024-06-14 09:11:29 +08:00
package.json first commit 2024-06-14 09:11:29 +08: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.