PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/sucrase/dist/esm/util
Просмотр файла: getJSXPragmaInfo.js
export default function getJSXPragmaInfo(options) {
const [base, suffix] = splitPragma(options.jsxPragma || "React.createElement");
const [fragmentBase, fragmentSuffix] = splitPragma(options.jsxFragmentPragma || "React.Fragment");
return {base, suffix, fragmentBase, fragmentSuffix};
}
function splitPragma(pragma) {
let dotIndex = pragma.indexOf(".");
if (dotIndex === -1) {
dotIndex = pragma.length;
}
return [pragma.slice(0, dotIndex), pragma.slice(dotIndex)];
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!