mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 15:44:36 +00:00
docs(manual/typescript): use consistent tenses in discussing cross-lang imports (#11361)
This commit is contained in:
parent
511c48a03a
commit
6460eadaa1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
By default, Deno does not type check JavaScript. This can be changed, and is
|
||||||
discussed further in [Configuring TypeScript in Deno](./configuration.md). Deno
|
discussed further in [Configuring TypeScript in Deno](./configuration.md). Deno
|
||||||
does support JavaScript importing TypeScript and TypeScript import JavaScript,
|
does support JavaScript importing TypeScript and TypeScript importing
|
||||||
in complex scenarios.
|
JavaScript, in complex scenarios.
|
||||||
|
|
||||||
An important note though is that when type checking TypeScript, by default Deno
|
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
|
will "read" all the JavaScript in order to be able to evaluate how it might have
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue