Gal Schlezinger

Results 49 issues of Gal Schlezinger

Something like: 1. dynamic command implementations will allow to lazily load the dependency tree instead of forcing cmd-ts apps to be imported sync ```ts subcommands({ cmds: { hello: async ()...

There's something that makes me sad regarding the current implementation: we can't do exclusive or for flags like `--dev` and `--prod`, because they have defaults. Should I make it a...

The basic should be the same as `command`, and maybe `command` should use it internally: ``` object({ someName: ArgParser, otherName: ArgParser, }) => ArgParser ```

Needs design though. I thought about something like ```typescript conditional({ long: string, short?: string }, ArgParser) // ArgParser ``` So you can describe something like ```typescript command({ // ..., args:...

The current implementation only adds URLPattern for Edge runtime. This PR will add the ability to import URLPattern in the Node.js runtime, which will use the edge-runtime polyfill. ## Feature...

type: next

as title describes, this is a configuration change for Changesets.

automerge

Add the ability to add `--force-arch` to `fnm env` so if a prebuilt version is not found, fnm will use `node-build` to compile the Node.js version locally.

This PR introduces `--with-shims` to the `fnm env` command. These shims (currently only `node`, but maybe `npm` will need it too) will be used instead of the `$FNM_MULTISHELL_PATH`, and although...