Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscript-dev/aiscript
/ identifiers.ts
File
identifiers.ts
test/identifiers.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'vitest'
;
2
import
{ Parser } from
'../src'
;
3
import
{ AiScriptSyntaxError } from
'../src/error'
;
4
import
{ eq, exe } from
'./testutils'
;
Callers
nothing calls this directly
Calls
5
STR
Function · 0.90
NUM
Function · 0.90
exe
Function · 0.90
eq
Function · 0.90
parse
Method · 0.45
Tested by
no test coverage detected