Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sveltejs/svelte
/ is_reserved
Function
is_reserved
packages/svelte/src/utils.js:98–100 ·
view source on GitHub ↗
(word)
Source
from the content-addressed store, hash-verified
96
* @param {string} word
97
*/
98
export
function
is_reserved(word) {
99
return
RESERVED_WORDS.includes(word);
100
}
101
102
/**
103
* @param {string} name
Callers
3
migrate_slot_usage
Function · 0.90
generate
Method · 0.90
read_identifier
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected