Skip to content

Commit 62988b0

Browse files
committed
fixup! refactor: modernize array and string last element access using .at(-1)
1 parent 2d5270a commit 62988b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular/ssr/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ts_project(
2020
),
2121
args = [
2222
"--lib",
23-
"dom,es2020",
23+
"dom,es2022",
2424
],
2525
data = [
2626
"//packages/angular/ssr/third_party/beasties:beasties_bundled",

tsconfig-build-esm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"compilerOptions": {
99
"module": "esnext",
1010
"target": "es2022",
11-
"lib": ["es2020"],
11+
"lib": ["es2022"],
1212
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
1313
"types": [],
1414
"sourceMap": true,

0 commit comments

Comments
 (0)