index.js 94 B

1234
  1. import * as acorn from 'acorn';
  2. import inject from './inject';
  3. export default inject(acorn);