MCPcopy
hub / github.com/sveltejs/svelte / test.ts

File test.ts

packages/svelte/tests/compiler-errors/test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as fs from 'node:fs';
2import { assert, expect, it } from 'vitest';
3import { compile, compileModule, type CompileError } from 'svelte/compiler';
4import { suite, type BaseTest } from '../suite';

Callers

nothing calls this directly

Calls 7

suiteFunction · 0.90
compileFunction · 0.90
read_fileFunction · 0.90
compileModuleFunction · 0.90
strip_linkFunction · 0.70
runFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected