-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
5,542 additions
and
94 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -9,17 +9,17 @@ | |
"@types/node": "npm:@types/[email protected]", | ||
"browserslist": "npm:[email protected]", | ||
"dax": "jsr:@david/dax@^0.40.1", | ||
"lightningcss": "npm:lightningcss", | ||
"lightningcss": "npm:lightningcss@1.15", | ||
"ts-morph": "npm:[email protected]" | ||
}, | ||
"tasks": { | ||
"types:deno": "deno run --allow-read --allow-write --allow-run --allow-env --allow-sys deno-docs.ts", | ||
"types:node": "deno run --allow-read --allow-write=types/node --allow-env --allow-sys node-docs.ts", | ||
"types:node": "deno run --allow-read --allow-write=. --allow-env --allow-sys node-docs.ts", | ||
"types": "deno task types:deno && deno task types:node", | ||
"doc:deno": "DENO_INTERNAL_HTML_DOCS=deno deno doc --html --name=Deno --output=gen/deno types/deno.d.ts", | ||
"doc:web": "DENO_INTERNAL_HTML_DOCS=deno deno doc --html --name=Web --output=gen/web types/web.d.ts", | ||
"doc:node": "DENO_INTERNAL_HTML_DOCS=node deno doc --html --name=Node --output=gen/node types/node/[!_]*", | ||
"doc": "deno task doc:deno && deno task doc:web && deno task types:node", | ||
"doc": "deno task doc:deno && deno task doc:web && deno task doc:node", | ||
|
||
"serve": "deno run --allow-read=. --allow-net --watch serve.ts", | ||
"build": "deno run --allow-read=. --allow-write=. --allow-env build.ts" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.