File tree 8 files changed +20
-21
lines changed
8 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 24
24
- name : Set up Java
25
25
uses : actions/setup-java@v3
26
26
with :
27
- java-version : 8
27
+ java-version : 21
28
28
distribution : ' temurin'
29
29
cache : ' maven'
30
30
server-id : sonatype-nexus-staging
Original file line number Diff line number Diff line change 12
12
- uses : actions/setup-java@v4
13
13
with :
14
14
distribution : ' temurin'
15
- java-version : ' 11 '
15
+ java-version : ' 21 '
16
16
17
17
-
uses :
DeLaGuardo/[email protected]
18
18
with :
69
69
- uses : actions/setup-java@v4
70
70
with :
71
71
distribution : ' temurin'
72
- java-version : ' 11 '
72
+ java-version : ' 21 '
73
73
74
74
-
uses :
DeLaGuardo/[email protected]
75
75
with :
95
95
- uses : actions/setup-java@v4
96
96
with :
97
97
distribution : ' temurin'
98
- java-version : ' 11 '
98
+ java-version : ' 21 '
99
99
100
100
-
uses :
DeLaGuardo/[email protected]
101
101
with :
@@ -139,7 +139,7 @@ jobs:
139
139
- uses : actions/setup-java@v4
140
140
with :
141
141
distribution : ' temurin'
142
- java-version : ' 11 '
142
+ java-version : ' 21 '
143
143
144
144
-
uses :
DeLaGuardo/[email protected]
145
145
with :
@@ -183,7 +183,7 @@ jobs:
183
183
- uses : actions/setup-java@v4
184
184
with :
185
185
distribution : ' temurin'
186
- java-version : ' 11 '
186
+ java-version : ' 21 '
187
187
188
188
-
uses :
DeLaGuardo/[email protected]
189
189
with :
@@ -222,7 +222,7 @@ jobs:
222
222
- uses : actions/setup-java@v4
223
223
with :
224
224
distribution : ' temurin'
225
- java-version : ' 11 '
225
+ java-version : ' 21 '
226
226
227
227
-
uses :
DeLaGuardo/[email protected]
228
228
with :
@@ -244,7 +244,7 @@ jobs:
244
244
- uses : actions/setup-java@v4
245
245
with :
246
246
distribution : ' temurin'
247
- java-version : ' 11 '
247
+ java-version : ' 21 '
248
248
249
249
-
uses :
DeLaGuardo/[email protected]
250
250
with :
Original file line number Diff line number Diff line change 1
1
{:paths [" src/main/clojure" " src/main/cljs" " resources" ]
2
2
:deps
3
- {com.google.javascript/closure-compiler-unshaded {:mvn/version " v20240317 " }
3
+ {com.google.javascript/closure-compiler-unshaded {:mvn/version " v20250402 " }
4
4
com.cognitect/transit-java {:mvn/version " 1.0.362" }
5
5
org.clojure/clojure {:mvn/version " 1.10.0" }
6
6
org.clojure/core.specs.alpha {:mvn/version " 0.1.24" }
7
- org.clojure/google-closure-library {:mvn/version " 0.0-20230227-c7c0a541 " }
7
+ org.clojure/google-closure-library {:mvn/version " 0.0-20250418-2ce9ab6d " }
8
8
org.clojure/spec.alpha {:mvn/version " 0.1.143" }
9
9
org.clojure/tools.reader {:mvn/version " 1.3.6" }
10
10
org.clojure/test.check {:mvn/version " 1.1.1" }}
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 >v20210202 </version >
33
+ <version >v20250402 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.clojure</groupId >
37
37
<artifactId >google-closure-library</artifactId >
38
- <version >0.0-20201211-3e6c510d </version >
38
+ <version >0.0-20250418-2ce9ab6d </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.clojure</groupId >
374
374
<artifactId >maven-compiler-plugin</artifactId >
375
375
<version >3.1</version >
376
376
<configuration >
377
- <source >1.8 </source >
378
- <target >1.8 </target >
377
+ <source >21 </source >
378
+ <target >21 </target >
379
379
</configuration >
380
380
</plugin >
381
381
<plugin >
Original file line number Diff line number Diff line change 14
14
[org.clojure/tools.reader " 1.3.6" ]
15
15
[org.clojure/test.check " 1.1.1" :scope " test" ]
16
16
[com.cognitect/transit-java " 1.0.362" ]
17
- [org.clojure/google-closure-library " 0.0-20230227-c7c0a541 " ]
18
- [com.google.javascript/closure-compiler-unshaded " v20240317 " ]]
17
+ [org.clojure/google-closure-library " 0.0-20250418-2ce9ab6d " ]
18
+ [com.google.javascript/closure-compiler-unshaded " v20250402 " ]]
19
19
:profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
20
20
:uberjar {:aot :all :main cljs.main}
21
21
:closure-snapshot {:dependencies [[com.google.javascript/closure-compiler-unshaded " 1.0-SNAPSHOT" ]]}}
Original file line number Diff line number Diff line change 5
5
CLOJURE_RELEASE=" 1.9.0"
6
6
SPEC_ALPHA_RELEASE=" 0.1.143"
7
7
CORE_SPECS_ALPHA_RELEASE=" 0.1.24"
8
- CLOSURE_RELEASE=" 20240317 "
9
- GCLOSURE_LIB_RELEASE=" 0.0-20230227-c7c0a541 "
8
+ CLOSURE_RELEASE=" 20250402 "
9
+ GCLOSURE_LIB_RELEASE=" 0.0-20250418-2ce9ab6d "
10
10
TREADER_RELEASE=" 1.3.6"
11
11
TEST_CHECK_RELEASE=" 1.1.1"
12
12
Original file line number Diff line number Diff line change 194
194
:underscore DiagnosticGroups/UNDERSCORE
195
195
:unknown-defines DiagnosticGroups/UNKNOWN_DEFINES
196
196
:unused-local-variable DiagnosticGroups/UNUSED_LOCAL_VARIABLE
197
- :unused-private-property DiagnosticGroups/UNUSED_PRIVATE_PROPERTY
198
197
:violated-module-dep DiagnosticGroups/VIOLATED_MODULE_DEP
199
198
:visibility DiagnosticGroups/VISIBILITY})
200
199
Original file line number Diff line number Diff line change 12
12
[clojure.java.io :as io]
13
13
[clojure.string :as string])
14
14
(:import [com.google.javascript.jscomp
15
- CompilerOptions CompilerOptions$Environment SourceFile JsAst CommandLineRunner]
15
+ CompilerOptions CompilerOptions$Environment SourceFile CompilerInput CommandLineRunner]
16
16
[com.google.javascript.jscomp.parsing Config$JsDocParsing]
17
17
[com.google.javascript.rhino
18
18
Node Token JSTypeExpression JSDocInfo$Visibility]
238
238
(com.google.javascript.jscomp.Compiler/setLoggingLevel Level/WARNING)
239
239
compiler)
240
240
(.init (list source-file) '() compiler-options))
241
- js-ast (JsAst . source-file)
241
+ js-ast (CompilerInput . source-file)
242
242
^Node root (.getAstRoot js-ast closure-compiler)
243
243
; ; TODO: switch to getFirstChild + getNext in the loop
244
244
nodes (.children root)]
You can’t perform that action at this time.
0 commit comments