diff options
author | eric thul <thul.eric@gmail.com> | 2016-03-14 20:35:35 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-03-14 20:35:35 -0400 |
commit | 47973be19f453aadfc810a5439a12d48e110984a (patch) | |
tree | e260c7961d1681a3e94079957fa016c1d452b920 /src/PursLoader/JsStringEscape.purs | |
parent | 99fd1c4f2cf9bec1cb8488551c47ebca247b9497 (diff) | |
download | purs-loader-47973be19f453aadfc810a5439a12d48e110984a.tar.gz purs-loader-47973be19f453aadfc810a5439a12d48e110984a.tar.zst purs-loader-47973be19f453aadfc810a5439a12d48e110984a.zip |
Escape path for require
Resolves #41
Diffstat (limited to 'src/PursLoader/JsStringEscape.purs')
-rw-r--r-- | src/PursLoader/JsStringEscape.purs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PursLoader/JsStringEscape.purs b/src/PursLoader/JsStringEscape.purs new file mode 100644 index 0000000..79590ae --- /dev/null +++ b/src/PursLoader/JsStringEscape.purs | |||
@@ -0,0 +1,3 @@ | |||
1 | module PursLoader.JsStringEscape (jsStringEscape) where | ||
2 | |||
3 | foreign import jsStringEscape :: String -> String | ||