acorn-import-assertions
Support for import assertions in acorn
Last updated 4 years ago by xtuc .
MIT · Repository · Original npm
$ cnpm install acorn-import-assertions 
SYNC missed versions from official npm registry.

Support for import assertions in acorn

Usage

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('...');

License

This plugin is released under an MIT License.

Current Tags

  • 1.9.0                                ...           latest (2 years ago)

3 Versions

  • 1.9.0                                ...           2 years ago
  • 1.8.0                                ...           4 years ago
  • 1.7.6                                ...           4 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (7)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org