diff options
author | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:09 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:09 -0500 |
commit | ebf06d39692b92058df757b2ec0009f0935d4563 (patch) | |
tree | e5db46409894da81ca1f4c39b696c94fd1afab82 /example/src/entry.js | |
parent | ba586c433f799db1f2b8161e188b1e1e0ae7c079 (diff) | |
parent | f9d1a6b3c9833036e27920171e45bb73f1764fa3 (diff) | |
download | purs-loader-ebf06d39692b92058df757b2ec0009f0935d4563.tar.gz purs-loader-ebf06d39692b92058df757b2ec0009f0935d4563.tar.zst purs-loader-ebf06d39692b92058df757b2ec0009f0935d4563.zip |
Merge branch 'topic/example'
Diffstat (limited to 'example/src/entry.js')
-rw-r--r-- | example/src/entry.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/src/entry.js b/example/src/entry.js new file mode 100644 index 0000000..65119f6 --- /dev/null +++ b/example/src/entry.js | |||
@@ -0,0 +1,3 @@ | |||
1 | var test = require('purs?no-prelude&output=output!./Test.purs'); | ||
2 | |||
3 | console.log(test); | ||