-
### Describe the bug
You can create a file at `src/Modules/xyz.ts`, and it will be discovered as a module, when only file in `src/modules` should be discovered.
Discovered in https://github.com/…
-
### System Info
System:
OS: macOS 14.5
CPU: (8) arm64 Apple M1
Memory: 58.61 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.11.0 - /usr/local/bin/node
npm: 10…
-
### What version of Bun is running?
1.0.25+a8ff7be64
### What platform is your computer?
Arch Linux (Linux 6.7.0-arch3-1 x86_64 unknown)
Also tested on MacOS 14.2.1 and WSL. @michaelhays e…
-
### Current Behavior
If I keep or add bun.lockb to the project all nx commands fails. If no bun.lockb projects runs fine, if bun.lockb is present then it errors.
### Expected Behavior
Project runs …
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
```js
const a = () => a
```
### Configuration file …
-
Tried to upgrade to `cssbundling-rails` 1.3.3 or 1.4.0 which support bun, and deploy to heroku with this buildpack
(Same deal with jsbundling-rails 1.1.2 -> 1.2.2, 1.3.0 due to similar bun support …
-
### Describe the bug
when vue sfc include a style block, plugin will run fail.
![image](https://github.com/user-attachments/assets/9e77b58a-664e-4a6b-8689-d289b5c27b4e)
That will work in webpac…
Gehbt updated
2 months ago
-
### Environment
Nuxt 3.7+
### Reproduction
Note: the exact same codebase on Stackblitz works (including same node/npm versions), I suspect this is somehow related to my local environment. Her…
-
### Reproduction link or steps
```shell
just build
cd examples/rollup-plugin-esbuild
pnpm build
```
### What is expected?
build procedure doesn't emit errors and some files emitted to `./…
-
Implement a stdio link using tRPC, so Kunkun APIs can be exposed from Tauri windows, and spawned processes can call these APIs to access resources or control Kunkun's UI.