Skip to content

Commit df40407

Browse files
authored
fix: Fix asconfig merge order (#1406)
1 parent ed2490b commit df40407

File tree

5 files changed

+193
-180
lines changed

5 files changed

+193
-180
lines changed

Diff for: cli/asc.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface MemoryStream extends OutputStream {
5656
}
5757

5858
/** Compiler options. */
59-
interface CompilerOptions {
59+
export interface CompilerOptions {
6060
/** Prints just the compiler's version and exits. */
6161
version?: boolean;
6262
/** Prints the help message and exits. */
@@ -146,7 +146,7 @@ interface CompilerOptions {
146146
}
147147

148148
/** Compiler API options. */
149-
interface APIOptions {
149+
export interface APIOptions {
150150
/** Standard output stream to use. */
151151
stdout?: OutputStream;
152152
/** Standard error stream to use. */

0 commit comments

Comments
 (0)