Avi Vahl

Results 26 issues of Avi Vahl

got broken, but wasn't caught due to false-positive tests. see info at #510

bug

when there are bundling errors or warnings, test should fail

enhancement
good first issue

Given a feature **some-feature**, which imports **typescript** in one of it's environments via a simple `import ts from 'typescript'`, we want engine users: - to be able to say this...

enhancement

Tests that build currently use the repository's directory as the outDir. They build, they clean, and it happens within the repo. Should happen in a temp directory, so to not...

When running `engine start` on a package with features, but without config: - build finishes successfully. - browser features still run when going to `/main.html?feature=`. - links aren't printed. -...

using `TextEncoder`/`TextDecoder` for conversion. closes #169

Node 12.7.0's esm module system implemented support for: https://github.com/jkrems/proposal-pkg-exports/ `@file-services/resolve` should support that field too, assuming more and more packages will use that field inside the Node ecosystem.

enhancement

- [x] `path` -> `@file-services/path` - [ ] `stream` - [ ] `util` - [ ] `fs` (+allow setting it dynamically) - [ ] `buffer` - [ ] `crypto`

enhancement

Should allow loading a directory deeply and get the textual representation of non-binary files. Should return `IDirectoryContents` (as a shallow or deep tree).

enhancement

Given two directories containing two git repositories, provide a way to `pleb link` the two for local work.

enhancement