Skip to content

Commit

Permalink
resolved issue with arg.all causing trouble.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummy committed Mar 6, 2019
1 parent 9fccf08 commit a46c9a4
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 13 deletions.
1 change: 1 addition & 0 deletions dist/spec/issues/25.test.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};
17 changes: 17 additions & 0 deletions dist/spec/issues/25.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/spec/issues/25.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/src/Arguments.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export declare class AllArguments extends Argument<any> {
constructor();
}
export declare class Arg {
private static _all;
static all(): AllArguments;
static any(): Argument<any> & any;
static any<T extends 'string'>(type: T): Argument<string> & string;
Expand Down
2 changes: 1 addition & 1 deletion dist/src/Arguments.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/Arguments.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions dist/src/states/FunctionState.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a46c9a4

Please sign in to comment.