Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 | 36x 36x 25x 25x | let { parse } = require('vue3-browser-compiler-yx');
module.exports = (code) => {
const ast = parse(code, { filename: String(+new Date()) }).descriptor;
return ast
} |