-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
```ts | ||
/** Import from GH via `denopkg` */ | ||
import { deepClone } from "https://denopkg.com/motss/[email protected].0/deep_clone/mod.ts"; | ||
import { deepClone } from "https://denopkg.com/motss/[email protected].1/deep_clone/mod.ts"; | ||
|
||
(async () => { | ||
const simpleObject = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
#### html() | ||
|
||
```ts | ||
import { html } from "https://denopkg.com/motss/[email protected].0/lit_ntml/mod.ts"; | ||
import { html } from "https://denopkg.com/motss/[email protected].1/lit_ntml/mod.ts"; | ||
|
||
const peopleList = ["Cash Black", "Vict Fisherman"]; | ||
const syncTask = () => `<h1>Hello, World!</h1>`; | ||
|
@@ -40,7 +40,7 @@ await html`${syncTask}${asyncLiteral}${asyncListTask}`; /** <!DOCTYPE html><html | |
#### htmlFragment() | ||
|
||
```ts | ||
import { htmlFragment as html } from "https://denopkg.com/motss/[email protected].0/lit_ntml/mod.ts"; | ||
import { htmlFragment as html } from "https://denopkg.com/motss/[email protected].1/lit_ntml/mod.ts"; | ||
|
||
const syncTask = () => `<h1>Hello, World!</h1>`; | ||
const externalStyleLiteral = `<style>body { margin: 0; padding: 0; box-sizing: border-box; }</style>`; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
```ts | ||
/** Import from GH via `denopkg` */ | ||
import { normalize } from "https://denopkg.com/motss/[email protected].0/normalize_diacritics/mod.ts"; | ||
import { normalize } from "https://denopkg.com/motss/[email protected].1/normalize_diacritics/mod.ts"; | ||
|
||
(async () => { | ||
const str = "söme stüff with áccènts"; | ||
|