Caleb Everett

Results 56 comments of Caleb Everett

I sent a PR to default unknown node versions to the previous known version https://github.com/swc-project/pkgs/pull/99

Node is adding `AsyncLocalStorage#use()` as a `Disposable` alternative to `enterWith`, tho you can also use enterWith in your own `Dispose` impl. https://github.com/nodejs/node/pull/58104 `using` and AsyncLocalStorage are both new to me,...

Where is it specified in the docs? I read that section but I don't see any claim that _only_ location, stack, name, and message are logged. The examples may only...

> If you'd like us to expose the default [PowertoolsLogFormatter](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/packages/logger/src/formatter/PowertoolsLogFormatter.ts) so that you can use all the default settings while still being able to selectively override some aspects, please let...

I'd be happy to work on a PR if there was any indication that jest would merge it.

I do not recommend auto inference. Checking of javascript content is ESM or CJS would require parsing to an AST and checkiing import / export statements. I don't think it...