aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--new-luxc/source/luxc/lang/translation/js.lux8
1 files changed, 8 insertions, 0 deletions
diff --git a/new-luxc/source/luxc/lang/translation/js.lux b/new-luxc/source/luxc/lang/translation/js.lux
new file mode 100644
index 000000000..6cc19e01d
--- /dev/null
+++ b/new-luxc/source/luxc/lang/translation/js.lux
@@ -0,0 +1,8 @@
+(.module:
+ lux)
+
+(type: #export JS Text)
+
+(type: #export Expression JS)
+
+(type: #export Statement JS)