|
|
vor 1 Jahr | |
|---|---|---|
| .. | ||
| lib | vor 1 Jahr | |
| src | vor 1 Jahr | |
| LICENSE | vor 1 Jahr | |
| README.md | vor 1 Jahr | |
| package.json | vor 1 Jahr | |
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.