MCPcopy
hub / github.com/lingodotdev/lingo.dev / ast-key.spec.ts

File ast-key.spec.ts

packages/compiler/src/utils/ast-key.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { it, describe, expect } from "vitest";
2import { parse } from "@babel/parser";
3import { traverse, NodePath } from "../babel-interop";
4import { getAstKey, getAstByKey } from "./ast-key";

Callers

nothing calls this directly

Calls 3

getAstKeyFunction · 0.90
getAstByKeyFunction · 0.90
createMockDataFunction · 0.85

Tested by

no test coverage detected