Skip to content

Commit f508fd0

Browse files
committed
Add missing CLI flag mapping
1 parent f5cda9a commit f508fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/src/problemUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const problemFlags: Record<ProblemKind, string> = {
1111
FallbackCondition: "fallback-condition",
1212
CJSOnlyExportsDefault: "cjs-only-exports-default",
1313
FalseExportDefault: "false-export-default",
14+
MissingExportEquals: "missing-export-equals",
1415
UnexpectedModuleSyntax: "unexpected-module-syntax",
1516
InternalResolutionError: "internal-resolution-error",
1617
};

0 commit comments

Comments
 (0)