-
Notifications
You must be signed in to change notification settings - Fork 747
fix: refine export assignment diagnostics to match strada #1688
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
...data/baselines/reference/submodule/conformance/jsDeclarationsFunctionPrototypeStatic.js.diff
Outdated
Show resolved
Hide resolved
|
@sandersn @weswigham Is this the thing we were discussing about relaxing this for even TS code and not erroring at all? I can't remember where we left that. |
|
We're at the "just do it like strada" stage because trying to improve it just moved where the jank in our code is - better the jank we know. |
weswigham
left a comment
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.
Definitely an improvement. I'm sure we'll have to keep adjusting the JS declaration emit for export assignments, though, since they're still only partially supported.
testdata/baselines/reference/submodule/conformance/jsDeclarationsFunctionPrototypeStatic.js
Outdated
Show resolved
Hide resolved
testdata/baselines/reference/submodule/conformance/jsDeclarationsTypeAliases.js.diff
Outdated
Show resolved
Hide resolved
testdata/baselines/reference/submodule/conformance/jsDeclarationsTypedefAndImportTypes.js.diff
Outdated
Show resolved
Hide resolved
...nes/reference/submodule/conformance/jsDeclarationsTypedefPropertyAndExportAssignment.js.diff
Outdated
Show resolved
Hide resolved
|
Why the deletion? |
No description provided.