Stef

Results 5 issues of Stef

- `@testing-library/react` version: latest - Testing Framework and version: Jest (latest) - DOM Environment: jsdom - Minimal repro: https://github.com/stefee/react-testing-library-repro-1068 I'm finding that when an error is thrown from inside an...

needs more information

## Describe the bug Error thrown by calling `new SSMClient({}).send(new GetParameterCommand({Name: name}))` cannot be serialized by the [pino](https://github.com/pinojs/pino) logger due to circular reference. > "err":"[unable to serialize, circular reference is...

third-party
bug
p3

Reproduction using `@swc/[email protected]`. `scripts/.swcrc` contents: ```json { "jsc": { "parser": { "syntax": "typescript" }, "target": "es2021" } } ``` Steps: 1. `node_modules/.bin/swc promiseSettledAggregate.ts -o dist/promiseSettledAggregate.js --config-file scripts/.swcrc` 2. See added...

### Describe the feature A configuration option to output mjs files instead of js files (when using module type es6). ### Babel plugin or link to the feature description https://babeljs.io/docs/en/babel-cli#set-file-extensions...

enhancement

Is it possible to configure the default width or widths sort order at all? For example, to show the smallest width first when opening a diff rather than the widest...