File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.javascript</groupId >
32
32
<artifactId >closure-compiler-unshaded</artifactId >
33
- <version >v20170423 </version >
33
+ <version >v20170521 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.clojure</groupId >
Original file line number Diff line number Diff line change 14
14
[org.clojure/test.check " 0.9.0" :scope " test" ]
15
15
[com.cognitect/transit-clj " 0.8.300" ]
16
16
[org.clojure/google-closure-library " 0.0-20170519-fa0499ef" ]
17
- [com.google.javascript/closure-compiler-unshaded " v20170423 " ]
17
+ [com.google.javascript/closure-compiler-unshaded " v20170521 " ]
18
18
[org.mozilla/rhino " 1.7R5" ]]
19
19
:profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
20
20
:uberjar {:aot :all :main clojure.main}}
Original file line number Diff line number Diff line change 5
5
CLOJURE_RELEASE=" 1.9.0-alpha16"
6
6
SPEC_ALPHA_RELEASE=" 0.1.108"
7
7
CORE_SPECS_ALPHA_RELEASE=" 0.1.10"
8
- CLOSURE_RELEASE=" 20170423 "
8
+ CLOSURE_RELEASE=" 20170521 "
9
9
DJSON_RELEASE=" 0.2.6"
10
10
TRANSIT_RELEASE=" 0.8.285"
11
11
GCLOSURE_LIB_RELEASE=" 0.0-20160609-f42b4a24"
Original file line number Diff line number Diff line change 193
193
(case key
194
194
:no-transpile CompilerOptions$LanguageMode/NO_TRANSPILE
195
195
(:ecmascript6 :es6 ) CompilerOptions$LanguageMode/ECMASCRIPT6
196
+ (:ecmascript-2017 :es-2017 ) CompilerOptions$LanguageMode/ECMASCRIPT_2017
197
+ (:ecmascript-next :es-next ) CompilerOptions$LanguageMode/ECMASCRIPT_NEXT
196
198
(:ecmascript6-strict :es6-strict ) CompilerOptions$LanguageMode/ECMASCRIPT6_STRICT
197
199
(:ecmascript6-typed :es6-typed ) CompilerOptions$LanguageMode/ECMASCRIPT6_TYPED
198
200
(:ecmascript5 :es5 ) CompilerOptions$LanguageMode/ECMASCRIPT5
You can’t perform that action at this time.
0 commit comments