0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs(manual/typescript): use consistent tenses in discussing cross-lang imports (#11361)

This commit is contained in:
Josh McSavaney 2021-07-11 22:30:44 -04:00 committed by GitHub
parent 511c48a03a
commit 6460eadaa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,8 +129,8 @@ as TypeScript continued to evolve, would be breaking changes for existing code.
By default, Deno does not type check JavaScript. This can be changed, and is
discussed further in [Configuring TypeScript in Deno](./configuration.md). Deno
does support JavaScript importing TypeScript and TypeScript import JavaScript,
in complex scenarios.
does support JavaScript importing TypeScript and TypeScript importing
JavaScript, in complex scenarios.
An important note though is that when type checking TypeScript, by default Deno
will "read" all the JavaScript in order to be able to evaluate how it might have