![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | a year ago | - | |
![]() | src/ | a year ago | - | |
![]() | LICENSE | a year ago | 1.0K | |
![]() | README.md | a year ago | 401 | 595aea1 more query options + view options [كارل مبارك] |
![]() | package.json | a year ago | 1.2K | afd0ccc remove unused [كارل مبارك] |
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.