angular-cn/packages/bazel/src
Miško Hevery 64770571b2 perf: don't create holey arrays (#32155)
Don't use `Array` constructor with the size value (ex. `new Array(5)`) - this will create a `HOLEY_ELEMENTS` array (even if this array is filled in later on!);

https://v8.dev/blog/elements-kinds
https://stackoverflow.com/questions/32054170/how-to-resize-an-array

PR Close #32155
2019-08-21 08:27:43 -07:00
..
api-extractor build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
builders build: update to nodejs rules 0.34.0 and bazel 0.28.1 (#31824) 2019-07-26 15:01:25 -07:00
ng_package perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
ngc-wrapped refactor(ivy): remove the tsc passthrough option (#32219) 2019-08-20 16:41:08 -07:00
protractor build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
schematics feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
BUILD.bazel build: update to rules_nodejs 0.32.2 (#31325) 2019-07-01 14:16:42 -07:00
esm5.bzl build: convert entry_point to label (#30627) 2019-06-11 00:03:11 +00:00
external.bzl build(bazel): remove deprecated rules_nodejs NodeModuleInfo provider (#31325) 2019-07-01 14:16:42 -07:00
modify_tsconfig.js fix(bazel): do not throw error when writing tsickle externs (#27200) 2018-12-04 14:01:24 -08:00
ng_module.bzl feat(bazel): compile targets used for indexing by Kythe with Ivy (#31786) 2019-07-23 21:14:16 -07:00
ng_rollup_bundle.bzl build: update rules_nodejs and clean up bazel warnings (#30370) 2019-05-14 10:08:45 -07:00