-
Notifications
You must be signed in to change notification settings - Fork 658
Bring back SourceFile.EndOfFileToken
#1257
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
Conversation
testdata/baselines/reference/astnav/GetTouchingPropertyName.mapCode.ts.baseline.txt
Outdated
Show resolved
Hide resolved
testdata/baselines/reference/submodule/conformance/jsDeclarationsDefault.js.diff
Show resolved
Hide resolved
testdata/baselines/reference/submoduleAccepted/conformance/importTag14.errors.txt.diff
Show resolved
Hide resolved
...eference/submoduleAccepted/conformance/jsDeclarationsFunctionPrototypeStatic.errors.txt.diff
Show resolved
Hide resolved
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.
Still reviewing baselines, but here are some out of order comments.
testdata/baselines/reference/astnav/GetTouchingPropertyName.mapCode.ts.baseline.txt
Outdated
Show resolved
Hide resolved
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.
Requesting changes based on my previous comments, since this batch is just guesses for why diffs have happened.
testdata/baselines/reference/astnav/GetTouchingPropertyName.mapCode.ts.baseline.txt
Outdated
Show resolved
Hide resolved
testdata/baselines/reference/submoduleAccepted/compiler/uniqueSymbolJs.errors.txt.diff
Show resolved
Hide resolved
testdata/baselines/reference/submoduleAccepted/conformance/callbackTag2.types.diff
Show resolved
Hide resolved
testdata/baselines/reference/submoduleAccepted/conformance/importTag13.errors.txt.diff
Show resolved
Hide resolved
...eference/submoduleAccepted/conformance/jsDeclarationsFunctionPrototypeStatic.errors.txt.diff
Show resolved
Hide resolved
//// [index3.d.ts] | ||
// merge type alias and variable (behavior is borked, see #32366) | ||
declare const x = 12; | ||
export { x as default }; | ||
export type default = string | number; | ||
export type _default = string | number; |
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.
Hm, but this is weird, no?
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.
it is, the comment above this says the behavior is borked - and the type alias declaration here is the same in Strada:
https://github.com/microsoft/TypeScript/blob/78c16795cdee70b9d9f0f248b6dbb6ba50994a59/tests/baselines/reference/jsDeclarationsDefaultsErr.js#L81-L84
Seems like it needs more baseline updates. |
...baselines/reference/submoduleAccepted/conformance/jsDeclarationsUniqueSymbolUsage.types.diff
Show resolved
Hide resolved
Still a test failure?
Seems to have been a bad merge with main? |
weird, maybe I have forgotten to git add this one single baseline after syncing with main. But either way, this is still blocked on the |
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.
The core of this PR is fine, but I think we're still waiting on the removal of the extra unrelated bits?
@jakebailey I think I addressed everything that had to be addressed here and it should be good to go now |
|
Thanks! |
No description provided.