babel-helper-flip-expressions (Evacuated from NSA/Microsoft Github)

anonymous 16b239b721 Merge branch 'master' of https://notabug.org/themusicgod1/babel-helper-flip-expressions 5 years ago
src abef8bd5f7 typo 5 years ago
LICENSE 7f10c7b7fa extracting just babel-helper-flip-expressions from 'minify' 5 years ago
README.md cd3708828f what IS this 5 years ago
package.json 7f10c7b7fa extracting just babel-helper-flip-expressions from 'minify' 5 years ago

README.md

babel-helper-flip-expressions

Installation

npm install babel-helper-flip-expressions --save-dev

Takes a tree of expressions and determines if it has more nodes that could benifit from "flipping" (flipping meaning to changing == to != or similarly negating parts of the expression).