We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5fa30 commit 1e09e76Copy full SHA for 1e09e76
packages/svelte/src/internal/client/types.d.ts
@@ -46,7 +46,6 @@ export type ComponentContext = {
46
};
47
48
49
-
50
// For both SourceSignal and ComputationSignal, we use signal character property string.
51
// This now only reduces code-size and parsing, but it also improves the performance of the JIT compiler.
52
// It's likely not to have any real wins wwhen the JIT is disabled. Lastly, we keep two shapes rather than
0 commit comments