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

Function removed

packages/svelte/src/compiler/validate-options.js:187–194  ·  view source on GitHub ↗

* @param {string} msg * @returns {Validator}

(msg)

Source from the content-addressed store, hash-verified

185 * @returns {Validator}
186 */
187function removed(msg) {
188 return (input) => {
189 if (input !== undefined) {
190 e.options_removed(null, msg);
191 }
192 return /** @type {any} */ (undefined);
193 };
194}
195
196const warned = new Set();
197

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected