cevek / ttypescript

Over TypeScript tool to use custom transformers in the tsconfig.json
1.53k stars 56 forks source link

_ßr is not defined error #132

Open paluchi opened 2 years ago

paluchi commented 2 years ago

image

This error occurs every time I reload my code by pressing ctrl + s and using ttypescript as compiler

Terminating batch job and reloading again fix the issue, but hot reloading is not available now

jasoninrapid commented 2 years ago

I'm seeing a similar error in my browser after a hot reload of a React Web Pack app. I have tst-reflect working and emitting type information at runtime so I think I have it configured correctly.

This import appears to be bad in the browser error:

import * as _ßr from "tst-reflect";

Hookyns commented 1 year ago

This is an issue inside tst-reflect package. https://github.com/Hookyns/tst-reflect/issues/81

I think the issue here can be closed.