Commit 4aa907e
authored
ref(node): Remove duplicate function
While working on something else I stumbled over this unused, duplicated
function. Also, there was still one implementation in Google Cloud
Serverless, which checked for `typeof require !== 'undefined'`, which
does not work well all the time (see this PR:
#15927).
Closes #18663 (added automatically)isCjs (#18662)1 parent b068af1 commit 4aa907e
File tree
3 files changed
+3
-13
lines changed- packages
- cloudflare/src/utils
- google-cloud-serverless
- src
3 files changed
+3
-13
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
0 commit comments