Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LambdaNote/support-ts-tapl
/ basic_test.ts
File
basic_test.ts
article/basic_test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ generateTestUtils, parseBasic } from
"./utils.ts"
;
2
import
{ typecheck } from
"./basic.ts"
;
3
4
const
{ ok, ng } = generateTestUtils((code) => typecheck(parseBasic(code), {}));
Callers
nothing calls this directly
Calls
5
generateTestUtils
Function · 0.90
typecheck
Function · 0.90
parseBasic
Function · 0.90
ok
Function · 0.50
ng
Function · 0.50
Tested by
no test coverage detected