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 5dc646e commit 740a4afCopy full SHA for 740a4af
src/harness/fourslash.ts
@@ -4713,7 +4713,6 @@ namespace FourSlashInterface {
4713
functionEntry("encodeURIComponent"),
4714
functionEntry("escape"),
4715
functionEntry("unescape"),
4716
- constEntry("NaN"),
4717
constEntry("Infinity"),
4718
constEntry("Object"),
4719
constEntry("Function"),
@@ -4744,6 +4743,7 @@ namespace FourSlashInterface {
4744
4743
constEntry("Float32Array"),
4745
constEntry("Float64Array"),
4746
moduleEntry("Intl"),
+ constEntry("NaN"),
4747
];
4748
4749
const globalKeywordsInsideFunction: ReadonlyArray<ExpectedCompletionEntryObject> = [
0 commit comments