-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
cleanupenhancementNew feature or requestNew feature or requesttriagedIssue has been triagedIssue has been triaged
Description
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 functionsgooog.crypt.base64
we should look into adding our own base64 encoding/decoding librarygoog.object
/goog.array
/goog.string
helpers. We sohuld look into depending on modern platform features instead of these ponyfills
cryptix and esev
Metadata
Metadata
Assignees
Labels
cleanupenhancementNew feature or requestNew feature or requesttriagedIssue has been triagedIssue has been triaged