Closed LuisMayo closed 3 years ago
This appears to have been a bug in Deno, and was resolved in Deno 1.15.2
.
REF: https://github.com/denoland/deno/issues/12434
Please upgrade to latest with deno upgrade
and re-open if still face the same issue!
Issue
Setup:
Details
When starting a project using opine, the typescript compiler throws some errors. This errors only happen each time something in the code has changed. Which means that the first time the code won't run, but the consecutive ones will (don't ask me why, IDK either, but it seems to be something of tsc itself)
This has been reproduced with the example provided by the readme Console output:
Thanks.