Bring back SourceFile.EndOfFileToken - #1257
Conversation
Nathan Shively-Sanders (sandersn)
left a comment
There was a problem hiding this comment.
Still reviewing baselines, but here are some out of order comments.
Nathan Shively-Sanders (sandersn)
left a comment
There was a problem hiding this comment.
Requesting changes based on my previous comments, since this batch is just guesses for why diffs have happened.
| 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.
Hm, but this is weird, no?
There was a problem hiding this comment.
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. |
ab5e83b to
f20c7a0
Compare
|
Still a test failure? Seems to have been a bad merge with main? |
f20c7a0 to
705ec33
Compare
|
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 |
Jake Bailey (jakebailey)
left a comment
There was a problem hiding this comment.
The core of this PR is fine, but I think we're still waiting on the removal of the extra unrelated bits?
|
Jake Bailey (@jakebailey) I think I addressed everything that had to be addressed here and it should be good to go now |
|
|
Thanks! |
No description provided.