Files
portfolio2023/build/node_modules/acorn-import-assertions
2023-11-24 22:35:41 +01:00
..
2023-11-24 22:35:41 +01:00
2023-11-24 22:35:41 +01:00
2023-11-24 22:35:41 +01:00
2023-11-24 22:35:41 +01: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.