We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7cbe4 commit f97d634Copy full SHA for f97d634
lib/transforms/poggers.js
@@ -3,7 +3,7 @@ export default function poggers(node, ctx) {
3
4
if (node.test.type === 'BinaryExpression') {
5
if (node.consequent.type !== 'Literal') return;
6
- if (node.consequent.value !== 'MAJOR') return;
+ if (node.consequent.value !== 'PEAK') return;
7
8
ctx.replace({
9
type: 'ConditionalExpression',
0 commit comments