fleet-docs/node_modules/acorn-import-assertions
divya-mohan0209 9de94a264c Initial commit 2022-09-22 09:54:31 +05:30
..
lib Initial commit 2022-09-22 09:54:31 +05:30
src Initial commit 2022-09-22 09:54:31 +05:30
README.md Initial commit 2022-09-22 09:54:31 +05:30
package.json Initial commit 2022-09-22 09:54:31 +05:30

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.