MCPcopy 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 */
37export function parse(str: string): Token[] {
38 return new Parser(str).parse();
39}
40
41class Parser {
42 private str: string;

Callers 1

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected