MCPcopy Index your code
hub / github.com/material-shell/material-shell / test

Function test

scripts/transpile.ts:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58`;
59
60function test() {
61 const output = print(transpile(parse(convertImports(testInput)))).code;
62 if (output !== testOutput) {
63 throw `Test failed\n\nInput: ${testInput}\n\nExpected Output: ${testOutput}\n\nActual Output: ${output}`;
64 }
65}
66
67test();
68

Callers 1

transpile.tsFile · 0.85

Calls 2

transpileFunction · 0.85
convertImportsFunction · 0.85

Tested by

no test coverage detected