All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.prod.util.getDesigntimePropertyAsArray.js.map Maven / Gradle / Ivy

{
  "version": 3,
  "sources": ["../../../src/util/getDesigntimePropertyAsArray.ts"],
  "sourcesContent": ["const designTimePropertyAsArray = (value: string) => {\n\tconst m = /\\$([-a-z0-9A-Z._]+)(?::([^$]*))?\\$/.exec(value);\n\treturn m && m[2] ? m[2].split(/,/) : null;\n};\n\nexport default designTimePropertyAsArray;\n"],
  "mappings": "aAAA,MAAMA,EAA6BC,GAAkB,CACpD,MAAMC,EAAI,qCAAqC,KAAKD,CAAK,EACzD,OAAOC,GAAKA,EAAE,CAAC,EAAIA,EAAE,CAAC,EAAE,MAAM,GAAG,EAAI,IACtC,EAEA,eAAeF",
  "names": ["designTimePropertyAsArray", "value", "m"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy