Closure Compiler Parent

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 distribution is slightly modified from the original for easier use with J2CL outside of Bazel by Vertispan LLC. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.

License

License

Categories

Categories

JavaScript Languages
GroupId

GroupId

com.vertispan.javascript
ArtifactId

ArtifactId

closure-compiler-parent
Last Version

Last Version

v20220502-1
Release Date

Release Date

Type

Type

pom
Description

Description

Closure Compiler Parent
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 distribution is slightly modified from the original for easier use with J2CL outside of Bazel by Vertispan LLC. The links and references in this pom.xml will reference the Vertispan fork, to ensure that any error introduced by our changes are not incorrectly blamed on the upstream Google repository.
Project URL

Project URL

https://github.com/vertispan/closure-compiler/
Source Code Management

Source Code Management

https://github.com/vertispan/closure-compiler

Download closure-compiler-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • closure-compiler-externs.pom.xml
  • closure-compiler-main.pom.xml

Versions

Version
v20220502-1
v20210808-1