[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]lib/2024-05-21 17:04 -  
[DIR]src/2024-05-21 17:04 -  
[   ]LICENSE2024-05-21 17:04 1.0K 
[TXT]README.md2024-05-21 17:04 401 595aea1 more query options + view options [كارل مبارك]
[   ]package.json2024-05-21 17:04 1.2Kafd0ccc 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.