Commit e148da9
committed
chore: Upgrade to TypeScript 7.0
Bump typescript to ~7.0.2 and apply the changes TS 7 requires:
- remove downlevelIteration and baseUrl (both removed in TS 7)
- set explicit rootDir on all emitting tsconfigs (now required)
- add DOM lib and node types to the shared base config
- scope DOM out of cloudflare (conflicts with workers-types)
- source fixes: BodyInit casts on transports, readonly web-vitals
globals, WebAssembly.Exception ts-expect-error removal, elysia
trace handler generic, replay paint entry ts-expect-error1 parent 30858f5 commit e148da9
73 files changed
Lines changed: 266 additions & 68 deletions
File tree
- dev-packages
- browser-integration-tests
- suites
- sessions/page-lifecycle
- tracing/browserTracingIntegration/linked-traces-streamed/consistent-sampling/meta-negative
- bundler-plugin-integration-tests
- node-core-integration-tests
- node-integration-tests
- test-utils
- packages
- astro
- aws-serverless
- src/lambda-extension
- browser-utils
- src/metrics/web-vitals
- lib/polyfills
- browser
- src
- integrations
- transports
- bun
- src/transports
- cloudflare
- src
- core
- deno
- src/transports
- effect
- elysia
- src
- ember
- feedback
- gatsby
- google-cloud-serverless
- hono
- integration-shims
- nestjs
- nextjs
- nitro
- node-core
- node-native
- node
- nuxt
- opentelemetry
- profiling-node
- react-router
- react
- remix
- replay-canvas
- replay-internal
- src/util
- replay-worker
- solidstart
- solid
- sveltekit
- svelte
- tanstackstart-react
- tanstackstart
- typescript
- types
- vercel-edge
- src/transports
- vue
- wasm
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments