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

Use language server to get proper reflection types #505

Merged
merged 14 commits into from
May 5, 2018
Merged

Use language server to get proper reflection types #505

merged 14 commits into from
May 5, 2018

Conversation

GeeWee
Copy link
Collaborator

@GeeWee GeeWee commented May 5, 2018

Step to closing #439.

We're adding an useExperimentalLanguageServer flag to test it out how it'll work in real life. I'm not sure about the speed aspects, or other surprises we might get - so I'm thinking we'll get some real life feedback before revealing it in the Readme or anything like that.

@@ -7,7 +7,8 @@
"scripts": {
"build": "cpx index.d.ts dist/ && tsc -p .",
"build:watch": "cpx index.d.ts dist/ && tsc -p . -w",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ran into several issues where I'd like to clean the node_modules inside tests also, so I'm sure that there's no old files left-over

@kulshekhar
Copy link
Owner

I haven't reviewed this in detail but willing to approve it if you're happy with the state of this PR @GeeWee

Copy link
Collaborator Author

@GeeWee GeeWee left a comment

Choose a reason for hiding this comment

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

I am alright with it. Still some work to do, but I think we should merge and publish and then let people play with it on real life codebases

@GeeWee GeeWee merged commit 970d4a8 into master May 5, 2018
@GeeWee
Copy link
Collaborator Author

GeeWee commented May 5, 2018

Please publish a new version

@kulshekhar kulshekhar deleted the reflect branch May 5, 2018 17:06
@kulshekhar
Copy link
Owner

published

@MichalLytek
Copy link

@GeeWee it's a bit weird that you've squashed the cherry-picked commits from my PR 😕 now there's no history about my contribution 😞

@GeeWee
Copy link
Collaborator Author

GeeWee commented May 31, 2018

Sorry - I'm not good with git. Didn't mean to steal credit or anything. Would it be okay with you to submit a PR that adds your name to the authors list?

@kulshekhar
Copy link
Owner

@19majkel94 please accept my apologies as well. We'd be more than happy to merge in a PR adding your name to the authors list.

I realize this doesn't entirely make up. If you'd like, I'm also fine with attributing credit in a comment with a link to your profile and to this PR alongside the changes you committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants