-
### Current Behavior
A colleage of mine at work gave me different output for using the command `npx nx show projects --type app` than what I had. He had the following:
This is what I was getting…
-
* **Electron-Builder Version**: 23.6.0
* **Node Version**: v18.15.0
* **Electron Version**: 25.2.0
* **Electron Type (current, beta, nightly)**: current
* **Target**: Mac …
-
### Current Behavior
built a custom generator for my workspace that generates multiple libs, components, state, etc... It was working fine until we updated to nx 17.0.2.
Any time I try to run the…
-
# 🐛 bug report
I'm using NX which has a dependency on parcel and when building my image I got a node-gyp failure. Following along with this [isssue](https://github.com/parcel-bundler/parcel/issue…
-
### Describe the bug
See https://github.com/swc-project/jest/issues/158.
This issue was closed prematurely, and then re-opened as https://github.com/swc-project/swc/issues/7879.
There, it was f…
-
related to this one https://github.com/swc-project/jest/issues/91
this is my config with plugin
```jsx
module.exports = {
transform: {
'^.+\\.(js|ts|tsx)?$': [
'@swc/jest',
…
-
# Overview
現在jest使っているがそういえばvitestを使ったことないので調査対象
jestの変換をswcにしているので実行中の性能に大きな差はないと思われますが検証はしておくべきかも
# Completion Condition
# Reviewer
# Sub Task
- [ ] Sub Task1
- [ ] Sub Task2
-
## Description
Sometimes you just want to be able to wrap a CLI tool for a project without using a plugin. For example:
```
"serve": {
"executor": "@nrwl/workspace:run-comm…
-
### Current Behavior
When using the `dependency-checks` lint rule, any dependency which is listed already in "devDependencies" is treated as "missing" from the package.json by the lint rule , and it …
-
@FallingSnow [shared](https://github.com/avajs/ava/issues/2347#issuecomment-698499005) how to (experimentally) configure AVA and Node.js so that AVA can load TypeScript-based ESM files:
```json
"a…