lanan-old/detection-user/node_modules/acorn-import-assertions
愉快的大福 7dc28dc701 init
2024-07-17 14:16:22 +08:00
..
lib init 2024-07-17 14:16:22 +08:00
src init 2024-07-17 14:16:22 +08:00
package.json init 2024-07-17 14:16:22 +08:00
README.md init 2024-07-17 14:16:22 +08:00

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.