Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscript-dev/aiscript
/ primitive-props.ts
File
primitive-props.ts
test/primitive-props.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'vitest'
;
2
import
{ NUM, STR, NULL, ARR, OBJ, BOOL, TRUE, FALSE, ERROR ,FN_NATIVE } from
'../src/interpreter/value'
;
3
import
{ exe, eq } from
'./testutils'
;
4
Callers
nothing calls this directly
Calls
6
exe
Function · 0.90
eq
Function · 0.90
STR
Function · 0.90
ARR
Function · 0.90
NUM
Function · 0.90
OBJ
Function · 0.90
Tested by
no test coverage detected