MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / DirectoryTestCase

Interface DirectoryTestCase

test/transpile/directories.spec.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { transpileFilesResult } from "./run";
5
6interface DirectoryTestCase {
7 name: string;
8 options: tstl.CompilerOptions;
9}
10
11test.each<DirectoryTestCase>([
12 { name: "basic", options: {} },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected