From a92aa714f0a5436d9f06f82b3cad4df8129e4064 Mon Sep 17 00:00:00 2001 From: eric thul Date: Sat, 17 Jan 2015 16:24:33 -0500 Subject: Parsing module name from source Resolves issue #3 since the the module name defined in the PureScript file is used to resolve the location of the CommonJS-generated output. --- example/src/Foo/Baz.purs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example/src/Foo/Baz.purs (limited to 'example/src/Foo/Baz.purs') diff --git a/example/src/Foo/Baz.purs b/example/src/Foo/Baz.purs new file mode 100644 index 0000000..7b0451e --- /dev/null +++ b/example/src/Foo/Baz.purs @@ -0,0 +1,3 @@ +module Foo.Baz (baz) where + +baz = "d" -- cgit v1.2.3