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 0e5571f commit 53e9057Copy full SHA for 53e9057
4 files changed
lib/file.js
lib/parser.js
packages/babel-generator/src/index.ts
@@ -64,7 +64,6 @@ function normalizeOptions(
64
indent: {
65
adjustMultilineComment: true,
66
style: " ",
67
- base: 0,
68
},
69
jsescOption: {
70
quotes: "double",
packages/babel-generator/src/printer.ts
@@ -32,7 +32,6 @@ export type Format = {
32
33
adjustMultilineComment: boolean;
34
style: string;
35
- base: number;
36
};
37
recordAndTupleSyntaxType: RecordAndTuplePluginOptions["syntaxType"];
38
jsescOption: jsescOptions;
0 commit comments