Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rollup/plugins
/ isFalsy
Function
isFalsy
packages/commonjs/src/ast-utils.js:52–54 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
50
}
51
52
export
function
isFalsy(node) {
53
return
not(isTruthy(node));
54
}
55
56
export
function
getKeypath(node) {
57
const
parts = [];
Callers
2
enter
Function · 0.90
ast-utils.js
File · 0.85
Calls
2
not
Function · 0.85
isTruthy
Function · 0.85
Tested by
no test coverage detected