Closed
Description
🔎 Search Terms
typescript transportstream
🕗 Version & Regression Information
- This a bug that causes OOM
- This is the behavior in every version I tried
- This behavior exists on previous versions, checked on 4.2.4
🙁 Actual behavior
I had a 300MB TransportStream (video.ts
) video in my project dir, this caused tsc to try and process it, which caused an out-of-memory exception.
🙂 Expected behavior
tsc should ignore non-text files with .ts
extensions, or blacklist videos or TransportStream specifically.