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

fix(38283): Incorrect parse on static property followed by method #41127

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

a-tarasyuk
Copy link
Contributor

Fixes #38283

@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Oct 16, 2020
@sandersn
Copy link
Member

@DanielRosenwasser should this go in 4.1 or 4.2?

@DanielRosenwasser
Copy link
Member

@typescript-bot pack this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Oct 28, 2020

Heya @DanielRosenwasser, I've started to run the tarball bundle task on this PR at 37859aa. You can monitor the build here.

@typescript-bot
Copy link
Collaborator

typescript-bot commented Oct 28, 2020

Hey @DanielRosenwasser, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
    "devDependencies": {
        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/88012/artifacts?artifactName=tgz&fileId=689D6E517F8ECAC83635890CCE0B6C9FF93673CA9A67D1B420FB502773C0C62F02&fileName=/typescript-4.1.0-insiders.20201028.tgz"
    }
}

and then running npm install.


There is also a playground for this build.

@sandersn sandersn merged commit 056d01a into microsoft:master Nov 2, 2020
orta added a commit to orta/TypeScript that referenced this pull request Jun 29, 2021
orta pushed a commit that referenced this pull request Oct 1, 2021
* Allow for class static vars to be called static - re: #41127

* Add the baselines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Milestone Bug PRs that fix a bug with a specific milestone
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Incorrect parse on static property followed by method
5 participants