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

Commit

Permalink
Configure acorn to allow for returns outside of fn - #18
Browse files Browse the repository at this point in the history
Still can't eval that file but at least its not on acorn
  • Loading branch information
cldwalker committed Jan 13, 2016
1 parent d2eb364 commit 58c00b1
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 108 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The official JavaScript language plugin for Light Table.
curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/javascript/javascript.js > codemirror/javascript.js

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

###License

Expand Down
Loading

0 comments on commit 58c00b1

Please sign in to comment.