Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies on closure library #135

Open
lukesandberg opened this issue Sep 28, 2022 · 0 comments
Open

Remove dependencies on closure library #135

lukesandberg opened this issue Sep 28, 2022 · 0 comments
Labels
cleanup enhancement New feature or request triaged Issue has been triaged

Comments

@lukesandberg
Copy link
Contributor

Depending on the closure library brings in a lot of code that we then have to use closure compiler to remove

In the long run we should invest in dropping these dependencies

This will require an audit but the major pieces are:

  • goog.asserts, for runtime validation, we should build our own predicate functions
  • gooog.crypt.base64 we should look into adding our own base64 encoding/decoding library
  • goog.object/goog.array/goog.string helpers. We sohuld look into depending on modern platform features instead of these ponyfills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup enhancement New feature or request triaged Issue has been triaged
Projects
None yet
Development

No branches or pull requests

2 participants