File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
23
23
``` ts
24
24
/** Import from GH via `denopkg` */
25
- import { deepClone } from " https://denopkg.com/motss/deno_mod@v0.4.1 /deep_clone/mod.ts" ;
25
+ import { deepClone } from " https://denopkg.com/motss/deno_mod@v0.5.0 /deep_clone/mod.ts" ;
26
26
27
27
(async () => {
28
28
const simpleObject = {
Original file line number Diff line number Diff line change 13
13
## Table of contents <!-- omit in toc -->
14
14
15
15
- [ Usage] ( #usage )
16
- - [ html()] ( #html )
17
- - [ htmlFragment()] ( #htmlfragment )
16
+ - [ html()] ( #html )
17
+ - [ htmlFragment()] ( #htmlfragment )
18
18
- [ API Reference] ( #api-reference )
19
19
- [ html()] ( #html-1 )
20
20
- [ htmlFragment()] ( #htmlfragment-1 )
25
25
#### html()
26
26
27
27
``` ts
28
- import { html } from " https://denopkg.com/motss/deno_mod@v0.4.1 /lit_ntml/mod.ts" ;
28
+ import { html } from " https://denopkg.com/motss/deno_mod@v0.5.0 /lit_ntml/mod.ts" ;
29
29
30
30
const peopleList = [" Cash Black" , " Vict Fisherman" ];
31
31
const syncTask = () => ` <h1>Hello, World!</h1> ` ;
@@ -40,7 +40,7 @@ await html`${syncTask}${asyncLiteral}${asyncListTask}`; /** <!DOCTYPE html><html
40
40
#### htmlFragment()
41
41
42
42
``` ts
43
- import { htmlFragment as html } from " https://denopkg.com/motss/deno_mod@v0.4.1 /lit_ntml/mod.ts" ;
43
+ import { htmlFragment as html } from " https://denopkg.com/motss/deno_mod@v0.5.0 /lit_ntml/mod.ts" ;
44
44
45
45
const syncTask = () => ` <h1>Hello, World!</h1> ` ;
46
46
const externalStyleLiteral = ` <style>body { margin: 0; padding: 0; box-sizing: border-box; }</style> ` ;
Original file line number Diff line number Diff line change 22
22
23
23
``` ts
24
24
/** Import from GH via `denopkg` */
25
- import { normalize } from " https://denopkg.com/motss/deno_mod@v0.4.1 /normalize_diacritics/mod.ts" ;
25
+ import { normalize } from " https://denopkg.com/motss/deno_mod@v0.5.0 /normalize_diacritics/mod.ts" ;
26
26
27
27
(async () => {
28
28
const str = " söme stüff with áccènts" ;
You can’t perform that action at this time.
0 commit comments