| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| e2b@2.33.1 source code.tar.gz | 2026-07-15 | 1.7 MB | |
| e2b@2.33.1 source code.zip | 2026-07-15 | 2.1 MB | |
| README.md | 2026-07-15 | 592 Bytes | |
| Totals: 3 Items | 3.8 MB | 0 | |
Patch Changes
- 64e9bc0: Resolve the template builder's default file context path in the constructor instead of a class field initializer. Under
[[Define]]class-field semantics (the default attarget: es2022+), field initializers run in an extra<instance_members_initializer>stack frame, which threw off the fixed-depth caller-directory resolution —.copy()sources resolved against the SDK's own directory instead of the caller's. The constructor-body call is emit-invariant, so theuseDefineForClassFields: falsepin in tsconfig is no longer needed and has been removed.