fix linting errors
This commit is contained in:
parent
c75a3c68e5
commit
e2ca03f92d
@ -1,3 +1,5 @@
|
||||
/* eslint no-unused-vars: 0 */
|
||||
|
||||
import * as t from "../../../types";
|
||||
|
||||
export var metadata = {
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
import traverse from "../../../traversal";
|
||||
import parse from "../../../helpers/parse";
|
||||
import * as t from "../../../types";
|
||||
|
||||
export var metadata = {
|
||||
group: "builtin-pre",
|
||||
|
||||
@ -18,7 +18,7 @@ export default class Binding {
|
||||
* Description
|
||||
*/
|
||||
|
||||
deoptValue(value) {
|
||||
deoptValue() {
|
||||
this.clearValue();
|
||||
this.deoptValue = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user