-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add test env * fix: http resolution * chore: fix lint errors * fix: formatting * chore: detect Deno * chore: add Deno to CI * chore: build fixtures on CI * chore: follow vite naming convention * drop! debug lgos * chore: use canary Deno * chore: update action name * fix: await promise * fix: missing return * chore: more debug * chore: add task * chore: make lsp happy * drop! debug logs * fix * chore: remove unused import * logs * fix: let vite handle npm resolution * chore: remove logs * fix: windows `deno info` * chore: remove provenance flag for now
- Loading branch information
1 parent
f58a05f
commit 73ec147
Showing
23 changed files
with
1,017 additions
and
238 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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"unstable": ["sloppy-imports"], | ||
"lint": { | ||
"rules": { | ||
"exclude": ["no-sloppy-imports"] | ||
}, | ||
"exclude": ["tests/fixture/dist/", "dist/"] | ||
} | ||
} |
Oops, something went wrong.