detection-user/node_modules/acorn-import-assertions
2024-09-13 20:43:39 +08:00
..
lib 提交 2024-09-13 20:43:39 +08:00
src 提交 2024-09-13 20:43:39 +08:00
package.json 提交 2024-09-13 20:43:39 +08:00
README.md 提交 2024-09-13 20:43:39 +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.