Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
{ default as isReference } from
'is-reference'
;
2
3
function
triStateAnd(a, b) {
4
if
(a === false)
return
false;
Callers
nothing calls this directly
Calls
6
equals
Function · 0.85
not
Function · 0.85
isFalsy
Function · 0.85
triStateAnd
Function · 0.85
isTruthy
Function · 0.85
triStateOr
Function · 0.85
Tested by
no test coverage detected