Jeremy Albright

Results 57 comments of Jeremy Albright

@cometkim y'know, I had thought about trying that briefly, but I was done messing with it for the night. Your comment brought me back to it, so I thought I'd...

I went ahead and packaged it up and published the beta: https://www.npmjs.com/package/gatsby-plugin-ts-config Can iterate from there, when issues come up.

> I just realized that I have to deal with outside of `src` to support `gatsby-node`. Thank you so much @Js-Brecht ! Out of curiosity, how do you plan to...

@Js-Brecht It is... hard to make it compatible with your project for now. (or please let me know if you have an idea) The gatsby-* files in the project root,...

> It is... hard to make it compatible with your project for now. (or please let me know if you have an idea) Would it be feasible to include an...

> Would it be feasible to include an option allowing the user to define various additional files to pull types from? Perhaps that would be too labor intensive (and probably...

I just took a moment to read your code, instead of just skimming it, and I see you are already using the FileParser. So, I was just getting ahead of...

> Would it be feasible to include an option allowing the user to define various additional files to pull types from? Perhaps that would be too labor intensive (and probably...

> Removing the custom watcher process was a big goal for v1, so it's hard to revert it at this moment. No, no, I wouldn't ask you to revert changes/improvements...

> In theory, this plugin will start track of new queries when they are notified by the FileParser. Should, but I was hoping to not have to use `FileParser` in...