restructure project, add claudemd
This commit is contained in:
15
web/runtime/solid-js/h/jsx-runtime/dist/jsx.cjs
vendored
Normal file
15
web/runtime/solid-js/h/jsx-runtime/dist/jsx.cjs
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
'use strict';
|
||||
|
||||
var h = require('solid-js/h');
|
||||
|
||||
function Fragment(props) {
|
||||
return props.children;
|
||||
}
|
||||
function jsx(type, props) {
|
||||
return h(type, props);
|
||||
}
|
||||
|
||||
exports.Fragment = Fragment;
|
||||
exports.jsx = jsx;
|
||||
exports.jsxDEV = jsx;
|
||||
exports.jsxs = jsx;
|
||||
Reference in New Issue
Block a user