angular/devtools/projects/shell-browser/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 refactor(router): Remove RouterTestingModule in favor of RouterModule.forRoot (#49427) 2023-04-04 15:12:33 -07:00
assets feat(devtools): support icons in offline mode (#45430) (#45743) 2022-05-12 09:17:05 -07:00
environments feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
manifest release: bump DevTools version (#49121) 2023-02-27 10:07:53 -08:00
popups feat(devtools): support icons in offline mode (#45430) (#45743) 2022-05-12 09:17:05 -07: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
devtools.html feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
devtools.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
index.html feat(devtools): support icons in offline mode (#45430) (#45743) 2022-05-12 09:17:05 -07:00
main.ts feat(devtools): renaming shell-chrome (#44952) 2022-04-12 18:41:37 +00:00
styles.scss refactor(devtools): consolidate devtools global styles into 1 file (#49001) 2023-02-14 20:25:23 +01:00