Moved evaluateUserPrebake

This commit is contained in:
John Björk 2026-02-08 22:47:56 +01:00
parent 3e1d02cb3d
commit 23f6ff9bc4
No known key found for this signature in database
GPG key ID: 303B6ADF2F569B0A
2 changed files with 4 additions and 3 deletions

View file

@ -3,4 +3,3 @@ import { transpiler } from './transpiler.mjs';
export * from './transpiler.mjs';
export const evaluate = (code) => _evaluate(code, transpiler);
export const evaluateUserPrebake = (code) => _evaluate(code, transpiler, { prebake: true });