1 parent eebc495 commit 5d096d6Copy full SHA for 5d096d6
1 file changed
npm/acorn-browser/scripts/acorn-browser.html
@@ -223,7 +223,7 @@ <h3>rollup example</h3>
223
import * as acorn from 'acorn';
224
//export {acorn};
225
226
- export default espree; // iife / umd
+ export default acorn; // iife / umd
227
228
`;
229
@@ -253,7 +253,7 @@ <h3>rollup example</h3>
253
//format : 'es'
254
255
format : 'iife', // or 'umd'
256
- name : 'espree', // This becomes window.espree
+ name : 'acorn', // This becomes window.espree
257
exports : 'default',
258
259
},
0 commit comments