MCPcopy
hub / github.com/lingodotdev/lingo.dev / rsc-dictionary-loader.ts

File rsc-dictionary-loader.ts

packages/compiler/src/rsc-dictionary-loader.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import path from "path";
2import { createCodeMutation } from "./_base";
3import { LCP_DICTIONARY_FILE_NAME, ModuleId } from "./_const";
4import { getModuleExecutionMode, getOrCreateImport } from "./utils";

Callers

nothing calls this directly

Calls 7

createCodeMutationFunction · 0.90
getModuleExecutionModeFunction · 0.90
findInvokationsFunction · 0.90
getOrCreateImportFunction · 0.90
getDictionaryPathFunction · 0.90
createLocaleImportMapFunction · 0.90
pushMethod · 0.65

Tested by

no test coverage detected