Skip to content

Commit bf2fa8f

Browse files
committed
use lol-html 2 with asyncify
1 parent 129556d commit bf2fa8f

Some content is hidden

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

56 files changed

+2096
-5139
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
rustflags = ["-Ctarget-cpu=bleeding-edge"]

.github/workflows/test.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Test
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v4
11+
12+
- name: Setup Deno
13+
uses: denoland/setup-deno@v1
14+
with:
15+
deno-version: v1.44.4
16+
17+
- name: Check formatting
18+
run: deno fmt src/ --ignore=src/vendor --check
19+
20+
- name: Test Deno
21+
run: deno test --allow-all

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
.DS_Store
2-
.idea
3-
node_modules
4-
target
5-
node
6-
pkg
7-
play.mjs
1+
target

CHANGELOG.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)