ft_transcendence/pong/node_modules/acorn-import-assertions
2023-05-02 19:15:50 +02:00
..
lib new sadjigui 2023-05-02 19:15:50 +02:00
src new sadjigui 2023-05-02 19:15:50 +02:00
package.json new sadjigui 2023-05-02 19:15:50 +02:00
README.md new sadjigui 2023-05-02 19:15:50 +02:00

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.