Lines Matching refs:keyword
159 syntax keyword typescriptObjectAsyncKeyword async contained
228 syntax keyword typescriptImport from as
229 syntax keyword typescriptImport import
232 syntax keyword typescriptImportType type
234 syntax keyword typescriptExport export
239 syntax keyword typescriptModule namespace module
244 syntax keyword typescriptPrototype prototype
247 syntax keyword typescriptCastKeyword as
252 syntax keyword typescriptIdentifier arguments this super
255 syntax keyword typescriptVariable let var
259 syntax keyword typescriptVariable const
267 syntax keyword typescriptKeywordOp
269 syntax keyword typescriptOperator delete new typeof void
273 syntax keyword typescriptForOperator contained in of
274 syntax keyword typescriptBoolean true false nextgroup=@typescriptSymbols skipwhite sk…
275 syntax keyword typescriptNull null undefined nextgroup=@typescriptSymbols skipwhit…
276 syntax keyword typescriptMessage alert confirm prompt status
278 syntax keyword typescriptGlobal self top parent
282 syntax keyword typescriptConditional if else switch
285 syntax keyword typescriptConditionalElse else
286 syntax keyword typescriptRepeat do while for nextgroup=typescriptLoopParen skipwhite…
287 syntax keyword typescriptRepeat for nextgroup=typescriptLoopParen,typescriptAsyncFor…
288 syntax keyword typescriptBranch break continue containedin=typescriptBlock
289 syntax keyword typescriptCase case nextgroup=@typescriptPrimitive skipwhite contai…
290 syntax keyword typescriptDefault default containedin=typescriptBlock nextgroup=@types…
291 syntax keyword typescriptStatementKeyword with
292 syntax keyword typescriptStatementKeyword yield skipwhite nextgroup=@typescriptValue contained…
293 syntax keyword typescriptStatementKeyword return skipwhite contained nextgroup=@typescriptValu…
295 syntax keyword typescriptTry try
296 syntax keyword typescriptExceptions catch throw finally
297 syntax keyword typescriptDebugger debugger
299 syntax keyword typescriptAsyncFor await nextgroup=typescriptLoopParen skipwhite skipem…
313 syntax keyword typescriptAmbientDeclaration declare nextgroup=@typescriptAmbients
330 syntax keyword typescriptCommentTodo TODO FIXME XXX TBD
356 syntax keyword typescriptDocTags contained constant constructor constructs function i…
357 syntax keyword typescriptDocTags contained const dict expose inheritDoc interface nos…
358 syntax keyword typescriptDocTags contained example global
359 syntax keyword typescriptDocTags contained alpha beta defaultValue eventProperty expe…
360 syntax keyword typescriptDocTags contained packageDocumentation privateRemarks remark…
362 " syntax keyword typescriptDocTags contained ngdoc nextgroup=typescriptDocNGDirective
363 syntax keyword typescriptDocTags contained ngdoc scope priority animations
364 syntax keyword typescriptDocTags contained ngdoc restrict methodOf propertyOf eventOf…
365 syntax keyword typescriptDocNGDirective contained overview service object function method pr…
367 syntax keyword typescriptDocTags contained abstract virtual access augments
369 syntax keyword typescriptDocTags contained arguments callback lends memberOf name typ…
370 syntax keyword typescriptDocTags contained variation nextgroup=typescriptDocNumParam …
372 syntax keyword typescriptDocTags contained author class classdesc copyright default d…
373 syntax keyword typescriptDocTags contained deprecated description external host nextg…
374 syntax keyword typescriptDocTags contained file fileOverview overview namespace requi…
375 syntax keyword typescriptDocTags contained summary todo license preserve nextgroup=ty…
377 syntax keyword typescriptDocTags contained borrows exports nextgroup=typescriptDocA s…
378 syntax keyword typescriptDocTags contained param arg argument property prop module ne…
379 syntax keyword typescriptDocTags contained define enum extends implements this typede…
380 syntax keyword typescriptDocTags contained return returns throws exception nextgroup=…
381 syntax keyword typescriptDocTags contained see nextgroup=typescriptDocRef skipwhite
383 syntax keyword typescriptDocTags contained function func method nextgroup=typescriptD…
386 syntax keyword typescriptDocTags contained fires event nextgroup=typescriptDocEventRe…
425 syntax keyword typescriptConstraint extends
495 syntax keyword typescriptPredefinedType any number boolean string void never undefined null object …
550 syntax keyword typescriptConstructorType new
554 syntax keyword typescriptUserDefinedType is
557 syntax keyword typescriptTypeQuery typeof keyof
561 syntax keyword typescriptAssertType asserts
596 syntax keyword typescriptConstructSignature new
606 syntax keyword typescriptMappedIn in
610 syntax keyword typescriptAliasKeyword type
620 syntax keyword typescriptReadonlyArrayKeyword readonly
627 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Function Boolean
629 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Error EvalError nextgroup=typ…
630 syntax keyword typescriptGlobal containedin=typescriptIdentifierName InternalError
631 syntax keyword typescriptGlobal containedin=typescriptIdentifierName RangeError ReferenceError
632 syntax keyword typescriptGlobal containedin=typescriptIdentifierName StopIteration
633 syntax keyword typescriptGlobal containedin=typescriptIdentifierName SyntaxError TypeError
634 syntax keyword typescriptGlobal containedin=typescriptIdentifierName URIError Date
635 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Float32Array
636 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Float64Array
637 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Int16Array Int32Array
638 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Int8Array Uint16Array
639 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Uint32Array Uint8Array
640 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Uint8ClampedArray
641 syntax keyword typescriptGlobal containedin=typescriptIdentifierName ParallelArray
642 syntax keyword typescriptGlobal containedin=typescriptIdentifierName ArrayBuffer DataView
643 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Iterator Generator
644 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Reflect Proxy
645 syntax keyword typescriptGlobal containedin=typescriptIdentifierName arguments
647 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName eval uneval nextgroup=t…
648 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName isFinite nextgroup=type…
649 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName isNaN parseFloat nextgr…
650 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName parseInt nextgroup=type…
651 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName decodeURI nextgroup=typ…
652 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName decodeURIComponent next…
653 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName encodeURI nextgroup=typ…
654 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName encodeURIComponent next…
658 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Number nextgroup=typescriptGl…
660 syntax keyword typescriptNumberStaticProp contained EPSILON MAX_SAFE_INTEGER MAX_VALUE
661 syntax keyword typescriptNumberStaticProp contained MIN_SAFE_INTEGER MIN_VALUE NEGATIVE_INFINITY
662 syntax keyword typescriptNumberStaticProp contained NaN POSITIVE_INFINITY
664 …syntax keyword typescriptNumberStaticMethod contained isFinite isInteger isNaN isSafeInteger nextg…
665 …syntax keyword typescriptNumberStaticMethod contained parseFloat parseInt nextgroup=typescriptFunc…
667 …syntax keyword typescriptNumberMethod contained toExponential toFixed toLocaleString nextgroup=typ…
668 …syntax keyword typescriptNumberMethod contained toPrecision toSource toString valueOf nextgroup=ty…
672 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName String nextgroup=typescriptGl…
674 …syntax keyword typescriptStringStaticMethod contained fromCharCode fromCodePoint raw nextgroup=typ…
676 …syntax keyword typescriptStringMethod contained anchor charAt charCodeAt codePointAt nextgroup=typ…
677 …syntax keyword typescriptStringMethod contained concat endsWith includes indexOf lastIndexOf nextg…
678 …syntax keyword typescriptStringMethod contained link localeCompare match normalize nextgroup=types…
679 …syntax keyword typescriptStringMethod contained padStart padEnd repeat replace search nextgroup=ty…
680 …syntax keyword typescriptStringMethod contained slice split startsWith substr substring nextgroup=…
681 …syntax keyword typescriptStringMethod contained toLocaleLowerCase toLocaleUpperCase nextgroup=type…
682 …syntax keyword typescriptStringMethod contained toLowerCase toString toUpperCase trim nextgroup=ty…
683 syntax keyword typescriptStringMethod contained valueOf nextgroup=typescriptFuncCallArg
687 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Array nextgroup=typescriptGlo…
689 …syntax keyword typescriptArrayStaticMethod contained from isArray of nextgroup=typescriptFuncCallA…
691 …syntax keyword typescriptArrayMethod contained concat copyWithin entries every fill nextgroup=type…
692 …syntax keyword typescriptArrayMethod contained filter find findIndex forEach indexOf nextgroup=typ…
693 …syntax keyword typescriptArrayMethod contained includes join keys lastIndexOf map nextgroup=typesc…
694 …syntax keyword typescriptArrayMethod contained pop push reduce reduceRight reverse nextgroup=types…
695 …syntax keyword typescriptArrayMethod contained shift slice some sort splice toLocaleString nextgro…
696 …syntax keyword typescriptArrayMethod contained toSource toString unshift nextgroup=typescriptFuncC…
700 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Object nextgroup=typescriptGl…
702 …syntax keyword typescriptObjectStaticMethod contained create defineProperties defineProperty nextg…
703 …syntax keyword typescriptObjectStaticMethod contained entries freeze getOwnPropertyDescriptors nex…
704 …syntax keyword typescriptObjectStaticMethod contained getOwnPropertyDescriptor getOwnPropertyNames…
705 …syntax keyword typescriptObjectStaticMethod contained getOwnPropertySymbols getPrototypeOf nextgro…
706 …syntax keyword typescriptObjectStaticMethod contained is isExtensible isFrozen isSealed nextgroup=…
707 …syntax keyword typescriptObjectStaticMethod contained keys preventExtensions values nextgroup=type…
709 …syntax keyword typescriptObjectMethod contained getOwnPropertyDescriptors hasOwnProperty nextgroup…
710 …syntax keyword typescriptObjectMethod contained isPrototypeOf propertyIsEnumerable nextgroup=types…
711 …syntax keyword typescriptObjectMethod contained toLocaleString toString valueOf seal nextgroup=typ…
712 syntax keyword typescriptObjectMethod contained setPrototypeOf nextgroup=typescriptFuncCallArg
716 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Symbol nextgroup=typescriptGl…
718 syntax keyword typescriptSymbolStaticProp contained length iterator match replace
719 syntax keyword typescriptSymbolStaticProp contained search split hasInstance isConcatSpreadable
720 syntax keyword typescriptSymbolStaticProp contained unscopables species toPrimitive
721 syntax keyword typescriptSymbolStaticProp contained toStringTag
723 syntax keyword typescriptSymbolStaticMethod contained for keyFor nextgroup=typescriptFuncCallArg
726 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Function
727 syntax keyword typescriptFunctionMethod contained apply bind call nextgroup=typescriptFuncCallArg
731 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Math nextgroup=typescriptGlob…
733 syntax keyword typescriptMathStaticProp contained E LN10 LN2 LOG10E LOG2E PI SQRT1_2
734 syntax keyword typescriptMathStaticProp contained SQRT2
736 …syntax keyword typescriptMathStaticMethod contained abs acos acosh asin asinh atan nextgroup=types…
737 …syntax keyword typescriptMathStaticMethod contained atan2 atanh cbrt ceil clz32 cos nextgroup=type…
738 …syntax keyword typescriptMathStaticMethod contained cosh exp expm1 floor fround hypot nextgroup=ty…
739 …syntax keyword typescriptMathStaticMethod contained imul log log10 log1p log2 max nextgroup=typesc…
740 …syntax keyword typescriptMathStaticMethod contained min pow random round sign sin nextgroup=typesc…
741 …syntax keyword typescriptMathStaticMethod contained sinh sqrt tan tanh trunc nextgroup=typescriptF…
744 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Date nextgroup=typescriptGlob…
746 syntax keyword typescriptDateStaticMethod contained UTC now parse nextgroup=typescriptFuncCallArg
748 …syntax keyword typescriptDateMethod contained getDate getDay getFullYear getHours nextgroup=typesc…
749 …syntax keyword typescriptDateMethod contained getMilliseconds getMinutes getMonth nextgroup=typesc…
750 …syntax keyword typescriptDateMethod contained getSeconds getTime getTimezoneOffset nextgroup=types…
751 …syntax keyword typescriptDateMethod contained getUTCDate getUTCDay getUTCFullYear nextgroup=typesc…
752 …syntax keyword typescriptDateMethod contained getUTCHours getUTCMilliseconds getUTCMinutes nextgro…
753 …syntax keyword typescriptDateMethod contained getUTCMonth getUTCSeconds setDate setFullYear nextgr…
754 …syntax keyword typescriptDateMethod contained setHours setMilliseconds setMinutes nextgroup=typesc…
755 …syntax keyword typescriptDateMethod contained setMonth setSeconds setTime setUTCDate nextgroup=typ…
756 …syntax keyword typescriptDateMethod contained setUTCFullYear setUTCHours setUTCMilliseconds nextgr…
757 …syntax keyword typescriptDateMethod contained setUTCMinutes setUTCMonth setUTCSeconds nextgroup=ty…
758 …syntax keyword typescriptDateMethod contained toDateString toISOString toJSON toLocaleDateString n…
759 …syntax keyword typescriptDateMethod contained toLocaleFormat toLocaleString toLocaleTimeString nex…
760 …syntax keyword typescriptDateMethod contained toSource toString toTimeString toUTCString nextgroup…
761 syntax keyword typescriptDateMethod contained valueOf nextgroup=typescriptFuncCallArg
765 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName JSON nextgroup=typescriptGlob…
767 …syntax keyword typescriptJSONStaticMethod contained parse stringify nextgroup=typescriptFuncCallArg
770 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName RegExp nextgroup=typescriptGl…
772 syntax keyword typescriptRegExpStaticProp contained lastIndex
774 syntax keyword typescriptRegExpProp contained global ignoreCase multiline source sticky
777 syntax keyword typescriptRegExpMethod contained exec test nextgroup=typescriptFuncCallArg
781 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Map WeakMap
782 syntax keyword typescriptES6MapProp contained size
785 …syntax keyword typescriptES6MapMethod contained clear delete entries forEach get has nextgroup=typ…
786 syntax keyword typescriptES6MapMethod contained keys set values nextgroup=typescriptFuncCallArg
790 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Set WeakSet
791 syntax keyword typescriptES6SetProp contained size
794 …syntax keyword typescriptES6SetMethod contained add clear delete entries forEach has nextgroup=typ…
795 syntax keyword typescriptES6SetMethod contained values nextgroup=typescriptFuncCallArg
799 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Proxy
800 syntax keyword typescriptProxyAPI contained getOwnPropertyDescriptor getOwnPropertyNames
801 syntax keyword typescriptProxyAPI contained defineProperty deleteProperty freeze seal
802 syntax keyword typescriptProxyAPI contained preventExtensions has hasOwn get set enumerate
803 syntax keyword typescriptProxyAPI contained iterate ownKeys apply construct
806 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName Promise nextgroup=typescriptG…
808 …syntax keyword typescriptPromiseStaticMethod contained resolve reject all race nextgroup=typescrip…
810 …syntax keyword typescriptPromiseMethod contained then catch finally nextgroup=typescriptFuncCallArg
814 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Reflect
815 …syntax keyword typescriptReflectMethod contained apply construct defineProperty deleteProperty nex…
816 …syntax keyword typescriptReflectMethod contained enumerate get getOwnPropertyDescriptor nextgroup=…
817 …syntax keyword typescriptReflectMethod contained getPrototypeOf has isExtensible ownKeys nextgroup…
818 …syntax keyword typescriptReflectMethod contained preventExtensions set setPrototypeOf nextgroup=ty…
822 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Intl
823 …syntax keyword typescriptIntlMethod contained Collator DateTimeFormat NumberFormat nextgroup=types…
824 syntax keyword typescriptIntlMethod contained PluralRules nextgroup=typescriptFuncCallArg
828 syntax keyword typescriptNodeGlobal containedin=typescriptIdentifierName global process
829 syntax keyword typescriptNodeGlobal containedin=typescriptIdentifierName console Buffer
830 syntax keyword typescriptNodeGlobal containedin=typescriptIdentifierName module exports
831 syntax keyword typescriptNodeGlobal containedin=typescriptIdentifierName setTimeout
832 syntax keyword typescriptNodeGlobal containedin=typescriptIdentifierName clearTimeout
833 syntax keyword typescriptNodeGlobal containedin=typescriptIdentifierName setInterval
834 syntax keyword typescriptNodeGlobal containedin=typescriptIdentifierName clearInterval
837 syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName describe
838 syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName it test before
839 syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName after beforeEach
840 syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName afterEach
841 syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName beforeAll
842 syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName afterAll
843 syntax keyword typescriptTestGlobal containedin=typescriptIdentifierName expect assert
845 syntax keyword typescriptBOM containedin=typescriptIdentifierName AbortController
846 syntax keyword typescriptBOM containedin=typescriptIdentifierName AbstractWorker AnalyserNode
847 syntax keyword typescriptBOM containedin=typescriptIdentifierName App Apps ArrayBuffer
848 syntax keyword typescriptBOM containedin=typescriptIdentifierName ArrayBufferView
849 syntax keyword typescriptBOM containedin=typescriptIdentifierName Attr AudioBuffer
850 syntax keyword typescriptBOM containedin=typescriptIdentifierName AudioBufferSourceNode
851 …syntax keyword typescriptBOM containedin=typescriptIdentifierName AudioContext AudioDestinationNode
852 syntax keyword typescriptBOM containedin=typescriptIdentifierName AudioListener AudioNode
853 syntax keyword typescriptBOM containedin=typescriptIdentifierName AudioParam BatteryManager
854 syntax keyword typescriptBOM containedin=typescriptIdentifierName BiquadFilterNode
855 syntax keyword typescriptBOM containedin=typescriptIdentifierName BlobEvent BluetoothAdapter
856 syntax keyword typescriptBOM containedin=typescriptIdentifierName BluetoothDevice
857 syntax keyword typescriptBOM containedin=typescriptIdentifierName BluetoothManager
858 syntax keyword typescriptBOM containedin=typescriptIdentifierName CameraCapabilities
859 syntax keyword typescriptBOM containedin=typescriptIdentifierName CameraControl CameraManager
860 syntax keyword typescriptBOM containedin=typescriptIdentifierName CanvasGradient CanvasImageSource
861 …syntax keyword typescriptBOM containedin=typescriptIdentifierName CanvasPattern CanvasRenderingCon…
862 syntax keyword typescriptBOM containedin=typescriptIdentifierName CaretPosition CDATASection
863 syntax keyword typescriptBOM containedin=typescriptIdentifierName ChannelMergerNode
864 syntax keyword typescriptBOM containedin=typescriptIdentifierName ChannelSplitterNode
865 syntax keyword typescriptBOM containedin=typescriptIdentifierName CharacterData ChildNode
866 syntax keyword typescriptBOM containedin=typescriptIdentifierName ChromeWorker Comment
867 syntax keyword typescriptBOM containedin=typescriptIdentifierName Connection Console
868 syntax keyword typescriptBOM containedin=typescriptIdentifierName ContactManager Contacts
869 syntax keyword typescriptBOM containedin=typescriptIdentifierName ConvolverNode Coordinates
870 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSS CSSConditionRule
871 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSGroupingRule
872 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSKeyframeRule
873 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSKeyframesRule
874 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSMediaRule CSSNamespaceRule
875 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSPageRule CSSRule
876 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSRuleList CSSStyleDeclaration
877 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSStyleRule CSSStyleSheet
878 syntax keyword typescriptBOM containedin=typescriptIdentifierName CSSSupportsRule
879 syntax keyword typescriptBOM containedin=typescriptIdentifierName DataTransfer DataView
880 syntax keyword typescriptBOM containedin=typescriptIdentifierName DedicatedWorkerGlobalScope
881 syntax keyword typescriptBOM containedin=typescriptIdentifierName DelayNode DeviceAcceleration
882 syntax keyword typescriptBOM containedin=typescriptIdentifierName DeviceRotationRate
883 syntax keyword typescriptBOM containedin=typescriptIdentifierName DeviceStorage DirectoryEntry
884 syntax keyword typescriptBOM containedin=typescriptIdentifierName DirectoryEntrySync
885 syntax keyword typescriptBOM containedin=typescriptIdentifierName DirectoryReader
886 syntax keyword typescriptBOM containedin=typescriptIdentifierName DirectoryReaderSync
887 syntax keyword typescriptBOM containedin=typescriptIdentifierName Document DocumentFragment
888 syntax keyword typescriptBOM containedin=typescriptIdentifierName DocumentTouch DocumentType
889 syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMCursor DOMError
890 syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMException DOMHighResTimeStamp
891 syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMImplementation
892 syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMImplementationRegistry
893 syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMParser DOMRequest
894 syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMString DOMStringList
895 syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMStringMap DOMTimeStamp
896 …syntax keyword typescriptBOM containedin=typescriptIdentifierName DOMTokenList DynamicsCompressorN…
897 syntax keyword typescriptBOM containedin=typescriptIdentifierName Element Entry EntrySync
898 syntax keyword typescriptBOM containedin=typescriptIdentifierName Extensions FileException
899 syntax keyword typescriptBOM containedin=typescriptIdentifierName Float32Array Float64Array
900 syntax keyword typescriptBOM containedin=typescriptIdentifierName FMRadio FormData
901 syntax keyword typescriptBOM containedin=typescriptIdentifierName GainNode Gamepad
902 syntax keyword typescriptBOM containedin=typescriptIdentifierName GamepadButton Geolocation
903 syntax keyword typescriptBOM containedin=typescriptIdentifierName History HTMLAnchorElement
904 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLAreaElement
905 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLAudioElement
906 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLBaseElement
907 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLBodyElement
908 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLBRElement HTMLButtonElement
909 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLCanvasElement
910 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLCollection HTMLDataElement
911 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLDataListElement
912 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLDivElement HTMLDListElement
913 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLDocument HTMLElement
914 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLEmbedElement
915 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLFieldSetElement
916 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLFormControlsCollection
917 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLFormElement
918 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLHeadElement
919 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLHeadingElement
920 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLHRElement HTMLHtmlElement
921 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLIFrameElement
922 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLImageElement
923 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLInputElement
924 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLKeygenElement
925 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLLabelElement
926 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLLegendElement
927 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLLIElement HTMLLinkElement
928 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLMapElement HTMLMediaElement
929 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLMetaElement
930 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLMeterElement
931 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLModElement HTMLObjectElement
932 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLOListElement
933 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLOptGroupElement
934 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLOptionElement
935 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLOptionsCollection
936 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLOutputElement
937 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLParagraphElement
938 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLParamElement
939 …syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLPreElement HTMLProgressEleme…
940 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLQuoteElement
941 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLScriptElement
942 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLSelectElement
943 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLSourceElement
944 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLSpanElement
945 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLStyleElement
946 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableCaptionElement
947 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableCellElement
948 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableColElement
949 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableDataCellElement
950 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableElement
951 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableHeaderCellElement
952 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableRowElement
953 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTableSectionElement
954 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTextAreaElement
955 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTimeElement
956 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTitleElement
957 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLTrackElement
958 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLUListElement
959 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLUnknownElement
960 syntax keyword typescriptBOM containedin=typescriptIdentifierName HTMLVideoElement
961 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBCursor IDBCursorSync
962 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBCursorWithValue
963 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBDatabase IDBDatabaseSync
964 …syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBEnvironment IDBEnvironmentSync
965 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBFactory IDBFactorySync
966 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBIndex IDBIndexSync
967 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBKeyRange IDBObjectStore
968 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBObjectStoreSync
969 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBOpenDBRequest
970 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBRequest IDBTransaction
971 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBTransactionSync
972 syntax keyword typescriptBOM containedin=typescriptIdentifierName IDBVersionChangeEvent
973 syntax keyword typescriptBOM containedin=typescriptIdentifierName ImageData IndexedDB
974 syntax keyword typescriptBOM containedin=typescriptIdentifierName Int16Array Int32Array
975 syntax keyword typescriptBOM containedin=typescriptIdentifierName Int8Array L10n LinkStyle
976 syntax keyword typescriptBOM containedin=typescriptIdentifierName LocalFileSystem
977 syntax keyword typescriptBOM containedin=typescriptIdentifierName LocalFileSystemSync
978 syntax keyword typescriptBOM containedin=typescriptIdentifierName Location LockedFile
979 …syntax keyword typescriptBOM containedin=typescriptIdentifierName MediaQueryList MediaQueryListLis…
980 syntax keyword typescriptBOM containedin=typescriptIdentifierName MediaRecorder MediaSource
981 syntax keyword typescriptBOM containedin=typescriptIdentifierName MediaStream MediaStreamTrack
982 syntax keyword typescriptBOM containedin=typescriptIdentifierName MutationObserver
983 syntax keyword typescriptBOM containedin=typescriptIdentifierName Navigator NavigatorGeolocation
984 syntax keyword typescriptBOM containedin=typescriptIdentifierName NavigatorID NavigatorLanguage
985 syntax keyword typescriptBOM containedin=typescriptIdentifierName NavigatorOnLine
986 syntax keyword typescriptBOM containedin=typescriptIdentifierName NavigatorPlugins
987 syntax keyword typescriptBOM containedin=typescriptIdentifierName Node NodeFilter
988 syntax keyword typescriptBOM containedin=typescriptIdentifierName NodeIterator NodeList
989 syntax keyword typescriptBOM containedin=typescriptIdentifierName Notification OfflineAudioContext
990 syntax keyword typescriptBOM containedin=typescriptIdentifierName OscillatorNode PannerNode
991 syntax keyword typescriptBOM containedin=typescriptIdentifierName ParentNode Performance
992 syntax keyword typescriptBOM containedin=typescriptIdentifierName PerformanceNavigation
993 syntax keyword typescriptBOM containedin=typescriptIdentifierName PerformanceTiming
994 syntax keyword typescriptBOM containedin=typescriptIdentifierName Permissions PermissionSettings
995 syntax keyword typescriptBOM containedin=typescriptIdentifierName Plugin PluginArray
996 syntax keyword typescriptBOM containedin=typescriptIdentifierName Position PositionError
997 syntax keyword typescriptBOM containedin=typescriptIdentifierName PositionOptions
998 …syntax keyword typescriptBOM containedin=typescriptIdentifierName PowerManager ProcessingInstructi…
999 syntax keyword typescriptBOM containedin=typescriptIdentifierName PromiseResolver
1000 syntax keyword typescriptBOM containedin=typescriptIdentifierName PushManager Range
1001 syntax keyword typescriptBOM containedin=typescriptIdentifierName RTCConfiguration
1002 syntax keyword typescriptBOM containedin=typescriptIdentifierName RTCPeerConnection
1003 syntax keyword typescriptBOM containedin=typescriptIdentifierName RTCPeerConnectionErrorCallback
1004 syntax keyword typescriptBOM containedin=typescriptIdentifierName RTCSessionDescription
1005 syntax keyword typescriptBOM containedin=typescriptIdentifierName RTCSessionDescriptionCallback
1006 syntax keyword typescriptBOM containedin=typescriptIdentifierName ScriptProcessorNode
1007 syntax keyword typescriptBOM containedin=typescriptIdentifierName Selection SettingsLock
1008 syntax keyword typescriptBOM containedin=typescriptIdentifierName SettingsManager
1009 syntax keyword typescriptBOM containedin=typescriptIdentifierName SharedWorker StyleSheet
1010 syntax keyword typescriptBOM containedin=typescriptIdentifierName StyleSheetList SVGAElement
1011 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAngle SVGAnimateColorElement
1012 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedAngle
1013 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedBoolean
1014 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedEnumeration
1015 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedInteger
1016 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedLength
1017 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedLengthList
1018 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedNumber
1019 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedNumberList
1020 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedPoints
1021 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedPreserveAspectRatio
1022 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedRect
1023 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedString
1024 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimatedTransformList
1025 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimateElement
1026 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimateMotionElement
1027 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimateTransformElement
1028 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGAnimationElement
1029 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGCircleElement
1030 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGClipPathElement
1031 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGCursorElement
1032 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGDefsElement SVGDescElement
1033 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGElement SVGEllipseElement
1034 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGFilterElement
1035 …syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGFontElement SVGFontFaceElement
1036 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGFontFaceFormatElement
1037 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGFontFaceNameElement
1038 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGFontFaceSrcElement
1039 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGFontFaceUriElement
1040 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGForeignObjectElement
1041 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGGElement SVGGlyphElement
1042 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGGradientElement
1043 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGHKernElement
1044 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGImageElement
1045 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGLength SVGLengthList
1046 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGLinearGradientElement
1047 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGLineElement SVGMaskElement
1048 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGMatrix SVGMissingGlyphElement
1049 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGMPathElement
1050 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGNumber SVGNumberList
1051 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGPathElement SVGPatternElement
1052 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGPoint SVGPolygonElement
1053 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGPolylineElement
1054 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGPreserveAspectRatio
1055 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGRadialGradientElement
1056 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGRect SVGRectElement
1057 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGScriptElement
1058 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGSetElement SVGStopElement
1059 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGStringList SVGStylable
1060 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGStyleElement
1061 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGSVGElement SVGSwitchElement
1062 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGSymbolElement
1063 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGTests SVGTextElement
1064 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGTextPositioningElement
1065 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGTitleElement
1066 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGTransform SVGTransformable
1067 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGTransformList
1068 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGTRefElement SVGTSpanElement
1069 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGUseElement SVGViewElement
1070 syntax keyword typescriptBOM containedin=typescriptIdentifierName SVGVKernElement
1071 syntax keyword typescriptBOM containedin=typescriptIdentifierName TCPServerSocket
1072 syntax keyword typescriptBOM containedin=typescriptIdentifierName TCPSocket Telephony
1073 syntax keyword typescriptBOM containedin=typescriptIdentifierName TelephonyCall Text
1074 syntax keyword typescriptBOM containedin=typescriptIdentifierName TextDecoder TextEncoder
1075 syntax keyword typescriptBOM containedin=typescriptIdentifierName TextMetrics TimeRanges
1076 syntax keyword typescriptBOM containedin=typescriptIdentifierName Touch TouchList
1077 syntax keyword typescriptBOM containedin=typescriptIdentifierName Transferable TreeWalker
1078 syntax keyword typescriptBOM containedin=typescriptIdentifierName Uint16Array Uint32Array
1079 syntax keyword typescriptBOM containedin=typescriptIdentifierName Uint8Array Uint8ClampedArray
1080 syntax keyword typescriptBOM containedin=typescriptIdentifierName URLSearchParams
1081 syntax keyword typescriptBOM containedin=typescriptIdentifierName URLUtilsReadOnly
1082 syntax keyword typescriptBOM containedin=typescriptIdentifierName UserProximityEvent
1083 …syntax keyword typescriptBOM containedin=typescriptIdentifierName ValidityState VideoPlaybackQuali…
1084 syntax keyword typescriptBOM containedin=typescriptIdentifierName WaveShaperNode WebBluetooth
1085 syntax keyword typescriptBOM containedin=typescriptIdentifierName WebGLRenderingContext
1086 syntax keyword typescriptBOM containedin=typescriptIdentifierName WebSMS WebSocket
1087 syntax keyword typescriptBOM containedin=typescriptIdentifierName WebVTT WifiManager
1088 syntax keyword typescriptBOM containedin=typescriptIdentifierName Window Worker WorkerConsole
1089 syntax keyword typescriptBOM containedin=typescriptIdentifierName WorkerLocation WorkerNavigator
1090 syntax keyword typescriptBOM containedin=typescriptIdentifierName XDomainRequest XMLDocument
1091 syntax keyword typescriptBOM containedin=typescriptIdentifierName XMLHttpRequestEventTarget
1094 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName applicationCache
1095 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName closed
1096 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName Components
1097 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName controllers
1098 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName dialogArguments
1099 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName document
1100 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName frameElement
1101 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName frames
1102 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName fullScreen
1103 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName history
1104 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName innerHeight
1105 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName innerWidth
1106 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName length
1107 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName location
1108 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName locationbar
1109 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName menubar
1110 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName messageManager
1111 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName name navigator
1112 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName opener
1113 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName outerHeight
1114 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName outerWidth
1115 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName pageXOffset
1116 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName pageYOffset
1117 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName parent
1118 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName performance
1119 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName personalbar
1120 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName returnValue
1121 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName screen
1122 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName screenX
1123 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName screenY
1124 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName scrollbars
1125 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName scrollMaxX
1126 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName scrollMaxY
1127 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName scrollX
1128 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName scrollY
1129 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName self sidebar
1130 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName status
1131 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName statusbar
1132 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName toolbar
1133 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName top visualViewport
1134 syntax keyword typescriptBOMWindowProp containedin=typescriptIdentifierName window
1137 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName alert nextgroup=type…
1138 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName atob nextgroup=types…
1139 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName blur nextgroup=types…
1140 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName btoa nextgroup=types…
1141 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName clearImmediate nextg…
1142 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName clearInterval nextgr…
1143 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName clearTimeout nextgro…
1144 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName close nextgroup=type…
1145 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName confirm nextgroup=ty…
1146 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName dispatchEvent nextgr…
1147 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName find nextgroup=types…
1148 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName focus nextgroup=type…
1149 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName getAttention nextgro…
1150 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName getAttentionWithCycl…
1151 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName getComputedStyle nex…
1152 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName getDefaulComputedSty…
1153 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName getSelection nextgro…
1154 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName matchMedia nextgroup…
1155 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName maximize nextgroup=t…
1156 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName moveBy nextgroup=typ…
1157 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName moveTo nextgroup=typ…
1158 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName open nextgroup=types…
1159 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName openDialog nextgroup…
1160 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName postMessage nextgrou…
1161 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName print nextgroup=type…
1162 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName prompt nextgroup=typ…
1163 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName removeEventListener …
1164 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName resizeBy nextgroup=t…
1165 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName resizeTo nextgroup=t…
1166 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName restore nextgroup=ty…
1167 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName scroll nextgroup=typ…
1168 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName scrollBy nextgroup=t…
1169 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName scrollByLines nextgr…
1170 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName scrollByPages nextgr…
1171 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName scrollTo nextgroup=t…
1172 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName setCursor nextgroup=…
1173 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName setImmediate nextgro…
1174 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName setInterval nextgrou…
1175 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName setResizable nextgro…
1176 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName setTimeout nextgroup…
1177 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName showModalDialog next…
1178 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName sizeToContent nextgr…
1179 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName stop nextgroup=types…
1180 …syntax keyword typescriptBOMWindowMethod containedin=typescriptIdentifierName updateCommands nextg…
1183 syntax keyword typescriptBOMWindowEvent contained onabort onbeforeunload onblur onchange
1184 syntax keyword typescriptBOMWindowEvent contained onclick onclose oncontextmenu ondevicelight
1185 syntax keyword typescriptBOMWindowEvent contained ondevicemotion ondeviceorientation
1186 syntax keyword typescriptBOMWindowEvent contained ondeviceproximity ondragdrop onerror
1187 syntax keyword typescriptBOMWindowEvent contained onfocus onhashchange onkeydown onkeypress
1188 syntax keyword typescriptBOMWindowEvent contained onkeyup onload onmousedown onmousemove
1189 syntax keyword typescriptBOMWindowEvent contained onmouseout onmouseover onmouseup
1190 syntax keyword typescriptBOMWindowEvent contained onmozbeforepaint onpaint onpopstate
1191 syntax keyword typescriptBOMWindowEvent contained onreset onresize onscroll onselect
1192 syntax keyword typescriptBOMWindowEvent contained onsubmit onunload onuserproximity
1193 syntax keyword typescriptBOMWindowEvent contained onpageshow onpagehide
1195 syntax keyword typescriptBOMWindowCons containedin=typescriptIdentifierName DOMParser
1196 syntax keyword typescriptBOMWindowCons containedin=typescriptIdentifierName QueryInterface
1197 syntax keyword typescriptBOMWindowCons containedin=typescriptIdentifierName XMLSerializer
1200 syntax keyword typescriptBOMNavigatorProp contained battery buildID connection cookieEnabled
1201 syntax keyword typescriptBOMNavigatorProp contained doNotTrack maxTouchPoints oscpu
1202 syntax keyword typescriptBOMNavigatorProp contained productSub push serviceWorker
1203 syntax keyword typescriptBOMNavigatorProp contained vendor vendorSub
1206 …syntax keyword typescriptBOMNavigatorMethod contained addIdleObserver geolocation nextgroup=typesc…
1207 …syntax keyword typescriptBOMNavigatorMethod contained getDeviceStorage getDeviceStorages nextgroup…
1208 …syntax keyword typescriptBOMNavigatorMethod contained getGamepads getUserMedia registerContentHand…
1209 …syntax keyword typescriptBOMNavigatorMethod contained removeIdleObserver requestWakeLock nextgroup…
1210 …syntax keyword typescriptBOMNavigatorMethod contained share vibrate watch registerProtocolHandler …
1211 syntax keyword typescriptBOMNavigatorMethod contained sendBeacon nextgroup=typescriptFuncCallArg
1214 syntax keyword typescriptServiceWorkerMethod contained register nextgroup=typescriptFuncCallArg
1218 syntax keyword typescriptBOMLocationProp contained href protocol host hostname port
1219 syntax keyword typescriptBOMLocationProp contained pathname search hash username password
1220 syntax keyword typescriptBOMLocationProp contained origin
1223 …syntax keyword typescriptBOMLocationMethod contained assign reload replace toString nextgroup=type…
1227 syntax keyword typescriptBOMHistoryProp contained length current next previous state
1228 syntax keyword typescriptBOMHistoryProp contained scrollRestoration
1231 …syntax keyword typescriptBOMHistoryMethod contained back forward go pushState replaceState nextgro…
1235 syntax keyword typescriptGlobal containedin=typescriptIdentifierName console
1236 …syntax keyword typescriptConsoleMethod contained count dir error group groupCollapsed nextgroup=ty…
1237 …syntax keyword typescriptConsoleMethod contained groupEnd info log time timeEnd trace nextgroup=ty…
1238 syntax keyword typescriptConsoleMethod contained warn nextgroup=typescriptFuncCallArg
1242 syntax keyword typescriptXHRGlobal containedin=typescriptIdentifierName XMLHttpRequest
1244 syntax keyword typescriptXHRProp contained onreadystatechange readyState response
1245 syntax keyword typescriptXHRProp contained responseText responseType responseXML status
1246 syntax keyword typescriptXHRProp contained statusText timeout ontimeout upload withCredentials
1249 …syntax keyword typescriptXHRMethod contained abort getAllResponseHeaders getResponseHeader nextgro…
1250 …syntax keyword typescriptXHRMethod contained open overrideMimeType send setRequestHeader nextgroup…
1254 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Blob BlobBuilder
1255 syntax keyword typescriptGlobal containedin=typescriptIdentifierName File FileReader
1256 syntax keyword typescriptGlobal containedin=typescriptIdentifierName FileReaderSync
1257 …syntax keyword typescriptGlobal containedin=typescriptIdentifierName URL nextgroup=typescriptGloba…
1259 syntax keyword typescriptGlobal containedin=typescriptIdentifierName URLUtils
1260 …syntax keyword typescriptFileMethod contained readAsArrayBuffer readAsBinaryString nextgroup=types…
1261 …syntax keyword typescriptFileMethod contained readAsDataURL readAsText nextgroup=typescriptFuncCal…
1264 syntax keyword typescriptFileReaderProp contained error readyState result
1267 …syntax keyword typescriptFileReaderMethod contained abort readAsArrayBuffer readAsBinaryString nex…
1268 …syntax keyword typescriptFileReaderMethod contained readAsDataURL readAsText nextgroup=typescriptF…
1271 syntax keyword typescriptFileListMethod contained item nextgroup=typescriptFuncCallArg
1274 …syntax keyword typescriptBlobMethod contained append getBlob getFile nextgroup=typescriptFuncCallA…
1277 syntax keyword typescriptURLUtilsProp contained hash host hostname href origin password
1278 syntax keyword typescriptURLUtilsProp contained pathname port protocol search searchParams
1279 syntax keyword typescriptURLUtilsProp contained username
1282 …syntax keyword typescriptURLStaticMethod contained createObjectURL revokeObjectURL nextgroup=types…
1285 syntax keyword typescriptCryptoGlobal containedin=typescriptIdentifierName crypto
1287 …syntax keyword typescriptSubtleCryptoMethod contained encrypt decrypt sign verify nextgroup=typesc…
1288 syntax keyword typescriptSubtleCryptoMethod contained digest nextgroup=typescriptFuncCallArg
1291 syntax keyword typescriptCryptoProp contained subtle
1294 syntax keyword typescriptCryptoMethod contained getRandomValues nextgroup=typescriptFuncCallArg
1298 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Headers Request
1299 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Response
1300 …syntax keyword typescriptGlobalMethod containedin=typescriptIdentifierName fetch nextgroup=typescr…
1303 …syntax keyword typescriptHeadersMethod contained append delete get getAll has set nextgroup=typesc…
1306 syntax keyword typescriptRequestProp contained method url headers context referrer
1307 syntax keyword typescriptRequestProp contained mode credentials cache
1310 syntax keyword typescriptRequestMethod contained clone nextgroup=typescriptFuncCallArg
1313 syntax keyword typescriptResponseProp contained type url status statusText headers
1314 syntax keyword typescriptResponseProp contained redirected
1317 syntax keyword typescriptResponseMethod contained clone nextgroup=typescriptFuncCallArg
1321 syntax keyword typescriptServiceWorkerProp contained controller ready
1324 …syntax keyword typescriptServiceWorkerMethod contained register getRegistration nextgroup=typescri…
1327 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Cache
1328 …syntax keyword typescriptCacheMethod contained match matchAll add addAll put delete nextgroup=type…
1329 syntax keyword typescriptCacheMethod contained keys nextgroup=typescriptFuncCallArg
1333 syntax keyword typescriptEncodingGlobal containedin=typescriptIdentifierName TextEncoder
1334 syntax keyword typescriptEncodingGlobal containedin=typescriptIdentifierName TextDecoder
1336 syntax keyword typescriptEncodingProp contained encoding fatal ignoreBOM
1339 syntax keyword typescriptEncodingMethod contained encode decode nextgroup=typescriptFuncCallArg
1343 syntax keyword typescriptGlobal containedin=typescriptIdentifierName Geolocation
1344 …syntax keyword typescriptGeolocationMethod contained getCurrentPosition watchPosition nextgroup=ty…
1345 syntax keyword typescriptGeolocationMethod contained clearWatch nextgroup=typescriptFuncCallArg
1349 syntax keyword typescriptGlobal containedin=typescriptIdentifierName NetworkInformation
1350 syntax keyword typescriptBOMNetworkProp contained downlink downlinkMax effectiveType
1351 syntax keyword typescriptBOMNetworkProp contained rtt type
1355 syntax keyword typescriptGlobal containedin=typescriptIdentifierName PaymentRequest
1356 …syntax keyword typescriptPaymentMethod contained show abort canMakePayment nextgroup=typescriptFun…
1359 syntax keyword typescriptPaymentProp contained shippingAddress shippingOption result
1362 syntax keyword typescriptPaymentEvent contained onshippingaddresschange onshippingoptionchange
1364 syntax keyword typescriptPaymentResponseMethod contained complete nextgroup=typescriptFuncCallArg
1367 syntax keyword typescriptPaymentResponseProp contained details methodName payerEmail
1368 syntax keyword typescriptPaymentResponseProp contained payerPhone shippingAddress
1369 syntax keyword typescriptPaymentResponseProp contained shippingOption
1372 syntax keyword typescriptPaymentAddressProp contained addressLine careOf city country
1373 syntax keyword typescriptPaymentAddressProp contained country dependentLocality languageCode
1374 syntax keyword typescriptPaymentAddressProp contained organization phone postalCode
1375 syntax keyword typescriptPaymentAddressProp contained recipient region sortingCode
1378 syntax keyword typescriptPaymentShippingOptionProp contained id label amount selected
1382 syntax keyword typescriptDOMNodeProp contained attributes baseURI baseURIObject childNodes
1383 syntax keyword typescriptDOMNodeProp contained firstChild lastChild localName namespaceURI
1384 syntax keyword typescriptDOMNodeProp contained nextSibling nodeName nodePrincipal
1385 syntax keyword typescriptDOMNodeProp contained nodeType nodeValue ownerDocument parentElement
1386 syntax keyword typescriptDOMNodeProp contained parentNode prefix previousSibling textContent
1389 …syntax keyword typescriptDOMNodeMethod contained appendChild cloneNode compareDocumentPosition nex…
1390 …syntax keyword typescriptDOMNodeMethod contained getUserData hasAttributes hasChildNodes nextgroup…
1391 …syntax keyword typescriptDOMNodeMethod contained insertBefore isDefaultNamespace isEqualNode nextg…
1392 …syntax keyword typescriptDOMNodeMethod contained isSameNode isSupported lookupNamespaceURI nextgro…
1393 …syntax keyword typescriptDOMNodeMethod contained lookupPrefix normalize removeChild nextgroup=type…
1394 …syntax keyword typescriptDOMNodeMethod contained replaceChild setUserData nextgroup=typescriptFunc…
1398 syntax keyword typescriptDOMNodeType contained ELEMENT_NODE ATTRIBUTE_NODE TEXT_NODE
1399 syntax keyword typescriptDOMNodeType contained CDATA_SECTION_NODEN_NODE ENTITY_REFERENCE_NODE
1400 syntax keyword typescriptDOMNodeType contained ENTITY_NODE PROCESSING_INSTRUCTION_NODEN_NODE
1401 syntax keyword typescriptDOMNodeType contained COMMENT_NODE DOCUMENT_NODE DOCUMENT_TYPE_NODE
1402 syntax keyword typescriptDOMNodeType contained DOCUMENT_FRAGMENT_NODE NOTATION_NODE
1405 syntax keyword typescriptDOMElemAttrs contained accessKey clientHeight clientLeft
1406 syntax keyword typescriptDOMElemAttrs contained clientTop clientWidth id innerHTML
1407 syntax keyword typescriptDOMElemAttrs contained length onafterscriptexecute onbeforescriptexecute
1408 syntax keyword typescriptDOMElemAttrs contained oncopy oncut onpaste onwheel scrollHeight
1409 syntax keyword typescriptDOMElemAttrs contained scrollLeft scrollTop scrollWidth tagName
1410 syntax keyword typescriptDOMElemAttrs contained classList className name outerHTML
1411 syntax keyword typescriptDOMElemAttrs contained style
1413 syntax keyword typescriptDOMElemFuncs contained getAttributeNS getAttributeNode getAttributeNodeNS
1414 syntax keyword typescriptDOMElemFuncs contained getBoundingClientRect getClientRects
1415 syntax keyword typescriptDOMElemFuncs contained getElementsByClassName getElementsByTagName
1416 syntax keyword typescriptDOMElemFuncs contained getElementsByTagNameNS hasAttribute
1417 syntax keyword typescriptDOMElemFuncs contained hasAttributeNS insertAdjacentHTML
1418 syntax keyword typescriptDOMElemFuncs contained matches querySelector querySelectorAll
1419 syntax keyword typescriptDOMElemFuncs contained removeAttribute removeAttributeNS
1420 syntax keyword typescriptDOMElemFuncs contained removeAttributeNode requestFullscreen
1421 syntax keyword typescriptDOMElemFuncs contained requestPointerLock scrollIntoView
1422 syntax keyword typescriptDOMElemFuncs contained setAttribute setAttributeNS setAttributeNode
1423 syntax keyword typescriptDOMElemFuncs contained setAttributeNodeNS setCapture supports
1424 syntax keyword typescriptDOMElemFuncs contained getAttribute
1427 syntax keyword typescriptDOMDocProp contained activeElement body cookie defaultView
1428 syntax keyword typescriptDOMDocProp contained designMode dir domain embeds forms head
1429 syntax keyword typescriptDOMDocProp contained images lastModified links location plugins
1430 syntax keyword typescriptDOMDocProp contained postMessage readyState referrer registerElement
1431 syntax keyword typescriptDOMDocProp contained scripts styleSheets title vlinkColor
1432 syntax keyword typescriptDOMDocProp contained xmlEncoding characterSet compatMode
1433 syntax keyword typescriptDOMDocProp contained contentType currentScript doctype documentElement
1434 syntax keyword typescriptDOMDocProp contained documentURI documentURIObject firstChild
1435 syntax keyword typescriptDOMDocProp contained implementation lastStyleSheetSet namespaceURI
1436 syntax keyword typescriptDOMDocProp contained nodePrincipal ononline pointerLockElement
1437 …syntax keyword typescriptDOMDocProp contained popupNode preferredStyleSheetSet selectedStyleSheetS…
1438 syntax keyword typescriptDOMDocProp contained styleSheetSets textContent tooltipNode
1441 …syntax keyword typescriptDOMDocMethod contained caretPositionFromPoint close createNodeIterator ne…
1442 …syntax keyword typescriptDOMDocMethod contained createRange createTreeWalker elementFromPoint next…
1443 …syntax keyword typescriptDOMDocMethod contained getElementsByName adoptNode createAttribute nextgr…
1444 …syntax keyword typescriptDOMDocMethod contained createCDATASection createComment createDocumentFra…
1445 …syntax keyword typescriptDOMDocMethod contained createElement createElementNS createEvent nextgrou…
1446 …syntax keyword typescriptDOMDocMethod contained createExpression createNSResolver nextgroup=typesc…
1447 …syntax keyword typescriptDOMDocMethod contained createProcessingInstruction createTextNode nextgro…
1448 …syntax keyword typescriptDOMDocMethod contained enableStyleSheetsForSet evaluate execCommand nextg…
1449 …syntax keyword typescriptDOMDocMethod contained exitPointerLock getBoxObjectFor getElementById nex…
1450 …syntax keyword typescriptDOMDocMethod contained getElementsByClassName getElementsByTagName nextgr…
1451 …syntax keyword typescriptDOMDocMethod contained getElementsByTagNameNS getSelection nextgroup=type…
1452 …syntax keyword typescriptDOMDocMethod contained hasFocus importNode loadOverlay open nextgroup=typ…
1453 …syntax keyword typescriptDOMDocMethod contained queryCommandSupported querySelector nextgroup=type…
1454 …syntax keyword typescriptDOMDocMethod contained querySelectorAll write writeln nextgroup=typescrip…
1458 …syntax keyword typescriptDOMEventTargetMethod contained addEventListener removeEventListener nextg…
1459 …syntax keyword typescriptDOMEventTargetMethod contained dispatchEvent waitUntil nextgroup=typescri…
1462 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName AnimationEvent
1463 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName AudioProcessingEvent
1464 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName BeforeInputEvent
1465 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName BeforeUnloadEvent
1466 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName BlobEvent
1467 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName ClipboardEvent
1468 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName CloseEvent
1469 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName CompositionEvent
1470 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName CSSFontFaceLoadEvent
1471 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName CustomEvent
1472 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName DeviceLightEvent
1473 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName DeviceMotionEvent
1474 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName DeviceOrientationEvent
1475 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName DeviceProximityEvent
1476 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName DOMTransactionEvent
1477 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName DragEvent
1478 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName EditingBeforeInputEvent
1479 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName ErrorEvent
1480 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName FocusEvent
1481 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName GamepadEvent
1482 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName HashChangeEvent
1483 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName IDBVersionChangeEvent
1484 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName KeyboardEvent
1485 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName MediaStreamEvent
1486 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName MessageEvent
1487 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName MouseEvent
1488 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName MutationEvent
1489 …syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName OfflineAudioCompletionE…
1490 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName PageTransitionEvent
1491 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName PointerEvent
1492 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName PopStateEvent
1493 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName ProgressEvent
1494 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName RelatedEvent
1495 …syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName RTCPeerConnectionIceEve…
1496 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName SensorEvent
1497 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName StorageEvent
1498 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName SVGEvent
1499 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName SVGZoomEvent
1500 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName TimeEvent
1501 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName TouchEvent
1502 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName TrackEvent
1503 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName TransitionEvent
1504 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName UIEvent
1505 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName UserProximityEvent
1506 syntax keyword typescriptDOMEventCons containedin=typescriptIdentifierName WheelEvent
1508 syntax keyword typescriptDOMEventProp contained bubbles cancelable currentTarget defaultPrevented
1509 syntax keyword typescriptDOMEventProp contained eventPhase target timeStamp type isTrusted
1510 syntax keyword typescriptDOMEventProp contained isReload
1513 …syntax keyword typescriptDOMEventMethod contained initEvent preventDefault stopImmediatePropagatio…
1514 …syntax keyword typescriptDOMEventMethod contained stopPropagation respondWith default nextgroup=ty…
1518 syntax keyword typescriptDOMStorage contained sessionStorage localStorage
1520 syntax keyword typescriptDOMStorageProp contained length
1523 …syntax keyword typescriptDOMStorageMethod contained getItem key setItem removeItem nextgroup=types…
1524 syntax keyword typescriptDOMStorageMethod contained clear nextgroup=typescriptFuncCallArg
1528 syntax keyword typescriptDOMFormProp contained acceptCharset action elements encoding
1529 syntax keyword typescriptDOMFormProp contained enctype length method name target
1532 …syntax keyword typescriptDOMFormMethod contained reportValidity reset submit nextgroup=typescriptF…
1536 syntax keyword typescriptDOMStyle contained alignContent alignItems alignSelf animation
1537 syntax keyword typescriptDOMStyle contained animationDelay animationDirection animationDuration
1538 syntax keyword typescriptDOMStyle contained animationFillMode animationIterationCount
1539 …syntax keyword typescriptDOMStyle contained animationName animationPlayState animationTimingFuncti…
1540 syntax keyword typescriptDOMStyle contained appearance backfaceVisibility background
1541 syntax keyword typescriptDOMStyle contained backgroundAttachment backgroundBlendMode
1542 syntax keyword typescriptDOMStyle contained backgroundClip backgroundColor backgroundImage
1543 syntax keyword typescriptDOMStyle contained backgroundOrigin backgroundPosition backgroundRepeat
1544 syntax keyword typescriptDOMStyle contained backgroundSize border borderBottom borderBottomColor
1545 syntax keyword typescriptDOMStyle contained borderBottomLeftRadius borderBottomRightRadius
1546 syntax keyword typescriptDOMStyle contained borderBottomStyle borderBottomWidth borderCollapse
1547 syntax keyword typescriptDOMStyle contained borderColor borderImage borderImageOutset
1548 syntax keyword typescriptDOMStyle contained borderImageRepeat borderImageSlice borderImageSource
1549 syntax keyword typescriptDOMStyle contained borderImageWidth borderLeft borderLeftColor
1550 syntax keyword typescriptDOMStyle contained borderLeftStyle borderLeftWidth borderRadius
1551 syntax keyword typescriptDOMStyle contained borderRight borderRightColor borderRightStyle
1552 syntax keyword typescriptDOMStyle contained borderRightWidth borderSpacing borderStyle
1553 syntax keyword typescriptDOMStyle contained borderTop borderTopColor borderTopLeftRadius
1554 syntax keyword typescriptDOMStyle contained borderTopRightRadius borderTopStyle borderTopWidth
1555 syntax keyword typescriptDOMStyle contained borderWidth bottom boxDecorationBreak
1556 syntax keyword typescriptDOMStyle contained boxShadow boxSizing breakAfter breakBefore
1557 syntax keyword typescriptDOMStyle contained breakInside captionSide caretColor caretShape
1558 syntax keyword typescriptDOMStyle contained caret clear clip clipPath color columns
1559 syntax keyword typescriptDOMStyle contained columnCount columnFill columnGap columnRule
1560 syntax keyword typescriptDOMStyle contained columnRuleColor columnRuleStyle columnRuleWidth
1561 syntax keyword typescriptDOMStyle contained columnSpan columnWidth content counterIncrement
1562 syntax keyword typescriptDOMStyle contained counterReset cursor direction display
1563 syntax keyword typescriptDOMStyle contained emptyCells flex flexBasis flexDirection
1564 syntax keyword typescriptDOMStyle contained flexFlow flexGrow flexShrink flexWrap
1565 syntax keyword typescriptDOMStyle contained float font fontFamily fontFeatureSettings
1566 syntax keyword typescriptDOMStyle contained fontKerning fontLanguageOverride fontSize
1567 syntax keyword typescriptDOMStyle contained fontSizeAdjust fontStretch fontStyle fontSynthesis
1568 syntax keyword typescriptDOMStyle contained fontVariant fontVariantAlternates fontVariantCaps
1569 syntax keyword typescriptDOMStyle contained fontVariantEastAsian fontVariantLigatures
1570 syntax keyword typescriptDOMStyle contained fontVariantNumeric fontVariantPosition
1571 syntax keyword typescriptDOMStyle contained fontWeight grad grid gridArea gridAutoColumns
1572 syntax keyword typescriptDOMStyle contained gridAutoFlow gridAutoPosition gridAutoRows
1573 syntax keyword typescriptDOMStyle contained gridColumn gridColumnStart gridColumnEnd
1574 syntax keyword typescriptDOMStyle contained gridRow gridRowStart gridRowEnd gridTemplate
1575 syntax keyword typescriptDOMStyle contained gridTemplateAreas gridTemplateRows gridTemplateColumns
1576 syntax keyword typescriptDOMStyle contained height hyphens imageRendering imageResolution
1577 syntax keyword typescriptDOMStyle contained imageOrientation imeMode inherit justifyContent
1578 syntax keyword typescriptDOMStyle contained left letterSpacing lineBreak lineHeight
1579 syntax keyword typescriptDOMStyle contained listStyle listStyleImage listStylePosition
1580 syntax keyword typescriptDOMStyle contained listStyleType margin marginBottom marginLeft
1581 syntax keyword typescriptDOMStyle contained marginRight marginTop marks mask maskType
1582 syntax keyword typescriptDOMStyle contained maxHeight maxWidth minHeight minWidth
1583 syntax keyword typescriptDOMStyle contained mixBlendMode objectFit objectPosition
1584 syntax keyword typescriptDOMStyle contained opacity order orphans outline outlineColor
1585 syntax keyword typescriptDOMStyle contained outlineOffset outlineStyle outlineWidth
1586 syntax keyword typescriptDOMStyle contained overflow overflowWrap overflowX overflowY
1587 syntax keyword typescriptDOMStyle contained overflowClipBox padding paddingBottom
1588 syntax keyword typescriptDOMStyle contained paddingLeft paddingRight paddingTop pageBreakAfter
1589 syntax keyword typescriptDOMStyle contained pageBreakBefore pageBreakInside perspective
1590 syntax keyword typescriptDOMStyle contained perspectiveOrigin pointerEvents position
1591 syntax keyword typescriptDOMStyle contained quotes resize right shapeImageThreshold
1592 syntax keyword typescriptDOMStyle contained shapeMargin shapeOutside tableLayout tabSize
1593 syntax keyword typescriptDOMStyle contained textAlign textAlignLast textCombineHorizontal
1594 syntax keyword typescriptDOMStyle contained textDecoration textDecorationColor textDecorationLine
1595 syntax keyword typescriptDOMStyle contained textDecorationStyle textIndent textOrientation
1596 syntax keyword typescriptDOMStyle contained textOverflow textRendering textShadow
1597 syntax keyword typescriptDOMStyle contained textTransform textUnderlinePosition top
1598 syntax keyword typescriptDOMStyle contained touchAction transform transformOrigin
1599 syntax keyword typescriptDOMStyle contained transformStyle transition transitionDelay
1600 syntax keyword typescriptDOMStyle contained transitionDuration transitionProperty
1601 syntax keyword typescriptDOMStyle contained transitionTimingFunction unicodeBidi unicodeRange
1602 syntax keyword typescriptDOMStyle contained userSelect userZoom verticalAlign visibility
1603 syntax keyword typescriptDOMStyle contained whiteSpace width willChange wordBreak
1604 syntax keyword typescriptDOMStyle contained wordSpacing wordWrap writingMode zIndex
1610 syntax keyword typescriptAnimationEvent contained animationend animationiteration
1611 syntax keyword typescriptAnimationEvent contained animationstart beginEvent endEvent
1612 syntax keyword typescriptAnimationEvent contained repeatEvent
1615 syntax keyword typescriptCSSEvent contained CssRuleViewRefreshed CssRuleViewChanged
1616 syntax keyword typescriptCSSEvent contained CssRuleViewCSSLinkClicked transitionend
1619 syntax keyword typescriptDatabaseEvent contained blocked complete error success upgradeneeded
1620 syntax keyword typescriptDatabaseEvent contained versionchange
1623 syntax keyword typescriptDocumentEvent contained DOMLinkAdded DOMLinkRemoved DOMMetaAdded
1624 syntax keyword typescriptDocumentEvent contained DOMMetaRemoved DOMWillOpenModalDialog
1625 syntax keyword typescriptDocumentEvent contained DOMModalDialogClosed unload
1628 syntax keyword typescriptDOMMutationEvent contained DOMAttributeNameChanged DOMAttrModified
1629 syntax keyword typescriptDOMMutationEvent contained DOMCharacterDataModified DOMContentLoaded
1630 syntax keyword typescriptDOMMutationEvent contained DOMElementNameChanged DOMNodeInserted
1631 syntax keyword typescriptDOMMutationEvent contained DOMNodeInsertedIntoDocument DOMNodeRemoved
1632 syntax keyword typescriptDOMMutationEvent contained DOMNodeRemovedFromDocument DOMSubtreeModified
1635 syntax keyword typescriptDragEvent contained drag dragdrop dragend dragenter dragexit
1636 syntax keyword typescriptDragEvent contained draggesture dragleave dragover dragstart
1637 syntax keyword typescriptDragEvent contained drop
1640 syntax keyword typescriptElementEvent contained invalid overflow underflow DOMAutoComplete
1641 syntax keyword typescriptElementEvent contained command commandupdate
1644 syntax keyword typescriptFocusEvent contained blur change DOMFocusIn DOMFocusOut focus
1645 syntax keyword typescriptFocusEvent contained focusin focusout
1648 syntax keyword typescriptFormEvent contained reset submit
1651 syntax keyword typescriptFrameEvent contained DOMFrameContentLoaded
1654 syntax keyword typescriptInputDeviceEvent contained click contextmenu DOMMouseScroll
1655 syntax keyword typescriptInputDeviceEvent contained dblclick gamepadconnected gamepaddisconnected
1656 syntax keyword typescriptInputDeviceEvent contained keydown keypress keyup MozGamepadButtonDown
1657 syntax keyword typescriptInputDeviceEvent contained MozGamepadButtonUp mousedown mouseenter
1658 syntax keyword typescriptInputDeviceEvent contained mouseleave mousemove mouseout
1659 …syntax keyword typescriptInputDeviceEvent contained mouseover mouseup mousewheel MozMousePixelScro…
1660 syntax keyword typescriptInputDeviceEvent contained pointerlockchange pointerlockerror
1661 syntax keyword typescriptInputDeviceEvent contained wheel
1664 syntax keyword typescriptMediaEvent contained audioprocess canplay canplaythrough
1665 syntax keyword typescriptMediaEvent contained durationchange emptied ended ended loadeddata
1666 syntax keyword typescriptMediaEvent contained loadedmetadata MozAudioAvailable pause
1667 syntax keyword typescriptMediaEvent contained play playing ratechange seeked seeking
1668 syntax keyword typescriptMediaEvent contained stalled suspend timeupdate volumechange
1669 syntax keyword typescriptMediaEvent contained waiting complete
1672 syntax keyword typescriptMenuEvent contained DOMMenuItemActive DOMMenuItemInactive
1675 syntax keyword typescriptNetworkEvent contained datachange dataerror disabled enabled
1676 syntax keyword typescriptNetworkEvent contained offline online statuschange connectionInfoUpdate
1679 syntax keyword typescriptProgressEvent contained abort error load loadend loadstart
1680 syntax keyword typescriptProgressEvent contained progress timeout uploadprogress
1683 syntax keyword typescriptResourceEvent contained cached error load
1686 syntax keyword typescriptScriptEvent contained afterscriptexecute beforescriptexecute
1689 syntax keyword typescriptSensorEvent contained compassneedscalibration devicelight
1690 syntax keyword typescriptSensorEvent contained devicemotion deviceorientation deviceproximity
1691 syntax keyword typescriptSensorEvent contained orientationchange userproximity
1694 syntax keyword typescriptSessionHistoryEvent contained pagehide pageshow popstate
1697 syntax keyword typescriptStorageEvent contained change storage
1700 syntax keyword typescriptSVGEvent contained SVGAbort SVGError SVGLoad SVGResize SVGScroll
1701 syntax keyword typescriptSVGEvent contained SVGUnload SVGZoom
1704 syntax keyword typescriptTabEvent contained visibilitychange
1707 syntax keyword typescriptTextEvent contained compositionend compositionstart compositionupdate
1708 syntax keyword typescriptTextEvent contained copy cut paste select text
1711 syntax keyword typescriptTouchEvent contained touchcancel touchend touchenter touchleave
1712 syntax keyword typescriptTouchEvent contained touchmove touchstart
1715 syntax keyword typescriptUpdateEvent contained checking downloading error noupdate
1716 syntax keyword typescriptUpdateEvent contained obsolete updateready
1719 syntax keyword typescriptValueChangeEvent contained hashchange input readystatechange
1722 syntax keyword typescriptViewEvent contained fullscreen fullscreenchange fullscreenerror
1723 syntax keyword typescriptViewEvent contained resize scroll
1726 syntax keyword typescriptWebsocketEvent contained close error message open
1729 syntax keyword typescriptWindowEvent contained DOMWindowCreated DOMWindowClose DOMTitleChanged
1732 syntax keyword typescriptUncategorizedEvent contained beforeunload message open show
1735 syntax keyword typescriptServiceWorkerEvent contained install activate fetch
1744 syntax keyword typescriptGlobal Promise
1746 syntax keyword typescriptGlobal Map WeakMap
1749 syntax keyword typescriptConstructor contained constructor
1777 syntax keyword typescriptClassStatic static
1781 syntax keyword typescriptAccessibilityModifier public private protected contained
1783 syntax keyword typescriptReadonlyModifier readonly contained
1798 syntax keyword typescriptAbstract abstract
1801 syntax keyword typescriptClassKeyword class
1815 syntax keyword typescriptClassExtends contained extends implements nextgroup=typescriptCla…
1837 syntax keyword typescriptInterfaceKeyword interface nextgroup=typescriptInterfaceName skip…
1848 syntax keyword typescriptInterfaceExtends contained extends nextgroup=typescriptInterfaceH…
1878 " also no func keyword. funcKeyword is contained in statement
1890 " TODO: change func keyword to funcImpl
1901 syntax keyword typescriptAsyncFuncKeyword async
1905 syntax keyword typescriptAsyncFuncKeyword await
1909 syntax keyword typescriptFuncKeyword function