mirror of https://github.com/sveltejs/svelte
parent
81b6c0b986
commit
d7ecafecb1
@ -1,5 +1,5 @@
|
||||
export const reserved_keywords = new Set(["$$props", "$$restProps"]);
|
||||
export const reserved_keywords = new Set(["$$props", "$$restProps", "$$self"]);
|
||||
|
||||
export function is_reserved_keyword(name) {
|
||||
return reserved_keywords.has(name);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue