This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
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
25 changed files
with
75 additions
and
78 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
"noUncheckedIndexedAccess": true, | ||
"useUnknownInCatchVariables": true | ||
}, | ||
"importMap": "import_map.json", | ||
"lint": { | ||
"files": { | ||
"exclude": ["target", "codegen/_output"], | ||
|
@@ -27,15 +28,15 @@ | |
}, | ||
"include": ["."], | ||
"tasks": { | ||
"run": "deno run -A --no-lock --import-map=import_map_cache.json", | ||
"run": "deno run -A --no-lock", | ||
"run:browser": "deno task run test_util/ctx.ts -- deno task run _tasks/run_browser.ts", | ||
"debug": "deno task run --inspect-brk", | ||
"download:frame_metadata": "deno task run _tasks/download_frame_metadata.ts", | ||
"udd": "deno task star && deno task run https://deno.land/x/[email protected]/main.ts target/star.ts", | ||
"dnt": "deno task run _tasks/dnt.ts", | ||
"star": "deno task run _tasks/star.ts && deno cache --check --no-lock --import-map=import_map_cache.json target/star.ts", | ||
"star": "deno task run _tasks/star.ts && deno cache --check --no-lock target/star.ts", | ||
"lint": "deno lint", | ||
"codegen": "deno task run cache.ts --no-lock --import-map=import_map_localhost.json examples/mod.ts", | ||
"codegen": "deno task run cache.ts --no-lock examples/mod.ts", | ||
"test": "deno task run test_util/ctx.ts -- deno test -A --no-lock -L=info --ignore=target --parallel", | ||
"test:update": "deno task test -- -- --update", | ||
"mdbook:watch": "mdbook watch -o", | ||
|
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
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import { createTestPairs } from "https://deno.land/x/[email protected]/keyring/mod.ts" | ||
import { TypeRegistry } from "https://deno.land/x/[email protected]/types/mod.ts" | ||
|
||
import * as C from "#capi/mod.ts" | ||
import * as T from "#capi/test_util/mod.ts" | ||
import * as U from "#capi/util/mod.ts" | ||
import * as C from "http://localhost:5646/@local/mod.ts" | ||
import * as T from "http://localhost:5646/@local/test_util/mod.ts" | ||
import * as U from "http://localhost:5646/@local/util/mod.ts" | ||
|
||
const root = C.extrinsic(T.westend)({ | ||
sender: T.alice.address, | ||
|
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
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
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
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,8 @@ | ||
{ | ||
"scopes": { | ||
"examples/": { | ||
"http://localhost:5646/@local/": "./", | ||
"http://localhost:5646/@local/proxy/": "http://localhost:5646/@local/proxy/" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.