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