| .. | |||
| lib | 1 year ago | ||
| src | 1 year ago | ||
| README.md | 1 year ago | ||
| package.json | 1 year ago | ||
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('...');
This plugin is released under an MIT License.