OJ Kwon
OJ Kwon
### Search Terms tsconfig, extends, workspaces, exports, subpath ### Expected Behavior ts-node should able to resolve if `extends:` points to the workspace package have subpath exports map. ``` // Some...
This PR is following changes to #185 and improves behavior of saving sourcemap, by honoring `appRoot` and create relative path under sourcemapPath when generates sourcemap. This behavior supports 2 usecases,...
### System Info System: OS: macOS 26.1 CPU: (12) arm64 Apple M3 Pro Memory: 9.12 GB / 36.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.19.0 - /Users/ohjoong.kwon/.proto/tools/node/20.19.0/bin/node Yarn: 4.5.0...
## Summary Trying to create repro case for #12072 . To be honest, I'm not 100% sure if this is correct root cause for the issue I'm observing - but...
Component's project coverage status doesn't match with the specified paths in the component config
**Describe the bug** I'm trying to understand project coverage check for the components, I'm seeing the number differences the coverage in the paths vs. what codecov reports in the pull...
Have a workspaces package in a single repository, where each package may create logger instance with own categories. Curious if application (who calls `configure`) able to know what categories were...
### Issue description or question Aware it's bit early to ask, but probably easy to upstream changes if needed if some changes are needed. https://github.com/web-infra-dev/rstest is a new test framework...