mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
docs: fix code highlighting in typescript.md (#8277)
This commit is contained in:
parent
88c4d3145b
commit
3bb5257e6d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ no "magical" module resolution. Instead, imported modules are specified as files
|
||||||
(including extensions) or fully qualified URL imports. Typescript modules can be
|
(including extensions) or fully qualified URL imports. Typescript modules can be
|
||||||
directly imported. E.g.
|
directly imported. E.g.
|
||||||
|
|
||||||
```
|
```ts
|
||||||
import { Response } from "https://deno.land/std@$STD_VERSION/http/server.ts";
|
import { Response } from "https://deno.land/std@$STD_VERSION/http/server.ts";
|
||||||
import { queue } from "./collections.ts";
|
import { queue } from "./collections.ts";
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue