]> git.immae.eu Git - github/fretlink/purs-loader.git/commitdiff
Removing --runtime-type-checks
authoreric thul <thul.eric@gmail.com>
Thu, 20 Nov 2014 21:22:27 +0000 (16:22 -0500)
committereric thul <thul.eric@gmail.com>
Thu, 20 Nov 2014 21:22:27 +0000 (16:22 -0500)
Resolves issue #1

README.md
index.js

index 0663eec87dafa6b4a6d537286b2967d934de0a26..630f82edc4b41b5f6b437848c372367d5dd8fa44 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,8 +20,6 @@ npm install purs-loader --save-dev
   - Turn off optimizations which inline calls to >>= for the Eff monad.
  - **no-tco**: Boolean value that toggles `--no-tco`
   - Turn off tail-call elimination.
- - **runtime-type-checks**: Boolean value that toggles `--runtime-type-checks`
-  - Generate simple runtime type checks for function arguments with simple types.
  - **verbose-errors**: Boolean value that toggles `--verbose-errors`
   - Generate verbose error messages.
  - **output**: String value that sets `--output=<string>`
index a7665f3ce7b9f88daa560982d9fc4c71669d823c..5355f2f08879e6590b60459fc786f610e8dce01b 100644 (file)
--- a/index.js
+++ b/index.js
@@ -13,7 +13,6 @@ var cp = require('child_process')
       'no-opts': '--no-opts',
       'no-magic-do': '--no-magic-do',
       'no-tco': '--no-tco',
-      'runtime-type-checks': '--runtime-type-checks',
       'verbose-errors': '--verbose-errors',
       'output': '--output'
     }