Alec Larson
Alec Larson
Hi @bengry, I like the work you're doing with typedash. I wanted to open this issue to discuss a potential collaboration opportunity. ### Context - [Radash](https://github.com/sodiray/radash) is a library with...
If I have a group of benchmarks like this: ```ts describe('foo', () => { bench('with object', () => {…}) bench('with array', () => {…}) }) ``` …I would expect the...
Even though importing a type won't affect the behavior of a bundle, it causes ESBuild to use a different identifier, resulting in inconsistent output. ## Reproduction The reproduction steps are...
I should be able to pass a hash of pre-defined answers to `prompt` that essentially auto-fills the associated prompts. The pre-defined answers would still be passed to the `filter`, `transformer`,...
I've been facing some frustrating issues with the temporary database. Specifically, composite types aren't copied into it, leading to failed setup within `assertValidPlan`. Instead of generating migration statements to setup...
When linking dependencies with `indo`, a local package may have a major version higher than what exists in the project's `package.json` dependencies. There should be a command to update the...
When `useEmitConstOnly` is true, the `type` declarations are excluded from the output.
Nebu's internals won't need much work to support the ASTs of other languages. I think SCSS would be a good start (we'll fork [scss-parser](https://www.npmjs.com/package/scss-parser)).
When an input sourcemap is given, the result's sourcemap will be merged with it, so it points back to the input sourcemap's sources (aka the original source). Bonus: If `//#...