Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/patriksimek/vm2
/ transformer.js
File
transformer.js
lib/transformer.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
2
const
{Parser: AcornParser, isNewLine: acornIsNewLine, getLineInfo: acornGetLineInfo} = require(
'acorn'
);
3
const
{full: acornWalkFull} = require(
'acorn-walk'
);
4
Callers
nothing calls this directly
Calls
1
require
Function · 0.85
Tested by
no test coverage detected