MCPcopy
hub / github.com/javascript-obfuscator/javascript-obfuscator / BaseNode

Interface BaseNode

src/declarations/ESTree.d.ts:32–35  ·  view source on GitHub ↗

* Nodes

Source from the content-addressed store, hash-verified

30 * Nodes
31 */
32 interface BaseNode {
33 metadata?: BaseNodeMetadata;
34 parentNode?: Node;
35 }
36
37 interface BigIntLiteral extends SimpleLiteral {
38 bigint: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…