You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was reading through #693 and saw that a --scope flag fix in #1346 was merged. However, it doesn't appear to work on [email protected]. I wrote a small script that imports from a module in the same yarn workspace. It runs successfully if I set TS_NODE_SCOPE=true, but crashes with an "Emit skipped" error when I use the --scope flag.
Actual Behavior
The script exits successfully when I use TS_NODE_SCOPE=true while it crashes with an "Emit skipped" error when I use the --scope flag
Search Terms
"scope", "Emit skipped"
Expected Behavior
Was reading through #693 and saw that a
--scope
flag fix in #1346 was merged. However, it doesn't appear to work on [email protected]. I wrote a small script that imports from a module in the same yarn workspace. It runs successfully if I setTS_NODE_SCOPE=true
, but crashes with an "Emit skipped" error when I use the--scope
flag.Actual Behavior
The script exits successfully when I use
TS_NODE_SCOPE=true
while it crashes with an "Emit skipped" error when I use the--scope
flagSteps to reproduce the problem
See
run.sh
here: TypeStrong/ts-node-repros#19TS_NODE_SCOPE=true yarn ts-node b/index.ts --project b/tsconfig.json
works.yarn ts-node b/index.ts --project b/tsconfig.json --scope
fails.Minimal reproduction
TypeStrong/ts-node-repros#19
Specifications
The text was updated successfully, but these errors were encountered: