Skip to content

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

Merged
Nathan Shively-Sanders (sandersn) merged 1 commit into
microsoft:masterfrom
a-tarasyuk:fix/38283
Nov 2, 2020
Merged

fix(38283): Incorrect parse on static property followed by method#41127
Nathan Shively-Sanders (sandersn) merged 1 commit into
microsoft:masterfrom
a-tarasyuk:fix/38283

Conversation

@a-tarasyuk

Copy link
Copy Markdown
Contributor

Fixes #38283

@sandersn

Copy link
Copy Markdown
Member

Daniel Rosenwasser (@DanielRosenwasser) should this go in 4.1 or 4.2?

@DanielRosenwasser

Copy link
Copy Markdown
Member

TypeScript Bot (@typescript-bot) pack this

@typescript-bot

TypeScript Bot (typescript-bot) commented Oct 28, 2020

Copy link
Copy Markdown
Contributor

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

@typescript-bot

TypeScript Bot (typescript-bot) commented Oct 28, 2020

Copy link
Copy Markdown
Contributor

Hey Daniel Rosenwasser (@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
Nathan Shively-Sanders (sandersn) merged commit 056d01a into microsoft:master Nov 2, 2020
Orta Therox (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
@microsoft Microsoft (microsoft) locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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