-
I'm trying to instrument code with swc, using this plugin and swc-loader.
```js
import Config from 'webpack-5-chain';
const config = new Config();
const rule = config.module.rule('ts').test(/\…
-
### What version of Bun is running?
1.0.18+36c316a24
### What platform is your computer?
Darwin 23.1.0 arm64 arm
### What steps can reproduce the bug?
#7606 was closed but I still get t…
Tirke updated
9 months ago
-
Admittedly, I'm not an expert on how this is supposed to work, but I know that you can run Typescript via `node -r 'ts-node/register'` as well as run tests via `mocha -r 'ts-node/register'`. But this …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When running a simple test that uses createTestingModule, the dependencies are not injected, …
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: …
-
**Describe the bug**
The Ionic Angular app successfully complies however, when I open the app in browser, It doesn't load and I see a lot of errors in console.
```
Failed to load resource: the serv…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
-
# 手順
readmeに書いている内容を試せば動いた。
※nodeはpackage.jsonに書いてあるが、node 16を入れる必要がある
-
### Describe the bug
Storybook is great, we've just upgraded gatsby and need to upgrade storybook. Both normally work absolutely fine.
Looking at gatsby's documentation, this hasn't been updated f…
-
## Goal
1. Unify the way Javascript and Typescript libraries are transpiled and provided.
2. Prevent compatibility issues of (3rd party) dependencies and out supported browsers.
## Background
Cu…