8000 GitHub - xtuc/acorn-import-attributes: Support for import assertions in acorn
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xtuc/acorn-import-attributes

Repository files navigation

Support for import attributes in acorn

Install

yarn add acorn-import-attributes

Usage

This module provides a plugin that can be used to extend the Acorn Parser class:

const {Parser} = require('acorn');
const {importAttributes} = require('acorn-import-attributes');
Parser.extend(importAttributes).parse('...');

License

This plugin is released under an MIT License.

About

Support for import assertions in acorn

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0