diff options
-rw-r--r-- | docs/compiler-api.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/compiler-api.md b/docs/compiler-api.md index abf8373..81438d2 100644 --- a/docs/compiler-api.md +++ b/docs/compiler-api.md @@ -97,7 +97,8 @@ interface PartialBlockStatement <: Statement { program: Program | null; indent: string; - strip: StripFlags | null; + openStrip: StripFlags | null; + closeStrip: StripFlags | null; } ``` |