[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]lib/2023-06-15 18:19 -  
[DIR]src/2023-06-15 18:19 -  
[TXT]README.md1985-10-26 08:15 347 d7c1522 post receive test [كارل مبارك]
[   ]package.json2023-06-15 18:21 2.3K 
# Support for import assertions in acorn

## Usage

This module provides a plugin that can be used to extend the Acorn Parser class:

```js
const {Parser} = require('acorn');
const {importAssertions} = require('acorn-import-assertions');
Parser.extend(importAssertions).parse('...');
```

## License

This plugin is released under an MIT License.