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

Function pop_ignore

packages/svelte/src/compiler/state.js:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121export function pop_ignore() {
122 ignore_stack.pop();
123 cached_ignore_snapshot = null;
124}
125
126/**
127 * @param {AST.SvelteNode | NodeLike} node

Callers 1

_Function · 0.90

Calls 1

popMethod · 0.80

Tested by

no test coverage detected