mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| abstract_emitter_node_only_spec.ts | ||
| abstract_emitter_spec.ts | ||
| output_jit_spec.ts | ||
| source_map_spec.ts | ||
| source_map_util.ts | ||