|
há 1 ano atrás | |
---|---|---|
.. | ||
lib | há 1 ano atrás | |
src | há 1 ano atrás | |
README.md | há 1 ano atrás | |
package.json | há 1 ano atrás |
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.