|
il y a 7 mois | |
---|---|---|
.. | ||
lib | il y a 7 mois | |
src | il y a 7 mois | |
LICENSE | il y a 7 mois | |
README.md | il y a 7 mois | |
package.json | il y a 7 mois |
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.