![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | 2 years ago | - | |
![]() | src/ | 2 years ago | - | |
![]() | package.json | 2 years ago | 2.3K | |
![]() | README.md | 40 years ago | 347 | d7c1522 post receive test [كارل مبارك] |
This module provides a plugin that can be used to extend the Acorn Parser class:
const {Parser} = require('acorn');
const {importAssertions} = require('acorn-import-assertions');
Parser.extend(importAssertions).parse('...');
This plugin is released under an MIT License.