Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
lib/ | 2024-05-21 17:04 | - | ||
src/ | 2024-05-21 17:04 | - | ||
LICENSE | 2024-05-21 17:04 | 1.0K | ||
README.md | 2024-05-21 17:04 | 401 | 595aea1 more query options + view options [كارل مبارك] | |
package.json | 2024-05-21 17:04 | 1.2K | afd0ccc remove unused [كارل مبارك] |
# Support for import attributes in acorn ## Install ``` yarn add acorn-import-attributes ``` ## Usage This module provides a plugin that can be used to extend the Acorn Parser class: ```js const {Parser} = require('acorn'); const {importAttributes} = require('acorn-import-attributes'); Parser.extend(importAttributes).parse('...'); ``` ## License This plugin is released under an MIT License.