Mohammad Asif cf937194cb Removed un-waned things 1. | 5 ماه پیش | |
---|---|---|
.. | ||
lib | 5 ماه پیش | |
node_modules | 5 ماه پیش | |
src | 5 ماه پیش | |
LICENSE | 5 ماه پیش | |
README.md | 5 ماه پیش | |
package.json | 5 ماه پیش |
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.