In Deno 2.1.7 I stumbled on Deno.Stdin, Deno.FsFile but using these types fails to pass check
I can "run" the following code it doesn't pass check or compile. What is the right way to approach this?
(file is named foo.ts).
Running
(file is named foo.ts).
Running
deno run --allow-read foo.ts works fine as does running the main function interactively in the REPL. On the other hand deno check foo.ts returns the following message. How should I be import Stdin ad FsFile to allow it to be compiled?