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

Function isBundleEnabled

src/CompilerOptions.ts:80–81  ·  view source on GitHub ↗
(options: CompilerOptions)

Source from the content-addressed store, hash-verified

78}
79
80export const isBundleEnabled = (options: CompilerOptions) =>
81 options.luaBundle !== undefined && options.luaBundleEntry !== undefined;
82
83export function validateOptions(options: CompilerOptions): ts.Diagnostic[] {
84 const diagnostics: ts.Diagnostic[] = [];

Callers 3

printFileMethod · 0.90
getEmitPlanMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected