-
### Describe the bug
Referencing: #19175.
Framework: html-vite
```
// storybook.test.ts
import initStoryshots from '@storybook/addon-storyshots';
initStoryshots();
```
Produces error:
```
…
-
**Describe the bug**
When using the transform `"\\.[jt]sx?$": ["@swc/jest"],`, tests will fail with the error
```
● Test suite failed to run
TypeError: expect.extend: `default` is not a v…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
### Current Behavior
In a project.json, if the `outputPath` under `targets..options` is empty. i.e. `""`, it errors and deletes the entire repository. I literally lost 4 days worth of commits cause o…
-
Pulumi uses TypeScript 3.8.3 released on February 20, 2020. Latest Typescript is 5.4 released on March 6, 2024.
3.8.3 is 4 years old! A ton of TypeScript features are missing.
-
### Current Behavior
When using the `dependency-checks` lint rule to verify source package.json dependencies are listed correctly, the linter incorrectly reports that a package is missing an entry …
-
Hello,
First off love the library and am excited to use it in a new project my company is working on. But I'm having some trouble with my user entity and I can't figure out why.
I'm following …
-
When CLI launches, we'll want to track as much info as we can about who's using the CLI and what they're doing. It would be great even as we're testing internally to start reporting on some numbers.
…
-
### Feature request
Like to know if there is a convienient way to know if running in tsx?
It's similar to the request like this: https://github.com/TypeStrong/ts-node/issues/846
Or something li…
-
### Describe the bug
This is slightly different than https://github.com/swc-project/swc/issues/3854
The issue I'm seeing is that when you run jest with coverage and sharding, ts-jest causes jes…