![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | 2023-06-15 18:19 | - | |
![]() | src/ | 2023-06-15 18:19 | - | |
![]() | README.md | 1985-10-26 08:15 | 347 | d7c1522 post receive test [كارل مبارك] |
![]() | package.json | 2023-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.