Skip to content

Commit

Permalink
chore: Remove some useless stuff (#14959)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Sep 20, 2022
1 parent 0e5571f commit 53e9057
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
27 changes: 0 additions & 27 deletions lib/file.js

This file was deleted.

5 changes: 0 additions & 5 deletions lib/parser.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/babel-generator/src/index.ts
Expand Up @@ -64,7 +64,6 @@ function normalizeOptions(
indent: {
adjustMultilineComment: true,
style: " ",
base: 0,
},
jsescOption: {
quotes: "double",
Expand Down
1 change: 0 additions & 1 deletion packages/babel-generator/src/printer.ts
Expand Up @@ -32,7 +32,6 @@ export type Format = {
indent: {
adjustMultilineComment: boolean;
style: string;
base: number;
};
recordAndTupleSyntaxType: RecordAndTuplePluginOptions["syntaxType"];
jsescOption: jsescOptions;
Expand Down

0 comments on commit 53e9057

Please sign in to comment.