Skip to content

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 <osyrisrblx@gmail.com>
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants