acorn-export-default-from

1.0.0-beta.2 • Public • Published

acorn-export-from-default

Support export-default-from in Acorn

Usage

Require this module as an Acorn plugin just like the following code:

import { Parser } from 'acorn';
import ExportDefaultFromPlugin from 'acorn-export-default-from';

const MyParser = Parser.extend(ExportDefaultFromPlugin);

MyParser.parse(/* code */, { /* configuration*/ });

License

This repo is release under an MIT License

Readme

Keywords

Package Sidebar

Install

npm i acorn-export-default-from

Weekly Downloads

0

Version

1.0.0-beta.2

License

MIT

Unpacked Size

27.3 kB

Total Files

9

Last publish

Collaborators

  • cinchen