Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cst/cst
/ _processTokens
Method
_processTokens
src/Parser.js:219–221 ·
view source on GitHub ↗
(ast: Object, code: string)
Source
from the content-addressed store, hash-verified
217
}
218
219
_processTokens(ast: Object, code: string): Array<BabylonToken> {
220
return
buildTokenList(ast.tokens, code);
221
}
222
}
Callers
2
parse
Method · 0.95
benchmarks.js
File · 0.80
Calls
1
buildTokenList
Function · 0.90
Tested by
no test coverage detected