MCPcopy Create free account
hub / github.com/microsoft/SandDance / getDisplayName

Function getDisplayName

docs/app/js/sanddance-app.js:21968–21971  ·  view source on GitHub ↗
(rules)

Source from the content-addressed store, hash-verified

21966var _rtlifyRules = require("./transforms/rtlifyRules");
21967var DISPLAY_NAME = "displayName";
21968function getDisplayName(rules) {
21969 var rootStyle = rules && rules["&"];
21970 return rootStyle ? rootStyle.displayName : undefined;
21971}
21972var globalSelectorRegExp = /\:global\((.+?)\)/g;
21973/**
21974 * Finds comma separated selectors in a :global() e.g. ":global(.class1, .class2, .class3)"

Callers 1

styleToRegistrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected