1.0.0-beta.2 • Published 1 year ago

acorn-export-default-from v1.0.0-beta.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0-beta.2

1 year ago