Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Jan 13, 2025
1 parent 231572e commit 4fd58ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/template/assets.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-nocheck
{
const a = { "": "" }
for (const n in a) {
Expand Down
1 change: 1 addition & 0 deletions src/template/base128.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-nocheck
import { decode } from "base128-ascii";

new Response(
Expand Down
1 change: 1 addition & 0 deletions src/template/base64.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ts-nocheck
fetch("data:;base64,<script>")
.then(r => new Response(
r.body.pipeThrough(new DecompressionStream("<format>")),
Expand Down

0 comments on commit 4fd58ca

Please sign in to comment.