MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / fromAST

Method fromAST

packages/core/ui/styling/style-scope.ts:193–195  ·  view source on GitHub ↗
(ast: ReworkCSS.SyntaxTree, url?: string)

Source from the content-addressed store, hash-verified

191 }
192
193 public static fromAST(ast: ReworkCSS.SyntaxTree, url?: string): CSSSource {
194 return new CSSSource(ast, url, undefined, undefined);
195 }
196
197 get selectors(): RuleSet[] {
198 return this._selectors;

Callers 1

fromDetectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected