prettier
This commit is contained in:
parent
42000a7628
commit
94c07b6b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function safeEval(str, options = {}) {
|
||||||
|
|
||||||
export const evaluate = async (code, transpiler, transpilerOptions) => {
|
export const evaluate = async (code, transpiler, transpilerOptions) => {
|
||||||
let meta = {};
|
let meta = {};
|
||||||
|
|
||||||
if (transpiler) {
|
if (transpiler) {
|
||||||
// transform syntactically correct js code to semantically usable code
|
// transform syntactically correct js code to semantically usable code
|
||||||
const transpiled = transpiler(code, transpilerOptions);
|
const transpiled = transpiler(code, transpilerOptions);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue