Migrate to oxlint and oxfmt v2 (#2130)
* Migrate to oxlint and oxfmt * Address review comments
This commit is contained in:
@@ -158,7 +158,7 @@ JavaScriptCompiler.prototype = {
|
||||
};
|
||||
|
||||
if (this.decorators) {
|
||||
ret.main_d = this.decorators; // eslint-disable-line camelcase
|
||||
ret.main_d = this.decorators;
|
||||
ret.useDecorators = true;
|
||||
}
|
||||
|
||||
@@ -828,7 +828,7 @@ JavaScriptCompiler.prototype = {
|
||||
|
||||
for (let i = 0, l = children.length; i < l; i++) {
|
||||
child = children[i];
|
||||
compiler = new this.compiler(); // eslint-disable-line new-cap
|
||||
compiler = new this.compiler();
|
||||
|
||||
let existing = this.matchExistingProgram(child);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user