This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.2.0
2+
3+ * Fix acorn SyntaxError for returns outside fns
4+ * Fix error message when connecting eval
5+ * Add harbor dependency to plugin instead of depending on LT
6+ * Rely on native js->clj instead of LT one
7+ * Cleanup code indentation
8+
19## 0.1.3
210
311* Add Node.js start parameters and corresponding behavior
Original file line number Diff line number Diff line change 11{
22 "name" : " Javascript" ,
33 "author" : " Kodowa" ,
4- "version" : " 0.1.3 " ,
4+ "version" : " 0.2.0 " ,
55 "source" : " https://github.com/LightTable/Javascript" ,
66 "desc" : " Javascript language plugin for Light Table" ,
77 "behaviors" : " javascript.behaviors"
Original file line number Diff line number Diff line change 1- (defproject com.lighttable /javascript " 0.1.3 "
1+ (defproject com.lighttable /javascript " 0.2.0 "
22 :description " Javascript plugin for Light Table"
33 :dependencies [[org.clojure/clojure " 1.5.1" ]])
You can’t perform that action at this time.
0 commit comments