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
/
testdata
/
module_graph
/
https_deno.land-x-transpile.tsx
blob: 02955bad8f6f70fc29fca91893c713495b692229 (
plain
)
1
2
3
4
5
export default class A { render() { return <div>Hello world!</div>; } }