source: trip-planner-front/node_modules/acorn-import-assertions/README.md@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 347 bytes
Line 
1# Support for import assertions in acorn
2
3## Usage
4
5This module provides a plugin that can be used to extend the Acorn Parser class:
6
7```js
8const {Parser} = require('acorn');
9const {importAssertions} = require('acorn-import-assertions');
10Parser.extend(importAssertions).parse('...');
11```
12
13## License
14
15This plugin is released under an MIT License.
Note: See TracBrowser for help on using the repository browser.