You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎉 Thanks for sending this pull request! 🎉
Please make sure the title is clear and descriptive.
If you are fixing a typo or documentation, please skip these
instructions.
Otherwise please fill in the sections below.
**Which problem is this pull request solving?**
See
https://github.com/netlify/functions/actions/runs/8939586357/job/24555907790
**Describe the solution you've chosen**
Remove export block to support node 10 and allow internal to be imported
**Describe alternatives you've considered**
Linking `internal.ts` in `main.ts`, however we look to want to keep
these seperate
**Checklist**
Please add a `x` inside each checkbox:
- [x] I have read the [contribution
guidelines](../blob/master/CONTRIBUTING.md).
- [x] The status checks are successful (continuous integration). Those
can be seen below.
- [x] Passed `npm run test:publish`
- [x] Tested change with `npm link @netlify/functions`
0 commit comments