decaffeinate-coffeescript
Advanced tools
Comparing version
@@ -361,4 +361,4 @@ import Scope from './scope'; | ||
export class Range extends Base { | ||
from: Base; | ||
to: Base; | ||
from: Base | null; | ||
to: Base | null; | ||
exclusive: boolean; | ||
@@ -365,0 +365,0 @@ equals: boolean; |
@@ -11,3 +11,3 @@ { | ||
"author": "Jeremy Ashkenas", | ||
"version": "1.10.0-patch20", | ||
"version": "1.10.0-patch21", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
711181
0.12%