|
|
пре 1 година | |
|---|---|---|
| .. | ||
| lib | пре 1 година | |
| src | пре 1 година | |
| LICENSE | пре 1 година | |
| README.md | пре 1 година | |
| package.json | пре 1 година | |
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.