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

Function normalize

test/cli/tsconfig.spec.ts:23–23  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

21 locateConfigFile({ errors: [], fileNames, options: { project } });
22
23const normalize = (name: string) => normalizeSlashes(fs.realpathSync(path.resolve(temp, name)));
24
25describe("specified", () => {
26 for (const separator of process.platform === "win32" ? ["/", "\\"] : ["/"]) {

Callers 2

findAndExpectFunction · 0.70
tsconfig.spec.tsFile · 0.70

Calls 2

normalizeSlashesFunction · 0.90
resolveMethod · 0.80

Tested by

no test coverage detected