decaffeinate-coffeescript
Advanced tools
Comparing version
@@ -9,2 +9,3 @@ import SourceMap, { V3SourceMap } from './sourcemap'; | ||
interface CompileOptions { | ||
bare?: boolean; | ||
header?: boolean; | ||
@@ -42,3 +43,3 @@ shiftLine?: boolean; | ||
*/ | ||
export function compile(code: string, options?: CompileOptions): CompileResult; | ||
export function compile(code: string, options?: CompileOptions): string | CompileResult; | ||
@@ -45,0 +46,0 @@ /** |
@@ -11,3 +11,3 @@ { | ||
"author": "Jeremy Ashkenas", | ||
"version": "1.10.0-patch25", | ||
"version": "1.10.0-patch26", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
8758
0.01%410770
-0.83%