This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Commit aa417b7
authored
fix: path imports for typescript (#493)
🎉 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`1 parent 4dcd0b5 commit aa417b7
2 files changed
+20
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | | - | |
13 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
14 | 25 | | |
15 | 26 | | |
16 | 27 | | |
| |||
19 | 30 | | |
20 | 31 | | |
21 | 32 | | |
22 | | - | |
| 33 | + | |
| 34 | + | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
| |||
0 commit comments