Use clearer function name.
This commit is contained in:
parent
d7e10a3adc
commit
248c240998
@ -76,7 +76,7 @@ export default function manageOptions(opts?: Object) {
|
||||
|
||||
class OptionManager {
|
||||
constructor() {
|
||||
this.options = createBareOptions();
|
||||
this.options = createInitialOptions();
|
||||
this.passes = [[]];
|
||||
}
|
||||
|
||||
@ -442,7 +442,7 @@ function chain(a, b) {
|
||||
};
|
||||
}
|
||||
|
||||
function createBareOptions() {
|
||||
function createInitialOptions() {
|
||||
return {
|
||||
sourceType: "module",
|
||||
babelrc: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user