remove playground.memoisationOperator deprecation message
This commit is contained in:
parent
9e61a307d4
commit
a1ab8fa0c1
@ -11,7 +11,6 @@ build(exports, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
build(node, file) {
|
build(node, file) {
|
||||||
console.error("The memoization operator is deprecated and will be removed in 5.0.0");
|
|
||||||
return t.unaryExpression(
|
return t.unaryExpression(
|
||||||
"!",
|
"!",
|
||||||
t.callExpression(
|
t.callExpression(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user