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";
|
import * as t from "../../../types";
|
||||||
|
|
||||||
export var metadata = {
|
export var metadata = {
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
import traverse from "../../../traversal";
|
import traverse from "../../../traversal";
|
||||||
import parse from "../../../helpers/parse";
|
import parse from "../../../helpers/parse";
|
||||||
import * as t from "../../../types";
|
|
||||||
|
|
||||||
export var metadata = {
|
export var metadata = {
|
||||||
group: "builtin-pre",
|
group: "builtin-pre",
|
||||||
|
|||||||
@ -18,7 +18,7 @@ export default class Binding {
|
|||||||
* Description
|
* Description
|
||||||
*/
|
*/
|
||||||
|
|
||||||
deoptValue(value) {
|
deoptValue() {
|
||||||
this.clearValue();
|
this.clearValue();
|
||||||
this.deoptValue = true;
|
this.deoptValue = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user