-
Notifications
You must be signed in to change notification settings - Fork 27.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade typescript to 5.3 #64043
Upgrade typescript to 5.3 #64043
Changes from all commits
4039241
2fb02c6
4306e31
993ce1d
7891fc8
e68e9ec
2b0a4a4
f1a290c
00f0b33
4fc3b3e
aa620a4
e9a2cb1
45ea812
962f318
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ import type { | |
Visitor, | ||
NodePath, | ||
} from 'next/dist/compiled/babel/core' | ||
import type { PageConfig } from 'next/types' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this a public api that we are going to break? I dont know if There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be the same content. It's really just reorganizing files so that the program using the root tsconfig doesn't include Next.js source files. |
||
import type { PageConfig } from '../../../types' | ||
import { STRING_LITERAL_DROP_BUNDLE } from '../../../shared/lib/constants' | ||
|
||
const CONFIG_KEY = 'config' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically referenced in the files that are relevant.