mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
89d17dc972
The `base64-js` package was only used in tests that were run only on Node.js. On Node.js, `Buffer` is available which can natively perform base64 conversion. By using `Buffer in these Node.js only tests, the `base64-js` package can be removed from the repository. PR Close #53464