Hyeseong Kim
Hyeseong Kim
https://www.typescriptlang.org/tsconfig#declarationMap
Plugins
Configurability by additional plugin support could be a good escape hatch for edges like #12. Fortunately, nanobundle is a plain ESM, so it's very easy to achieve that via dynamic...
Nanobundle will migrate from [meow](https://github.com/sindresorhus/meow) to [Clipanion](https://github.com/arcanis/clipanion) Meow is great framework for building tiny command, but subcommands support is missing.
Support hiding module by specifying it to `null`, for example ```json "exports": { "./*": "./dist/src/*", "./internal/*": null } ```
https://nodejs.org/api/packages.html#subpath-patterns Node.js exports/imports map has a multi-entry syntax similar to glob. For subpath pattern imports entries, it can simply add support via a glob matcher like [picomatch](https://github.com/micromatch/picomatch). On the other...
It will be very nice if we support some syntax sugar using PPX ```res // let binding style let%vec v = [1, 2, 3] // extension let v = %vec([1,...
- Collaborate with [rescript-webapi](https://github.com/tinymce/rescript-webapi) - A simple package manager for ReScript - Provide primitives to replace Iterables/Iterators - Cover 100% of Deno APIs - Cover 100% of Deno `Std` module...
Previously, as an implementation strategy for persistent state, I introduced DO and event sourcing. Also described it may provide better flexibility. And at the time, D1 wasn't such a good...