|
|
пре 2 година | |
|---|---|---|
| .. | ||
| lib | пре 2 година | |
| src | пре 2 година | |
| README.md | пре 2 година | |
| package.json | пре 2 година | |
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.