MCPcopy
hub / github.com/sveltejs/svelte / walk

Function walk

packages/svelte/src/compiler/index.js:194–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 * @returns {never}
193 */
194export function walk() {
195 throw new Error(
196 `'svelte/compiler' no longer exports a \`walk\` utility — please import it directly from 'estree-walker' instead`
197 );
198}
199
200export { VERSION } from '../version.js';
201export { migrate } from './migrate/index.js';

Callers 15

convertFunction · 0.85
has_await_expressionFunction · 0.85
migrateFunction · 0.85
create_scopesFunction · 0.85
EachBlockFunction · 0.85
sort_const_tagsFunction · 0.85
client_componentFunction · 0.85
client_moduleFunction · 0.85
build_bind_thisFunction · 0.85
render_stylesheetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected