index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
specs
/
publish
/
missing_constraint_jsx_import_source
/
mod.ts
blob: 9935bf5eecf1110cd28f4193052865fb27527c4f (
plain
)
1
2
3
4
5
import fooTsx from "./foo.tsx"; export function renderTsx() { console.log(fooTsx()); }