Skip to content

Commit 92cdead

Browse files
authored
chore: ts-ignore Math.f16round (#15902)
1 parent 895337c commit 92cdead

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/scope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const globals = {
2828
'Math.max': [NUMBER, Math.max],
2929
'Math.random': [NUMBER],
3030
'Math.floor': [NUMBER, Math.floor],
31-
// @ts-expect-error
31+
// @ts-ignore
3232
'Math.f16round': [NUMBER, Math.f16round],
3333
'Math.round': [NUMBER, Math.round],
3434
'Math.abs': [NUMBER, Math.abs],

0 commit comments

Comments
 (0)