You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Generators and async/await have been fully supported in Node for years, but the default SWC options are still set to transpile them to using regenerator-runtime. Since @swc/jest is specifically for usage in Jest, if there isn't a jsc.target specified in .swcrc or the Jest config, can it default to whatever level is supported by the runtime Node version?
Reasoning: it's a little extra work for projects that don't yet have a SWC configuration to specify a jsc target. https://swc.rs/docs/usage/jest indicates your Jest configuration only needs to include: