-
### Current Behavior
When I run `yarn test`, I get this bug:
` FAIL test/blah.test.ts
● Test suite failed to run
TypeError: The "path" argument must be of type string. Received undefin…
-
### Current Behavior
Create a new project with react template: `npx tsdx create mylib`
after I installed all for postcss, I'm facing this issue
![giterr](https://user-images.githubusercontent…
-
I am currently setting up a fresh monorepo structure using Lerna and TSDX to build out a component library.
I have read and followed the various links related to #122 but wanted to check if there i…
-
```
# npm audit report
ansi-regex >2.1.1
-
### Current Behavior
I'm building a private library with `tsdx` and would like to add `styled-components` there. When I do it, they work within the `tsdx` project but when I import those components…
-
### Current Behavior
Yarn v2 got a stable release today, and it uses PnP (instead of node_modules) exclusively
Right now `tsdx test`, `tsdx build` (and maybe others) have some issues with it (spec…
-
- Treeshaking is not working properly
- Moving to multi entry imports would be a big win. The codebase is suitable to be split like this, and doesnt rely on treeshaking.
- Ditch tsdx and try using s…
-
### Current Behavior
when using v0.13.2 with yarn 2 berry, I get the following error when running `tsdx test`
```
Error: tsdx tried to access babel-jest, but it isn't declared in its dependen…
-
I'm not sure if this is a bug. I've got a tsdx uikit project with tailwindcss 3.2.6 "postcss": "^8.4.14" and "autoprefixer": "^10.4.13". I also have storybook in my project. The problem is that all ta…
-
### Current Behavior
This worked prior to v13.
After v13, I get 100% cpu usage and it never finishes.
`tsdx lint src test example --ignore-pattern node_modules`
This works fine:
`tsdx l…