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:
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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue