Commit 2220375
committed
fix(sandbox): remove ./sandbox export and build — native plugins use entrypoint directly
The sandbox entry cannot be made isolate-safe: keeping emdash external leaves an
unresolvable peer dep in the isolate; bundling it pulls in node:crypto, node:module,
and virtual:emdash/* which are equally unavailable. The export is unused — native
plugins are loaded via the descriptor entrypoint, not ./sandbox.1 parent 4e01737 commit 2220375
2 files changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 29 | | |
0 commit comments