esbuild-wasm-bundler/test/other.tsx

3 lines
108 B
TypeScript

import React from "react";
console.log(React.createElement("div", {}, "hey"));
export default "TEST STRING";