We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34964 commit 93a5045Copy full SHA for 93a5045
NOTICE
@@ -16,6 +16,7 @@ under the licensing terms detailed in LICENSE:
16
* Willem Wyndham <willem@cs.umd.edu>
17
* Bowen Wang <bowen@nearprotocol.com>
18
* Emil Laine <laine.emil@gmail.com>
19
+* Stephen Paul Weber <stephen.weber@shopify.com>
20
21
Portions of this software are derived from third-party works licensed under
22
the following terms:
src/definitions.ts
@@ -41,7 +41,7 @@ import {
41
} from "./util";
42
43
/** Walker base class. */
44
-abstract class ExportsWalker {
+export abstract class ExportsWalker {
45
46
/** Program reference. */
47
program: Program;
0 commit comments