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

Function Identifier

packages/svelte/src/compiler/migrate/index.js:503–505  ·  view source on GitHub ↗
(node, { state, path })

Source from the content-addressed store, hash-verified

501 next();
502 },
503 Identifier(node, { state, path }) {
504 handle_identifier(node, state, path);
505 },
506 ImportDeclaration(node, { state }) {
507 state.props_insertion_point = node.end ?? state.props_insertion_point;
508 if (node.source.value === 'svelte') {

Callers

nothing calls this directly

Calls 1

handle_identifierFunction · 0.85

Tested by

no test coverage detected