Commit e8a95b3
committed
fix: HybridFs subclass, Prettier template literal fixes, path normalisation
- Refactor bash FS adapter from plain object to HybridFs extends InMemoryFs
(cleaner, uses super.method() fallbacks instead of delegating 12 methods)
- Add normPath() to strip /home/user/ and /tmp/ prefixes from bash paths
- Replace nested template literals inside C.dim/C.err/C.ok/C.warn with
string concatenation to prevent Prettier mangling
- Use url.indexOf instead of regex for curl URL scheme detection
- Silence spurious warning for native-globals module in generate-native-dts
- Add prettier-ignore for help command template literal
- Null-safe result.error in reset_sandbox handler
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent 07cc5b5 commit e8a95b3
4 files changed
Lines changed: 175 additions & 215 deletions
File tree
- scripts
- src
- agent
- code-validator/guest
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
| |||
0 commit comments