我智商爆棚
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
yangqiwen 1db2a0abc6 我智商爆棚 10 months ago
..
test 我智商爆棚 10 months ago
.eslintrc.json 我智商爆棚 10 months ago
CHANGELOG.md 我智商爆棚 10 months ago
LICENSE 我智商爆棚 10 months ago
README.md 我智商爆棚 10 months ago
index.js 我智商爆棚 10 months ago
package.json 我智商爆棚 10 months ago
run_test262.js 我智商爆棚 10 months ago

README.md

Support for import.meta in Acorn

NPM version

This is a plugin for Acorn - a tiny, fast JavaScript parser, written completely in JavaScript.

It implements support for import.meta as defined in the corresponding stage 3 proposal. The emitted AST follows ESTree.

Usage

This module provides a plugin that extends the Acorn Parser class:

var acorn = require('acorn');
var importMeta = require('acorn-import-meta');
acorn.Parser.extend(importMeta).parse('console.log(import.meta.url)');

License

This plugin is released under an MIT License.