decaffeinate-coffeescript
Advanced tools
Comparing version
@@ -544,3 +544,3 @@ import Scope from './scope'; | ||
guard?: Base; | ||
body?: Base; | ||
body?: Block; | ||
@@ -608,8 +608,8 @@ constructor(condition: Base, options?: { invert?: boolean, guard?: boolean }); | ||
export class Try extends Base { | ||
attempt?: Base; | ||
attempt?: Block; | ||
errorVariable?: Base; | ||
recovery?: Base; | ||
ensure?: Base; | ||
recovery?: Block; | ||
ensure?: Block; | ||
constructor(attempt: Base, errorVariable?: Base, recovery?: Base, ensure?: Base); | ||
constructor(attempt: Base, errorVariable?: Base, recovery?: Base, ensure?: Base); | ||
} | ||
@@ -616,0 +616,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"author": "Jeremy Ashkenas", | ||
"version": "1.10.0-patch23", | ||
"version": "1.10.0-patch24", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
466000
-0.12%