$ gnpm install acorn-import-assertions
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.
Copyright 2013 - present © cnpmjs.org | Home |