MCPcopy Create free account
hub / github.com/rollup/plugins / ast-utils.js

File ast-utils.js

packages/commonjs/src/ast-utils.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export { default as isReference } from 'is-reference';
2
3function triStateAnd(a, b) {
4 if (a === false) return false;

Callers

nothing calls this directly

Calls 6

equalsFunction · 0.85
notFunction · 0.85
isFalsyFunction · 0.85
triStateAndFunction · 0.85
isTruthyFunction · 0.85
triStateOrFunction · 0.85

Tested by

no test coverage detected