|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| lib | há 2 anos atrás | |
| src | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| package.json | há 2 anos atrás | |
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.