Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
121
export
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
pop
Method · 0.80
Tested by
no test coverage detected