AJNB 376d9cfaf8 hjj | 2 months ago | |
---|---|---|
.. | ||
lib | 2 months ago | |
src | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
package.json | 2 months ago |
yarn add acorn-import-attributes
This module provides a plugin that can be used to extend the Acorn Parser class:
const {Parser} = require('acorn');
const {importAttributes} = require('acorn-import-attributes');
Parser.extend(importAttributes).parse('...');
This plugin is released under an MIT License.