![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | 8 months ago | - | |
![]() | src/ | 8 months ago | - | |
![]() | LICENSE | 8 months ago | 1.0K | |
![]() | README.md | 8 months ago | 401 | |
![]() | package.json | 8 months ago | 1.2K |
yarn add acorn-import-attributes
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('...');
This plugin is released under an MIT License.