diff options
author | eric thul <thul.eric@gmail.com> | 2015-05-14 22:21:26 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-05-14 22:21:26 -0400 |
commit | d2879ae0b5c3f9d2b73092fcee866ffd48b9e702 (patch) | |
tree | 00a768996241a302afa2273c1fde78dfaca2f1da /MODULE.md | |
parent | 6ae16483eafbfc33cb8b14bb5845fd28647ca4e1 (diff) | |
parent | fc72dc01dbd79d531ca4aa73ad4e719a40a58f98 (diff) | |
download | purs-loader-d2879ae0b5c3f9d2b73092fcee866ffd48b9e702.tar.gz purs-loader-d2879ae0b5c3f9d2b73092fcee866ffd48b9e702.tar.zst purs-loader-d2879ae0b5c3f9d2b73092fcee866ffd48b9e702.zip |
Merge branch 'master' of github.com:ethul/purs-loader
Diffstat (limited to 'MODULE.md')
-rw-r--r-- | MODULE.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -177,6 +177,20 @@ instance isForeignOptions :: IsForeign Options | |||
177 | ``` | 177 | ``` |
178 | 178 | ||
179 | 179 | ||
180 | #### `booleanLoaderOption` | ||
181 | |||
182 | ``` purescript | ||
183 | instance booleanLoaderOption :: LoaderOption Boolean | ||
184 | ``` | ||
185 | |||
186 | |||
187 | #### `stringLoaderOption` | ||
188 | |||
189 | ``` purescript | ||
190 | instance stringLoaderOption :: LoaderOption String | ||
191 | ``` | ||
192 | |||
193 | |||
180 | #### `pscMakeOutputOption` | 194 | #### `pscMakeOutputOption` |
181 | 195 | ||
182 | ``` purescript | 196 | ``` purescript |
@@ -191,6 +205,13 @@ pscMakeOptions :: Foreign -> [String] | |||
191 | ``` | 205 | ``` |
192 | 206 | ||
193 | 207 | ||
208 | #### `loaderSrcOption` | ||
209 | |||
210 | ``` purescript | ||
211 | loaderSrcOption :: Foreign -> Maybe [String] | ||
212 | ``` | ||
213 | |||
214 | |||
194 | 215 | ||
195 | ## Module PursLoader.Path | 216 | ## Module PursLoader.Path |
196 | 217 | ||