Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 58c00b1

Browse files
committed
Configure acorn to allow for returns outside of fn - #18
Still can't eval that file but at least its not on acorn
1 parent d2eb364 commit 58c00b1

File tree

4 files changed

+110
-108
lines changed

4 files changed

+110
-108
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The official JavaScript language plugin for Light Table.
1010
curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/javascript/javascript.js > codemirror/javascript.js
1111

1212
`javascript.js` is currently on CodeMirror version 4.8.0.
13+
* We rely on acorn for parsing JS. See [its readme](https://github.com/ternjs/acorn#main-parser) for
14+
several parsing options
1315

1416
###License
1517

0 commit comments

Comments
 (0)