Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"mdast-util-to-string": "^4"
},
"devDependencies": {
"@bomb.sh/tty": "0.9.0",
"@durable-streams/server": "^0.3.8",
"@executablemd/acp": "workspace:*",
"@executablemd/cli": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions scripts/runtime-test-exclusions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ const DENO_ONLY_TOOLING: RuntimeExclusion[] = [
"runs the no-network vendored-source verifier under the Deno executable against altered temporary snapshots",
issue: "https://github.com/taras/executable.md/issues/365",
},
{
path: "scripts/tests/session-rendering.test.ts",
reason:
"its subject is a `deno compile` executable and the source run it has to match: it spawns `<execPath> run` and `<execPath> compile` with Deno's own resolution, permission and `--include` flags, and reads `Deno.permissions` to record what each journey was refused. Under Node and Bun that argument vector names a file called `run`, and the claim — that a binary carries the components it renders — is a claim about Deno's build output",
issue: "https://github.com/taras/executable.md/issues/799",
},
{
path: "scripts/tests/build-web-client.test.ts",
reason:
Expand Down
Loading
Loading