Skip to content

Commit

Permalink
Refactor: use typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr328 committed Nov 29, 2022
1 parent 57593a6 commit 86b6a7e
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 194 deletions.
10 changes: 10 additions & 0 deletions userscript.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main

import (
_ "embed"
)

//go:generate tsc -p userscript/tsconfig.json --outfile userscript.js

//go:embed userscript.js
var userscript []byte
Loading

0 comments on commit 86b6a7e

Please sign in to comment.