-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Fix global when typescript.js loaded as script #58895
Conversation
@typescript-bot cherry-pick this to release-5.5 |
@typescript-bot perf test this Checking startup perf, should not actually change much. |
Hey, @jakebailey! I've created #58896 for you. |
@jakebailey Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
tsserverComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
startupComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@typescript-bot cherry-pick this to release-5.5 |
Hey, @jakebailey! I've updated #58896 for you. |
@typescript-bot pack this dunno if this works on merged PRs... |
Starting jobs; this comment will be updated as builds start and complete.
|
nope |
…e-5.5 (#58896) Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
Fixes #58893
Not sure why I thought this worked, but I probably just assumed that the tests passed therefore it was okay. The tests didn't actually test anything. Oops.
getters/setters have been supported ~forever, so this method is fine. We have tests which verify everything now.