Add vue as supported language to extract gql#1160
Add vue as supported language to extract gql#1160trevor-scheer merged 4 commits intoapollographql:masterfrom
Conversation
|
@kestred: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
|
@kestred this is great, thanks for adding this! If you can spare the effort, would you mind adding vue support here in the same way? If not, just let me know and I'll take care of it! Note the file watcher regex a few lines below as well. |
|
@trevor-scheer: added |
07b6ad2 to
5074a4b
Compare
|
Question/Aside: @trevor-scheer - Is it the case that the vscode plugin (that package you had me update) will watch the files and automatically regenerate the types whenever they change? |
|
@kestred thanks for the quick turnaround. Merging this now! Which types do you mean? I can tell you we currently don't update any typescript types a la codegen. |
Adds support for vue. Uses the same extracter as
typescript/javacript/___react.Just works by adding to list of supported languages.
TODO: