Anders D. Johnson
Anders D. Johnson
It would be handy for a use case I have for this package to support a feature that could inject code verbatim if it appears in a JavaScript object. To...
It would be nice to have a non-destructive or additive-only mode that wouldn't override path for any module path already defined in the paths of the config file. Though, the...
Do you support some syntax for DRY nested sections, e.g. indentation? ``` ini [a] one = 1 [b] two = 2 ``` yielding: ``` json { "a": { "one": 1,...
Can you add features to guard against typosquatting? E.g. require confirmation for packages with under a certain threshold of recent downloads.
Do you expose the API as an npm package?
Could we keep reference-style links in Markdown input in the Markdown output?
support import aliases from `tsconfig.json` (or `jsconfig.json`) in `.mdx` files today throws error my `tsconfig.json`: ```json { "compilerOptions": { "baseUrl": ".", "paths": { "src/*": ["src/*"] } } } ```