UNPKG
with
Version:
canary (7.0.2-canary-3)
latest (7.0.2)
7.0.2
7.0.2-canary-3
7.0.1
7.0.1-canary-2
7.0.0
7.0.0-canary-1
6.0.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Compile time `with` for strict mode JavaScript
github.com/pugjs/with
pugjs/with
with
/
lib
/
reference.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
import
*
as
t
from
'@babel/types'
;
export
default
function
isReferenced
(
node: t.Node, parent: t.Node
): boolean;