Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscript-dev/aiscript
/ parseType
Function
parseType
src/parser/syntaxes/types.ts:15–17 ·
view source on GitHub ↗
(s: ITokenStream)
Source
from the content-addressed store, hash-verified
13
* ```
14
*/
15
export
function
parseType(s: ITokenStream): Ast.TypeSource {
16
return
parseUnionType(s);
17
}
18
19
/**
20
* ```abnf
Callers
6
parseParams
Function · 0.85
parseVarDef
Function · 0.85
parseFnDef
Function · 0.85
parseFnExpr
Function · 0.85
parseFnType
Function · 0.85
parseNamedType
Function · 0.85
Calls
1
parseUnionType
Function · 0.85
Tested by
no test coverage detected