angular/devtools/src
AleksanderBodurri a1dc3bb503 build(devtools): target es2020 explicitly (#50086)
We do this because of a bug caused by https://github.com/evanw/esbuild/issues/2950 and a recent change to how angular static properties are attached to class constructors. Targeting esnext or es2022 will cause the static initializer blocks that attach these static properties on class constructors to reference a class constructor variable that they do not have access to.

Because of this we explicitly target es2020 in our Angular DevTools builds.

PR Close #50086
2023-05-09 14:41:48 -07:00
..
app fix(devtools): Replace material imports and styles (#48420) 2022-12-13 13:22:25 -08:00
assets refactor(devtools): prepare codebase for migration to angular/angular repo 2021-11-21 20:23:18 -05:00
environments refactor(devtools): bring the angular devtools directory into the root bazel workspace 2022-01-26 16:35:31 -05:00
styles feat(devtools): Create browser specific styles for chrome and firefox (#46037) 2022-05-23 14:00:10 -07:00
BUILD.bazel build(devtools): target es2020 explicitly (#50086) 2023-05-09 14:41:48 -07:00
demo-application-environment.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00
demo-application-operations.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00
iframe-message-bus.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00
index.html feat(devtools): Create browser specific styles for chrome and firefox (#46037) 2022-05-23 14:00:10 -07:00
main.ts refactor(devtools): bring the angular devtools directory into the root bazel workspace 2022-01-26 16:35:31 -05:00
styles.scss refactor(devtools): consolidate devtools global styles into 1 file (#49001) 2023-02-14 20:25:23 +01:00
zone-unaware-iframe-message-bus.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00