Commit 3656c9b
Update TypeScript configuration to target Node.js 22 (ES2023)
Update all TypeScript configuration files to target ES2023, aligning with Node.js 22 capabilities and the package.json requirement of Node.js >=22.0.
Changes:
- tsconfig_base.json: Update target from ES2020 to ES2023, add explicit lib
- packages/databricks-vscode/tsconfig.json: Update lib to ES2023, keep DOM
- packages/databricks-vscode-types/tsconfig.json: Remove lib (inherit from base)
- packages/databricks-vscode/scripts/tsconfig.json: Update target and lib to ES2023
- packages/databricks-vscode/eslint-local-rules/tsconfig.json: Add ES2023 target
- packages/databricks-vscode/src/test/e2e/tsconfig.json: Update target from ES2021 to ES2023
Benefits:
- Enables ES2023 features (array methods, improved Promise APIs, etc.)
- Ensures consistency across all TypeScript configurations
- Better alignment with Node.js 22 runtime capabilities
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 450f84e commit 3656c9b
6 files changed
Lines changed: 9 additions & 7 deletions
File tree
- packages
- databricks-vscode-types
- databricks-vscode
- eslint-local-rules
- scripts
- src/test/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments