acorn-import-assertions

Support for import assertions in acorn

MIT 22 个版本
安装
npm install acorn-import-assertions
yarn add acorn-import-assertions
pnpm add acorn-import-assertions
bun add acorn-import-assertions
README

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.

版本列表
1.9.0 2023-05-12
1.8.0 2021-10-04
1.7.6 2021-07-24
1.7.5 2021-07-24
1.7.4 2021-07-22
1.7.3 2021-07-16
1.7.2 2021-07-16
1.7.1 2021-06-21
1.7.0 2021-06-21
1.6.0 2021-06-20
1.5.0 2021-06-19
1.4.6 2020-12-28
1.4.5 2020-12-28
1.4.4 2020-12-28
1.4.3 2020-12-27
1.4.2 2020-12-27
1.4.1 2020-12-27
1.4.0 2020-12-13
1.3.0 2020-12-13
1.2.0 2020-12-13
1.1.0 2020-12-13
1.0.0 2020-12-13