pavitra-infocusp
pavitra-infocusp
Stdio pipe option doesn't return the output. Using the inherit option reveals that the command executes successfully and logged in to the stdout. ## Actual ```js import {execa} from 'execa';...
### Feature Request Add support for `storage.defineMap` to manage namespaced collections in extension storage. Currently, `storage.defineItem` is great for managing a single key/value with fallback and typing. However, many extensions...
### Overview This PR adds support for parsing formatted number strings with thousands separators directly into the `from()` function. This creates a complete round-trip workflow where `format()` can produce formatted...