|
|
před 2 roky | |
|---|---|---|
| .. | ||
| lib | před 2 roky | |
| node_modules | před 2 roky | |
| src | před 2 roky | |
| README.md | před 2 roky | |
| package.json | před 2 roky | |
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.