Skip to content
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

Fixed a crash in getPropertyNameForPropertyNameNode on NoSubstitutionTemplateLiteral #55930

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

Andarist
Copy link
Contributor

No description provided.

@DanielRosenwasser
Copy link
Member

I'm not seeing the crash in the playground - what am I doing wrong?

@Andarist
Copy link
Contributor Author

Andarist commented Oct 1, 2023

It’s a lazy crash - you need to hover over the resulting type to request this information

@typescript-bot
Copy link
Collaborator

Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page.

Also, please make sure @DanielRosenwasser and @RyanCavanaugh are aware of the changes, just as a heads up.

@DanielRosenwasser
Copy link
Member

Okay, so

function Foo() {}
Foo[`b`] = function () {};

type Test = keyof typeof Foo;
//   ^?

@DanielRosenwasser DanielRosenwasser merged commit d9cd2d0 into microsoft:main Oct 2, 2023
osyrisrblx added a commit to roblox-ts/roblox-ts that referenced this pull request Feb 14, 2024
- Bumps `typescript` and `ts-expose-internals` to v5.3.3
- Removes the test diagnostic for `noSuperProperty` as the compiler
catches this now (microsoft/TypeScript/pull/54056)
- Make 1:1 changes for methods and fields
- Handles the `NoSubstitutionTemplateLiteral` node from
microsoft/TypeScript/pull/55930

Please take a look at the module resolution change. I'm not sure if this
will have downstream effects that I couldn't catch in testing.

Closes #2610

---------

Co-authored-by: Osyris <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants