Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ parse
Function
parse
packages/core/css-value/reworkcss-value.ts:37–39 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
35
* Parse a string into an array of tokens.
36
*/
37
export
function
parse(str: string): Token[] {
38
return
new
Parser(str).parse();
39
}
40
41
class
Parser {
42
private str: string;
Callers
1
createNativeCSSValueArray
Function · 0.90
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected