Commit c80d77d
feat: add support for edge functions (#233)
* feat: add support for edge functions * chore: update lock file * chore: remove unused types * chore: remove unused file * feat: more things * chore: remove `.only` * refactor: rename prop * refactor: handle merge * fix: use `serverAddress` prop * chore: update Deno version in CI * fix: add dep * refactor: update bootstrap URL * feat: add dynamic bootstrap URL * refactor: fix lint issues * feat: add quiet flag * chore: update Node version * chore: fix packages * feat: use workers * fix: add missing site metadata * chore: fix test * Apply suggestions from code review Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com> * chore: fix formatting * fix: fix tests * chore: remove unused file * chore: add comment * refactor: conditionally start HTTP server * refactor: rename variables * Update packages/edge-functions/dev/node/main.test.ts Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com> * fix(deps): update lockfile * build: improve eslint config - move non-temporary config out of `eslint_temporary_suppressions` - configure `node-builtins` rule properly * refactor: fix lint errors * build: add new suppressions The new eslint setup was merged after most of the work on this PR was done. * chore(deps): bump @netlify/types in packages/edge-functions * ci: add missing build step to lint job * chore: update lockfile --------- Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>1 parent efc7c35 commit c80d77d
File tree
46 files changed
+2379
-232
lines changed- .github/workflows
- packages
- cache/src
- dev-utils
- src
- lib
- server
- templates
- dev
- src
- lib
- edge-functions
- dev
- deno
- workers
- node
- src
- lib
- functions/dev
- runtimes/nodejs
- runtime-utils/src/lib
- vite-plugin/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+2379
-232
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| |||
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
| 42 | + | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
| |||
73 | 84 | | |
74 | 85 | | |
75 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
76 | 93 | | |
77 | 94 | | |
78 | 95 | | |
79 | 96 | | |
80 | 97 | | |
81 | | - | |
| 98 | + | |
82 | 99 | | |
83 | 100 | | |
84 | 101 | | |
| |||
101 | 118 | | |
102 | 119 | | |
103 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
104 | 130 | | |
105 | 131 | | |
106 | 132 | | |
| |||
0 commit comments