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
40 changes: 39 additions & 1 deletion .ghjk/lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@
"ty": "denoFile@v1",
"key": "test-e2e",
"desc": "Shorthand for `tools/test.ts`",
"envKey": "bciqgfkhptprs54tg3wl45acxctzc2lu4v2xlh3slk6w4m5g5ctysv4a"
"envKey": "bciqmgoa4swy4qcnmwuku3qhhsg4mjh3jkw7k5by6s6ytp3hyrhkqr3i"
},
"lock-sed": {
"ty": "denoFile@v1",
Expand Down Expand Up @@ -2101,6 +2101,44 @@
}
]
},
"bciqmgoa4swy4qcnmwuku3qhhsg4mjh3jkw7k5by6s6ytp3hyrhkqr3i": {
"provides": [
{
"ty": "posix.envVar",
"key": "RUST_LOG",
"val": "info,typegate=debug,deno=warn,swc_ecma_codegen=off,tracing::span=off,quaint=off"
},
{
"ty": "posix.envVar",
"key": "TYPEGRAPH_VERSION",
"val": "0.0.4"
},
{
"ty": "posix.envVar",
"key": "CLICOLOR_FORCE",
"val": "1"
},
{
"ty": "posix.envVar",
"key": "CROSS_CONFIG",
"val": "tools/Cross.toml"
},
{
"ty": "posix.envVar",
"key": "GIT_CLIFF_CONFIG",
"val": "tools/cliff.toml"
},
{
"ty": "posix.envVar",
"key": "MCLI_NO_UPGRADE_CHECK",
"val": "1"
},
{
"ty": "ghjk.ports.InstallSetRef",
"setId": "ghjkEnvProvInstSet___ci"
}
]
},
"bciqoz54u3qtrflsfe3amc2pcmlt6xqnemagw3egggrtlc76tyy6hkua": {
"provides": [
{
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
__pycache__/
*.py[cod]
dist/
!tools/tree/dist/
.ruff_cache

**/.terraform/*
Expand Down Expand Up @@ -55,3 +56,4 @@ examples/typegraphs/**/*.wasm
src/pyrt_wit_wire/wit_wire

/.metatype/
/vivavox/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: deno-lint
name: Deno lint
language: system
entry: bash -c 'deno lint && ghjk x lint-deno'
entry: bash -c 'ghjk x lint-deno'
pass_filenames: false
# types:
# - javascript
Expand Down
Loading
Loading