Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
inottn committed Sep 22, 2024
1 parent 6047bcb commit 47a8d74
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/rspack/src/config/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,8 @@ const applyJavascriptParserOptionsDefaults = (
D(parserOptions, "url", true);
D(parserOptions, "exprContextCritical", true);
D(parserOptions, "wrappedContextCritical", false);
D(parserOptions, "exportsPresence", undefined);
D(parserOptions, "importExportsPresence", undefined);
D(parserOptions, "reexportExportsPresence", undefined);
D(parserOptions, "strictExportPresence", false);
D(parserOptions, "worker", ["..."]);
D(parserOptions, "overrideStrict", undefined);
D(parserOptions, "importMeta", true);
};

Expand Down

0 comments on commit 47a8d74

Please sign in to comment.