Skip to content

Commit 3201b11

Browse files
committed
Revert "update to deno 1.24.2"
This reverts commit 719a9a4.
1 parent 719a9a4 commit 3201b11

File tree

185 files changed

+7786
-11320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+7786
-11320
lines changed

configuration

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
# Binary dependencies
11-
export DENO=v1.24.2
12-
export DENO_DOM=v0.1.23-alpha-artifacts
11+
export DENO=v1.22.0
12+
export DENO_DOM=v0.1.17-alpha
1313
export PANDOC=2.18
1414
export DARTSASS=1.32.8
1515
export ESBUILD=0.14.39
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
// deno-lint-ignore-file
2-
import * as archive from "https://deno.land/std@0.150.0/archive/tar.ts";
3-
import * as async from "https://deno.land/std@0.150.0/async/mod.ts";
4-
import * as bytes from "https://deno.land/std@0.150.0/bytes/mod.ts";
5-
import * as collections from "https://deno.land/std@0.150.0/collections/mod.ts";
6-
import * as crypto from "https://deno.land/std@0.150.0/crypto/mod.ts";
7-
import * as datetime from "https://deno.land/std@0.150.0/datetime/mod.ts";
8-
import * as encoding_ascii85 from "https://deno.land/std@0.150.0/encoding/ascii85.ts";
9-
import * as encoding_base32 from "https://deno.land/std@0.150.0/encoding/base32.ts";
10-
import * as encoding_base64 from "https://deno.land/std@0.150.0/encoding/base64.ts";
11-
import * as encoding_base64url from "https://deno.land/std@0.150.0/encoding/base64url.ts";
12-
import * as encoding_binary from "https://deno.land/std@0.150.0/encoding/binary.ts";
13-
import * as encoding_csv_stringify from "https://deno.land/std@0.150.0/encoding/csv_stringify.ts";
14-
import * as encoding_csv from "https://deno.land/std@0.150.0/encoding/csv.ts";
15-
import * as encoding_hex from "https://deno.land/std@0.150.0/encoding/hex.ts";
16-
import * as encoding_toml from "https://deno.land/std@0.150.0/encoding/toml.ts";
17-
import * as encoding_yaml from "https://deno.land/std@0.150.0/encoding/yaml.ts";
18-
import * as flags from "https://deno.land/std@0.150.0/flags/mod.ts";
19-
import * as fmt_bytes from "https://deno.land/std@0.150.0/fmt/bytes.ts";
20-
import * as fmt_colors from "https://deno.land/std@0.150.0/fmt/colors.ts";
21-
import * as fmt_printf from "https://deno.land/std@0.150.0/fmt/printf.ts";
22-
import * as fs from "https://deno.land/std@0.150.0/fs/mod.ts";
23-
import * as fs_copy from "https://deno.land/std@0.150.0/fs/copy.ts";
24-
import * as hash from "https://deno.land/std@0.150.0/hash/mod.ts";
25-
import * as http from "https://deno.land/std@0.150.0/http/mod.ts";
26-
import * as io from "https://deno.land/std@0.150.0/io/mod.ts";
27-
import * as log from "https://deno.land/std@0.150.0/log/mod.ts";
28-
import * as media_types from "https://deno.land/std@0.150.0/media_types/mod.ts";
29-
import * as path from "https://deno.land/std@0.150.0/path/mod.ts";
30-
import * as permissions from "https://deno.land/std@0.150.0/permissions/mod.ts";
31-
import * as signal from "https://deno.land/std@0.150.0/signal/mod.ts";
32-
import * as streams from "https://deno.land/std@0.150.0/streams/mod.ts";
33-
import * as textproto from "https://deno.land/std@0.150.0/textproto/mod.ts";
34-
import * as uuid from "https://deno.land/std@0.150.0/uuid/mod.ts";
2+
import * as archive from "https://deno.land/std@0.138.0/archive/tar.ts";
3+
import * as async from "https://deno.land/std@0.138.0/async/mod.ts";
4+
import * as bytes from "https://deno.land/std@0.138.0/bytes/mod.ts";
5+
import * as collections from "https://deno.land/std@0.138.0/collections/mod.ts";
6+
import * as crypto from "https://deno.land/std@0.138.0/crypto/mod.ts";
7+
import * as datetime from "https://deno.land/std@0.138.0/datetime/mod.ts";
8+
import * as encoding_ascii85 from "https://deno.land/std@0.138.0/encoding/ascii85.ts";
9+
import * as encoding_base32 from "https://deno.land/std@0.138.0/encoding/base32.ts";
10+
import * as encoding_base64 from "https://deno.land/std@0.138.0/encoding/base64.ts";
11+
import * as encoding_base64url from "https://deno.land/std@0.138.0/encoding/base64url.ts";
12+
import * as encoding_binary from "https://deno.land/std@0.138.0/encoding/binary.ts";
13+
import * as encoding_csv_stringify from "https://deno.land/std@0.138.0/encoding/csv_stringify.ts";
14+
import * as encoding_csv from "https://deno.land/std@0.138.0/encoding/csv.ts";
15+
import * as encoding_hex from "https://deno.land/std@0.138.0/encoding/hex.ts";
16+
import * as encoding_toml from "https://deno.land/std@0.138.0/encoding/toml.ts";
17+
import * as encoding_yaml from "https://deno.land/std@0.138.0/encoding/yaml.ts";
18+
import * as flags from "https://deno.land/std@0.138.0/flags/mod.ts";
19+
import * as fmt_bytes from "https://deno.land/std@0.138.0/fmt/bytes.ts";
20+
import * as fmt_colors from "https://deno.land/std@0.138.0/fmt/colors.ts";
21+
import * as fmt_printf from "https://deno.land/std@0.138.0/fmt/printf.ts";
22+
import * as fs from "https://deno.land/std@0.138.0/fs/mod.ts";
23+
import * as fs_copy from "https://deno.land/std@0.138.0/fs/copy.ts";
24+
import * as hash from "https://deno.land/std@0.138.0/hash/mod.ts";
25+
import * as http from "https://deno.land/std@0.138.0/http/mod.ts";
26+
import * as io from "https://deno.land/std@0.138.0/io/mod.ts";
27+
import * as log from "https://deno.land/std@0.138.0/log/mod.ts";
28+
import * as mime from "https://deno.land/std@0.138.0/mime/mod.ts";
29+
import * as path from "https://deno.land/std@0.138.0/path/mod.ts";
30+
import * as permissions from "https://deno.land/std@0.138.0/permissions/mod.ts";
31+
import * as signal from "https://deno.land/std@0.138.0/signal/mod.ts";
32+
import * as streams from "https://deno.land/std@0.138.0/streams/mod.ts";
33+
import * as textproto from "https://deno.land/std@0.138.0/textproto/mod.ts";
34+
import * as uuid from "https://deno.land/std@0.138.0/uuid/mod.ts";

src/core/deno-dom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export async function initDenoDom() {
5858

5959
const utf8Encoder = new TextEncoder();
6060
const utf8Decoder = new TextDecoder();
61-
const usizeBytes = Number(dylib.symbols.deno_dom_usize_len());
61+
const usizeBytes = dylib.symbols.deno_dom_usize_len() as number;
6262
const isBigEndian = Boolean(
6363
dylib.symbols.deno_dom_is_big_endian() as number,
6464
);

0 commit comments

Comments
 (0)