MCPcopy
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 */
98export function is_reserved(word) {
99 return RESERVED_WORDS.includes(word);
100}
101
102/**
103 * @param {string} name

Callers 3

migrate_slot_usageFunction · 0.90
generateMethod · 0.90
read_identifierMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected