|
|
hace 1 año | |
|---|---|---|
| .. | ||
| lib | hace 1 año | |
| src | hace 1 año | |
| LICENSE | hace 1 año | |
| README.md | hace 1 año | |
| package.json | hace 1 año | |
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.