JSXText.js 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 /** * Extractor function for a JSXText type value node. * * Returns self-closing element with correct name. */ export default function extractValueFromJSXText(value) { return value.raw; }