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

Function transformFromAst

test/babel.js:174–176  ·  view source on GitHub ↗
(ast, code, options)

Source from the content-addressed store, hash-verified

172 }
173
174 function transformFromAst(ast, code, options) {
175 return Babel.transformFromAst(ast, code, processOptions(options));
176 }
177 var availablePlugins = exports.availablePlugins = {};
178 var availablePresets = exports.availablePresets = {};
179

Callers

nothing calls this directly

Calls 1

processOptionsFunction · 0.85

Tested by

no test coverage detected