aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js.lux
blob: 6cc19e01d02399457da4323717e868df0fc47c89 (plain)
1
2
3
4
5
6
7
8
(.module:
  lux)

(type: #export JS Text)

(type: #export Expression JS)

(type: #export Statement JS)