Mohammad Asif cf937194cb Removed un-waned things 1. | il y a 5 mois | |
---|---|---|
.. | ||
lib | il y a 5 mois | |
node_modules | il y a 5 mois | |
src | il y a 5 mois | |
LICENSE | il y a 5 mois | |
README.md | il y a 5 mois | |
package.json | il y a 5 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.