cli
cli copied to clipboard
feat: automatic create tsconfig for editor support on functions
Fixes https://github.com/netlify/pod-dev-foundations/issues/595
๐ Thanks for submitting a pull request! ๐
Summary
Fixes the editor support for the new functions V2 API. By that we enforce that the editor is in sync with the build values
For us to review and ship your PR efficiently, please perform the following steps:
- [ ] Open a bug/issue before writing your code ๐งโ๐ป. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire ๐ฅ (e.g. incident related), you can skip this step.
- [ ] Read the contribution guidelines ๐. This ensures your code follows our style guide and passes our tests.
- [ ] Update or add tests (if any source code was changed or added) ๐งช
- [ ] Update or add documentation (if features were changed or added) ๐
- [ ] Make sure the status checks below are successful โ
A picture of a cute animal (not mandatory, but encouraged)
๐ Benchmark results
Comparing with 2a688760c93fd64b60fe7db41b033aa73c6aab8d
- Dependency count: 1,369 (no change)
- Package size: 379 MB โฌ๏ธ 0.00% decrease vs. 2a688760c93fd64b60fe7db41b033aa73c6aab8d
With that configuration, I get even in JavaScript completion for the Netlify.env
@lukasholzer is this PR still relevant, or should we close/draft?
@sarahetter yes but sadly never had time to finish it up