Skip to content

Commit a46c9a4

Browse files
author
Dummy
committed
resolved issue with arg.all causing trouble.
1 parent 9fccf08 commit a46c9a4

17 files changed

+85
-13
lines changed

dist/spec/issues/25.test.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

dist/spec/issues/25.test.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/spec/issues/25.test.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/Arguments.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export declare class AllArguments extends Argument<any> {
1111
constructor();
1212
}
1313
export declare class Arg {
14+
private static _all;
1415
static all(): AllArguments;
1516
static any(): Argument<any> & any;
1617
static any<T extends 'string'>(type: T): Argument<string> & string;

dist/src/Arguments.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/Arguments.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/states/FunctionState.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)