Remove obsolete code
This commit is contained in:
parent
7c62278dcd
commit
7e540cdcc9
@ -2,14 +2,6 @@ import * as t from "babel-types";
|
|||||||
import jsesc from "jsesc";
|
import jsesc from "jsesc";
|
||||||
|
|
||||||
export function Identifier(node: Object) {
|
export function Identifier(node: Object) {
|
||||||
if (node.variance) {
|
|
||||||
if (node.variance.kind === "plus") {
|
|
||||||
this.token("+");
|
|
||||||
} else if (node.variance.kind === "minus") {
|
|
||||||
this.token("-");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
this.word(node.name);
|
this.word(node.name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user