File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
[org.clojure/tools.reader " 0.8.10" ]
14
14
[org.clojure/google-closure-library " 0.0-20140718-946a7d39" ]
15
15
[com.google.javascript/closure-compiler " v20150126" ]
16
- [org.mozilla/rhino " 1.7R4 " ]]
16
+ [org.mozilla/rhino " 1.7R5 " ]]
17
17
:profiles {:1.5 {:dependencies [[org.clojure/clojure " 1.5.1" ]]}
18
- :1.6 {:dependencies [[org.clojure/clojure " 1.6.0-master-SNAPSHOT " ]]}}
18
+ :1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}}
19
19
:aliases {" test-all" [" with-profile" " test,1.5:test,1.6" " test" ]
20
20
" check-all" [" with-profile" " 1.5:1.6" " check" ]}
21
21
:min-lein-version " 2.0.0" )
Original file line number Diff line number Diff line change 249
249
:line <integer>
250
250
:column <integer>}*]
251
251
252
- :file must be a URL path (without protocol) relative to :output-dir. The
253
- returned mapped stacktrace will also contain :url entries to the original
254
- sources if it can be determined from the classpath."
252
+ :file must be a URL path (without protocol) relative to :output-dir or a
253
+ identifier delimited by angle brackets. The returned mapped stacktrace will
254
+ also contain :url entries to the original sources if it can be determined
255
+ from the classpath."
255
256
([stacktrace] (mapped-stacktrace stacktrace nil ))
256
257
([stacktrace opts]
257
258
(let [read-source-map' (memoize read-source-map)
You can’t perform that action at this time.
0 commit comments