Skip to content

code-asher/ts-node-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro steps

  1. yarn
  2. yarn ts-node index.ts

Expected

The child process should receive a message from the parent process.

Actual

The child process never sees any messages.

Reverting to ts-node@9.0.0 fixes the issue:

  1. yarn add ts-node@9.0.0
  2. yarn ts-node index.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published