2022.502.5 • Published 1 year ago

ts-closure-library v2022.502.5

Weekly downloads
4,626
License
Apache-2.0
Repository
github
Last release
1 year ago

About this project

The Closure Library is an open-source, general-purpose Javascript library maintained by Google. The original library provides type safety using type annotations for Google's Closure compiler using special comments like /** @type {string} **/. In addition, the original library has its own module system using goog.require / goog.provide / goog.module statements.

This project is a fork of the Closure library, but differs in the following ways:

  • all Closure-specific "classes" were converted to regular ES6 classes.
  • the goog.require / goog.provide statements have been converted to ES6 modules (import and export )
  • we added d.ts files for the library, which allows the Typescript compiler to understand the type definitions inside the library.
  • some parts of the library have been removed (e.g., goog.graphics, which was already deprecated).

With these changes, this library can be used without the Closure compiler. It is also possible to use this fork in a Typescript project due to the added d.ts definition files.

Releases

Releases are published on npm.

2022.502.4

1 year ago

2022.502.5

1 year ago

2022.5.0-2.3

1 year ago

2022.5.0-2.2

2 years ago

2019.11.1-1.22

2 years ago

2022.3.0-1.1

2 years ago

2022.5.0-2.1

2 years ago

2022.4.0-5.1

2 years ago

2022.2.0-2.1

2 years ago

2021.3.0-2.1

2 years ago

2021.10.0-6.1

2 years ago

2020.9.2-7.1

2 years ago

2020.5.0-4.1

2 years ago

2020.3.1-5.1

2 years ago

2021.11.0-7.1

2 years ago

2021.12.0-1.1

2 years ago

2022.1.0-4.1

2 years ago

2020.1.1-2.1

2 years ago

2020.10.0-6.1

2 years ago

2020.2.0-4.1

2 years ago

2020.8.3-0.1

2 years ago

2021.4.0-6.1

2 years ago

2020.7.1-9.1

2 years ago

2020.6.1-4.1

2 years ago

2020.11.0-2.1

2 years ago

2020.2.2-4.1

2 years ago

2021.1.0-6.1

2 years ago

2021.6.0-1.1

2 years ago

2020.6.2-8.1

2 years ago

2020.1.0-1.1

2 years ago

2021.8.0-8.1

2 years ago

2020.5.1-7.1

2 years ago

2020.4.0-6.1

2 years ago

2021.9.0-6.1

2 years ago

2021.2.0-2.1

2 years ago

2019.11.1-1.21

3 years ago

2019.11.1-1.20

3 years ago

2019.11.1-1.19

3 years ago

2019.11.1-1.18

3 years ago

2019.11.1-1.17

3 years ago

2019.11.1-1.16

3 years ago

2019.11.1-1.15

4 years ago

2019.11.1-1.14

4 years ago

2019.11.1-1.13

4 years ago

2019.11.1-1.12

4 years ago

2019.11.1-1.11

4 years ago

2019.11.1-1.10

4 years ago

2019.11.1-1.9

4 years ago

2019.11.1-1.8

4 years ago

2019.11.1-1.7

4 years ago

2019.11.1-1.6

4 years ago

2019.11.1-1.5

4 years ago

2019.11.1-1.4

4 years ago

2019.11.1-1.3

4 years ago

2019.11.1-1.2

4 years ago

2019.11.1-1.1

4 years ago

2019.11.1-1.0

4 years ago