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

feat(26217): Add missing member fix should work for missing function #41215

Merged
merged 6 commits into from
Jan 9, 2021

Conversation

a-tarasyuk
Copy link
Contributor

Fixes #26217

@typescript-bot typescript-bot added the For Backlog Bug PRs that fix a backlog bug label Oct 23, 2020
@a-tarasyuk a-tarasyuk marked this pull request as ready for review October 25, 2020 13:31
@DanielRosenwasser
Copy link
Member

@typescript-bot pack this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Dec 2, 2020

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

@jessetrinity jessetrinity added this to Committed in JS/TS team bugs Dec 2, 2020
@jessetrinity jessetrinity moved this from Committed to Needs Review in JS/TS team bugs Dec 2, 2020
@typescript-bot
Copy link
Collaborator

typescript-bot commented Dec 2, 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/90205/artifacts?artifactName=tgz&fileId=C92047E7D012B4C56A628CDC8A2082B9C79E19DE6093DAD2FAFB6036C022EA4902&fileName=/typescript-4.2.0-insiders.20201202.tgz"
    }
}

and then running npm install.


There is also a playground for this build.

Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of early comments -- I've looked at the tests, and they look good, but haven't looked at the code.

src/services/codefixes/helpers.ts Outdated Show resolved Hide resolved
PR Backlog automation moved this from Needs review to Needs merge Dec 19, 2020
Copy link
Contributor

@jessetrinity jessetrinity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a couple of questions but otherwise looks great 👍

src/services/codefixes/fixAddMissingMember.ts Show resolved Hide resolved
src/services/codefixes/helpers.ts Outdated Show resolved Hide resolved
src/services/codefixes/helpers.ts Outdated Show resolved Hide resolved
@jessetrinity jessetrinity merged commit 0c58ede into microsoft:master Jan 9, 2021
PR Backlog automation moved this from Needs merge to Done Jan 9, 2021
@jessetrinity jessetrinity removed this from Needs Review in JS/TS team bugs Jan 11, 2021
Zzzen pushed a commit to Zzzen/TypeScript that referenced this pull request Jan 16, 2021
…icrosoft#41215)

* feat(26217): Add missing function declaration QF

* use codeFixAvailable instead of codeFix

* add diagnostics messages 'Method not implemented.' and 'Function not implemented.'

* use codeFixAvailable instead of codeFix

* fix signature types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Archived in project
PR Backlog
  
Done
Development

Successfully merging this pull request may close these issues.

Add missing member fix should work for missing function
5 participants