Files
bun-src/test/bundler/transpiler/react-compiler-fixtures/error.todo-new-target-meta-property.js
2026-08-27 21:09:14 +00:00

7 lines
122 B
JavaScript

import {Stringify} from 'shared-runtime';
function foo() {
const nt = new.target;
return <Stringify value={nt} />;
}