MCPcopy Create free account
hub / github.com/RubyLouvre/anu / transform

Function transform

test/babel.js:170–172  ·  view source on GitHub ↗
(code, options)

Source from the content-addressed store, hash-verified

168 }
169
170 function transform(code, options) {
171 return Babel.transform(code, processOptions(options));
172 }
173
174 function transformFromAst(ast, code, options) {
175 return Babel.transformFromAst(ast, code, processOptions(options));

Callers 6

overArgFunction · 0.85
transformFileFunction · 0.85
transformFileSyncFunction · 0.85
overArgFunction · 0.85
overRestFunction · 0.85
overArgFunction · 0.85

Calls 1

processOptionsFunction · 0.85

Tested by

no test coverage detected