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.

Лицензия

Лицензия

Категории

Категории

JavaScript Языки программирования
Группа

Группа

com.vertispan.javascript
Идентификатор

Идентификатор

closure-compiler-parent
Последняя версия

Последняя версия

v20220502-1
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/vertispan/closure-compiler/
Система контроля версий

Система контроля версий

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

Скачать closure-compiler-parent

Имя Файла Размер
closure-compiler-parent-v20220502-1.pom 3 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

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

Версии библиотеки

Версия
v20220502-1
v20210808-1