Skip to content

Commit 93a5045

Browse files
singpolyma-shopifydcodeIO
authored andcommitted
Expose ExportsWalker (#934)
1 parent 3f34964 commit 93a5045

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ under the licensing terms detailed in LICENSE:
1616
* Willem Wyndham <[email protected]>
1717
* Bowen Wang <[email protected]>
1818
* Emil Laine <[email protected]>
19+
* Stephen Paul Weber <[email protected]>
1920

2021
Portions of this software are derived from third-party works licensed under
2122
the following terms:

src/definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import {
4141
} from "./util";
4242

4343
/** Walker base class. */
44-
abstract class ExportsWalker {
44+
export abstract class ExportsWalker {
4545

4646
/** Program reference. */
4747
program: Program;

0 commit comments

Comments
 (0)