Skip to content

Commit

Permalink
fix: Fix asconfig merge order (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO authored Jul 24, 2020
1 parent ed2490b commit df40407
Show file tree
Hide file tree
Showing 5 changed files with 193 additions and 180 deletions.
4 changes: 2 additions & 2 deletions cli/asc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export interface MemoryStream extends OutputStream {
}

/** Compiler options. */
interface CompilerOptions {
export interface CompilerOptions {
/** Prints just the compiler's version and exits. */
version?: boolean;
/** Prints the help message and exits. */
Expand Down Expand Up @@ -146,7 +146,7 @@ interface CompilerOptions {
}

/** Compiler API options. */
interface APIOptions {
export interface APIOptions {
/** Standard output stream to use. */
stdout?: OutputStream;
/** Standard error stream to use. */
Expand Down
Loading

0 comments on commit df40407

Please sign in to comment.