We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895337c commit 92cdeadCopy full SHA for 92cdead
packages/svelte/src/compiler/phases/scope.js
@@ -28,7 +28,7 @@ const globals = {
28
'Math.max': [NUMBER, Math.max],
29
'Math.random': [NUMBER],
30
'Math.floor': [NUMBER, Math.floor],
31
- // @ts-expect-error
+ // @ts-ignore
32
'Math.f16round': [NUMBER, Math.f16round],
33
'Math.round': [NUMBER, Math.round],
34
'Math.abs': [NUMBER, Math.abs],
0 commit comments