From 71ce4ab9728725c8d4ab5caeb41362cb864e423f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 30 Dec 2017 10:43:26 -0500 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7a517fa30..813d47e800 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ The Svelte compiler optionally takes a second argument, an object of configurati | | | | | `onerror` | `function` | Specify a callback for when Svelte encounters an error while compiling the component. Passed two arguments: the error object, and another function that is Svelte's default onerror handling. | (exception is thrown) | | `onwarn` | `function` | Specify a callback for when Svelte encounters a non-fatal warning while compiling the component. Passed two arguments: the warning object, and another function that is Svelte's default onwarn handling. | (warning is logged to console) | +| `bind` | `boolean` | If `false`, disallows `bind:` directives | ### Preprocessor options