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
⨯ Unable to compile TypeScript[eval].ts (10,17): Property 'times' does not exist on type 'Number'. (2339)[eval].ts (12,19): Parameter 't' implicitly has an 'any' type. (7006).
Expectation:
I would expect both commands to work, and to execute the file with node even if there are compile errors. In the first case, I would not expect ts-node to interpret code below the line as input (I will try adding a semi-colon).
Hypthesis - it seems like the --ignoreWarnings flag is not working or I am using it incorrectly.
The text was updated successfully, but these errors were encountered:
then
ts-node
bizarrely will start interpreting the bash code below the ts-node line as input. It's really strange.then I get this output:
Expectation:
I would expect both commands to work, and to execute the file with node even if there are compile errors. In the first case, I would not expect ts-node to interpret code below the line as input (I will try adding a semi-colon).
Hypthesis - it seems like the
--ignoreWarnings
flag is not working or I am using it incorrectly.The text was updated successfully, but these errors were encountered: