We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2490b commit df40407Copy full SHA for df40407
cli/asc.d.ts
@@ -56,7 +56,7 @@ export interface MemoryStream extends OutputStream {
56
}
57
58
/** Compiler options. */
59
-interface CompilerOptions {
+export interface CompilerOptions {
60
/** Prints just the compiler's version and exits. */
61
version?: boolean;
62
/** Prints the help message and exits. */
@@ -146,7 +146,7 @@ interface CompilerOptions {
146
147
148
/** Compiler API options. */
149
-interface APIOptions {
+export interface APIOptions {
150
/** Standard output stream to use. */
151
stdout?: OutputStream;
152
/** Standard error stream to use. */
0 commit comments