Files
bun-src/test/bundler/transpiler/react-compiler-fixtures/error.todo-new-target-meta-property.js
T

7 lines
122 B
JavaScript
Raw Normal View History

2026-08-27 21:09:14 +00:00
import {Stringify} from 'shared-runtime';
function foo() {
const nt = new.target;
return <Stringify value={nt} />;
}