Last Version

Closure Compiler Linter v20200830

Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. This binary checks for style issues such as incorrect or missing JSDoc usage, and missing goog.require() statements. It does not do more advanced checks such as typechecking.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.google.javascript
ArtifactId

ArtifactId

closure-compiler-linter
Version

Version

v20200830
Type

Type

jar
Description

Description

Closure Compiler Linter
Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. This binary checks for style issues such as incorrect or missing JSDoc usage, and missing goog.require() statements. It does not do more advanced checks such as typechecking.
Project URL

Project URL

https://developers.google.com/closure/compiler/
Project Organization

Project Organization

Google

Download closure-compiler-linter v20200830


<!-- https://jarcasting.com/artifacts/com.google.javascript/closure-compiler-linter/ -->
<dependency>
    <groupId>com.google.javascript</groupId>
    <artifactId>closure-compiler-linter</artifactId>
    <version>v20200830</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.javascript/closure-compiler-linter/
implementation 'com.google.javascript:closure-compiler-linter:v20200830'
// https://jarcasting.com/artifacts/com.google.javascript/closure-compiler-linter/
implementation ("com.google.javascript:closure-compiler-linter:v20200830")
'com.google.javascript:closure-compiler-linter:jar:v20200830'
<dependency org="com.google.javascript" name="closure-compiler-linter" rev="v20200830">
  <artifact name="closure-compiler-linter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.javascript', module='closure-compiler-linter', version='v20200830')
)
libraryDependencies += "com.google.javascript" % "closure-compiler-linter" % "v20200830"
[com.google.javascript/closure-compiler-linter "v20200830"]

Dependencies

compile (11)

Group / Artifact Type Version
com.google.javascript : closure-compiler-externs jar v20200830
args4j : args4j jar 2.0.26
com.google.errorprone : error_prone_annotations jar 2.3.1
com.google.guava : guava jar 25.1-jre
com.google.protobuf : protobuf-java jar 3.11.1
com.google.code.gson : gson jar 2.7
com.google.code.findbugs : jsr305 jar 3.0.1
com.google.jsinterop : jsinterop-annotations jar 1.0.2
com.google.jsinterop : base jar 1.0.0
com.google.elemental2 : elemental2-core jar 1.0.0-RC1
com.google.re2j : re2j jar 1.3

provided (2)

Group / Artifact Type Version
com.google.auto.value : auto-value jar 1.4.1
org.apache.ant : ant jar 1.9.7

test (5)

Group / Artifact Type Version
com.google.truth : truth jar 0.45
com.google.truth.extensions : truth-java8-extension jar 0.45
junit : junit jar 4.12
org.mockito : mockito-core jar 2.2.21
com.google.guava : guava-testlib jar 25.1-jre

Project Modules

There are no modules declared in this project.