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

package.dist.prod.converters.DOMReference.js.map Maven / Gradle / Ivy

{
  "version": 3,
  "sources": ["../../../src/converters/DOMReference.ts"],
  "sourcesContent": ["const DOMReferenceConverter = {\n\ttoAttribute(propertyValue: string | HTMLElement) {\n\t\tif (propertyValue instanceof HTMLElement) {\n\t\t\treturn null;\n\t\t}\n\n\t\treturn propertyValue;\n\t},\n\tfromAttribute(value: string | null) {\n\t\treturn value;\n\t},\n};\n\nexport default DOMReferenceConverter;\n"],
  "mappings": "aAAA,MAAMA,EAAwB,CAC7B,YAAYC,EAAqC,CAChD,OAAIA,aAAyB,YACrB,KAGDA,CACR,EACA,cAAcC,EAAsB,CACnC,OAAOA,CACR,CACD,EAEA,eAAeF",
  "names": ["DOMReferenceConverter", "propertyValue", "value"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy