stylelint-config-inspector 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +134 -0
- package/bin.mjs +35 -0
- package/dist/cli.mjs +5571 -0
- package/dist/nitro.json +15 -0
- package/dist/public/200.html +1 -0
- package/dist/public/404.html +1 -0
- package/dist/public/_nuxt/3_mkTJ2v.js +3 -0
- package/dist/public/_nuxt/BDH0pOV6.js +1 -0
- package/dist/public/_nuxt/BFHLvPhn.js +1 -0
- package/dist/public/_nuxt/BKBBWEz4.js +1 -0
- package/dist/public/_nuxt/BgZd1qfO.js +141 -0
- package/dist/public/_nuxt/BiE9LVQS.js +2 -0
- package/dist/public/_nuxt/BwdVnuqT.js +1 -0
- package/dist/public/_nuxt/C3ZQgAGz.js +1 -0
- package/dist/public/_nuxt/C62pfWG4.js +1 -0
- package/dist/public/_nuxt/C79VbMUr.js +1 -0
- package/dist/public/_nuxt/CMyQ_JSA.js +1 -0
- package/dist/public/_nuxt/CYI4Dqes.js +1 -0
- package/dist/public/_nuxt/D5CeIdpL.js +1 -0
- package/dist/public/_nuxt/D9VMXJyI.js +1 -0
- package/dist/public/_nuxt/DBzO6yCd.js +1 -0
- package/dist/public/_nuxt/DDlp5JcD.js +1 -0
- package/dist/public/_nuxt/DJcdwkbC.js +2 -0
- package/dist/public/_nuxt/DUtXDOXB.js +1 -0
- package/dist/public/_nuxt/DYop16xf.js +1 -0
- package/dist/public/_nuxt/D_UhJN5P.js +1 -0
- package/dist/public/_nuxt/Gf5y-pjW.js +1 -0
- package/dist/public/_nuxt/RuleList.BHVYWeDI.css +1 -0
- package/dist/public/_nuxt/b9fIUieR.js +1 -0
- package/dist/public/_nuxt/builds/latest.json +1 -0
- package/dist/public/_nuxt/builds/meta/983f1582-17c6-4f54-b47e-9777e04df821.json +1 -0
- package/dist/public/_nuxt/cxyxlHGV.js +13 -0
- package/dist/public/_nuxt/entry.BbIOcLZN.css +1 -0
- package/dist/public/_nuxt/error-404.8srCDDge.css +1 -0
- package/dist/public/_nuxt/error-500.BOFFatCP.css +1 -0
- package/dist/public/_nuxt/nBUflmkO.js +1 -0
- package/dist/public/_nuxt/rX12-d6r.js +1 -0
- package/dist/public/_nuxt/v8C1EvL9.js +1 -0
- package/dist/public/favicon.svg +18 -0
- package/dist/public/fonts/inter-29ede7bd.woff2 +0 -0
- package/dist/public/fonts/inter-2ee02ca4.woff2 +0 -0
- package/dist/public/fonts/inter-51c54b02.woff2 +0 -0
- package/dist/public/fonts/inter-6022da7d.woff2 +0 -0
- package/dist/public/fonts/inter-90d48bd7.woff2 +0 -0
- package/dist/public/fonts/inter-9335538f.woff2 +0 -0
- package/dist/public/fonts/inter-97eb2241.woff2 +0 -0
- package/dist/public/fonts/spacemono-04b9632a.woff2 +0 -0
- package/dist/public/fonts/spacemono-67dc236e.woff2 +0 -0
- package/dist/public/fonts/spacemono-7114c271.woff2 +0 -0
- package/dist/public/index.html +1 -0
- package/dist/public/stylelint/credits.md +9 -0
- package/dist/public/stylelint/stylelint-icon-and-text-white-square.png +0 -0
- package/dist/public/stylelint/stylelint-icon-and-text-white-square.svg +1 -0
- package/dist/public/stylelint/stylelint-icon-and-text-white.png +0 -0
- package/dist/public/stylelint/stylelint-icon-black.svg +1 -0
- package/dist/public/stylelint/stylelint-icon-white-512.png +0 -0
- package/dist/public/stylelint/stylelint-icon-white.svg +1 -0
- package/dist/public/stylelint/stylelint-text-black-256.png +0 -0
- package/dist/public/stylelint/stylelint-text-black.svg +1 -0
- package/dist/public/stylelint/stylelint-text-white-256.png +0 -0
- package/dist/public/stylelint/stylelint-text-white.svg +1 -0
- package/dist/stylelint-config-recommended-DpulrXp2.mjs +46 -0
- package/package.json +336 -0
- package/stylelint.config.mjs +1249 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{t as e}from"./BgZd1qfO.js";var t=[Object.freeze({displayName:`TypeScript`,name:`typescript`,patterns:[{include:`#directives`},{include:`#statements`},{include:`#shebang`}],repository:{"access-modifier":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(abstract|declare|override|public|protected|private|readonly|static)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`storage.modifier.ts`},"after-operator-block-as-object-literal":{begin:RegExp(`(?<!\\+\\+|--)(?<=[\\!\\(\\+\\,\\:\\=\\>\\?\\[]|^await|[^\\$\\._\\p{Alpha}\\p{Nd}]await|^return|[^\\$\\._\\p{Alpha}\\p{Nd}]return|^yield|[^\\$\\._\\p{Alpha}\\p{Nd}]yield|^throw|[^\\$\\._\\p{Alpha}\\p{Nd}]throw|^in|[^\\$\\._\\p{Alpha}\\p{Nd}]in|^of|[^\\$\\._\\p{Alpha}\\p{Nd}]of|^typeof|[^\\$\\._\\p{Alpha}\\p{Nd}]typeof|&&|\\|\\||\\*)\\p{space}*(\\{)`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},name:`meta.objectliteral.ts`,patterns:[{include:`#object-member`}]},"array-binding-pattern":{begin:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?(\\[)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.array.ts`}},end:RegExp(`\\]`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.array.ts`}},patterns:[{include:`#binding-element`},{include:`#punctuation-comma`}]},"array-binding-pattern-const":{begin:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?(\\[)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.array.ts`}},end:RegExp(`\\]`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.array.ts`}},patterns:[{include:`#binding-element-const`},{include:`#punctuation-comma`}]},"array-literal":{begin:RegExp(`\\p{space}*(\\[)`,`dgv`),beginCaptures:{1:{name:`meta.brace.square.ts`}},end:RegExp(`\\]`,`dgv`),endCaptures:{0:{name:`meta.brace.square.ts`}},name:`meta.array.literal.ts`,patterns:[{include:`#expression`},{include:`#punctuation-comma`}]},"arrow-function":{patterns:[{captures:{1:{name:`storage.modifier.async.ts`},2:{name:`variable.parameter.ts`}},match:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))\\b(async)\\p{space}+)?([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?==>)`,`dgv`),name:`meta.arrow.ts`},{begin:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))\\b(async))?((?<![\\]\\!\\)\\}])\\p{space}*(?=((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`}},end:RegExp(`(?==>|\\{|^(\\p{space}*(export|function|class|interface|let|var|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|const|import|enum|namespace|module|type|abstract|declare)\\p{space}+))`,`dgv`),name:`meta.arrow.ts`,patterns:[{include:`#comment`},{include:`#type-parameters`},{include:`#function-parameters`},{include:`#arrow-return-type`},{include:`#possibly-arrow-return-type`}]},{begin:RegExp(`=>`,`dgv`),beginCaptures:{0:{name:`storage.type.function.arrow.ts`}},end:RegExp(`((?<=[\\}\\P{space}])(?<!=>)|((?!\\{)(?=\\P{space})))(?!\\/[\\*\\/])`,`dgv`),name:`meta.arrow.ts`,patterns:[{include:`#single-line-comment-consuming-line-ending`},{include:`#decl-block`},{include:`#expression`}]}]},"arrow-return-type":{begin:RegExp(`(?<=\\))\\p{space}*(:)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.type.annotation.ts`}},end:RegExp(`(?==>|\\{|^(\\p{space}*(export|function|class|interface|let|var|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|const|import|enum|namespace|module|type|abstract|declare)\\p{space}+))`,`dgv`),name:`meta.return.type.arrow.ts`,patterns:[{include:`#arrow-return-type-body`}]},"arrow-return-type-body":{patterns:[{begin:RegExp(`(?<=:)(?=\\p{space}*\\{)`,`dgv`),end:RegExp(`(?<=\\})`,`dgv`),patterns:[{include:`#type-object`}]},{include:`#type-predicate-operator`},{include:`#type`}]},"async-modifier":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(async)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`storage.modifier.async.ts`},"binding-element":{patterns:[{include:`#comment`},{include:`#string`},{include:`#numeric-literal`},{include:`#regex`},{include:`#object-binding-pattern`},{include:`#array-binding-pattern`},{include:`#destructuring-variable-rest`},{include:`#variable-initializer`}]},"binding-element-const":{patterns:[{include:`#comment`},{include:`#string`},{include:`#numeric-literal`},{include:`#regex`},{include:`#object-binding-pattern-const`},{include:`#array-binding-pattern-const`},{include:`#destructuring-variable-rest-const`},{include:`#variable-initializer`}]},"boolean-literal":{patterns:[{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))true(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`constant.language.boolean.true.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))false(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`constant.language.boolean.false.ts`}]},brackets:{patterns:[{begin:RegExp(`\\{`,`dgv`),end:RegExp(`\\}|(?=\\*\\/)`,`dgv`),patterns:[{include:`#brackets`}]},{begin:RegExp(`\\[`,`dgv`),end:RegExp(`\\]|(?=\\*\\/)`,`dgv`),patterns:[{include:`#brackets`}]}]},cast:{patterns:[{captures:{1:{name:`meta.brace.angle.ts`},2:{name:`storage.modifier.ts`},3:{name:`meta.brace.angle.ts`}},match:RegExp(`\\p{space}*(<)\\p{space}*(const)\\p{space}*(>)`,`dgv`),name:`cast.expr.ts`},{begin:RegExp(`(?<!\\+\\+|--)(?<=^return|[^\\$\\._\\p{Alpha}\\p{Nd}]return|^throw|[^\\$\\._\\p{Alpha}\\p{Nd}]throw|^yield|[^\\$\\._\\p{Alpha}\\p{Nd}]yield|^await|[^\\$\\._\\p{Alpha}\\p{Nd}]await|^default|[^\\$\\._\\p{Alpha}\\p{Nd}]default|[\\&\\(\\*\\,\\:\\=\\>\\?\\^\\|]|[^\\$_\\p{Alpha}\\p{Nd}](?:\\+\\+|--)|[^\\+]\\+|[^\\-]-)\\p{space}*(<)(?!<?=)(?!\\p{space}*(?=\\n?$))`,`dgv`),beginCaptures:{1:{name:`meta.brace.angle.ts`}},end:RegExp(`(>)`,`dgv`),endCaptures:{1:{name:`meta.brace.angle.ts`}},name:`cast.expr.ts`,patterns:[{include:`#type`}]},{begin:RegExp(`(?<=^)\\p{space}*(<)(?=[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*>)`,`dgv`),beginCaptures:{1:{name:`meta.brace.angle.ts`}},end:RegExp(`(>)`,`dgv`),endCaptures:{1:{name:`meta.brace.angle.ts`}},name:`cast.expr.ts`,patterns:[{include:`#type`}]}]},"class-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(?:(abstract)\\p{space}+)?\\b(class)\\b(?=\\p{space}+|\\/[\\*\\/])`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.modifier.ts`},4:{name:`storage.type.class.ts`}},end:RegExp(`(?<=\\})`,`dgv`),name:`meta.class.ts`,patterns:[{include:`#class-declaration-or-expression-patterns`}]},"class-declaration-or-expression-patterns":{patterns:[{include:`#comment`},{include:`#class-or-interface-heritage`},{captures:{0:{name:`entity.name.type.class.ts`}},match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*`,`dgv`)},{include:`#type-parameters`},{include:`#class-or-interface-body`}]},"class-expression":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(abstract)\\p{space}+)?(class)\\b(?=\\p{space}+|[\\<\\{]|\\/[\\*\\/])`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`},2:{name:`storage.type.class.ts`}},end:RegExp(`(?<=\\})`,`dgv`),name:`meta.class.ts`,patterns:[{include:`#class-declaration-or-expression-patterns`}]},"class-or-interface-body":{begin:RegExp(`\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},patterns:[{include:`#comment`},{include:`#decorator`},{begin:RegExp(`(?<=:)\\p{space}*`,`dgv`),end:RegExp(`(?=[\\-\\]\\)\\+\\,\\:\\;\\}\\p{space}]|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),patterns:[{include:`#expression`}]},{include:`#method-declaration`},{include:`#indexer-declaration`},{include:`#field-declaration`},{include:`#string`},{include:`#type-annotation`},{include:`#variable-initializer`},{include:`#access-modifier`},{include:`#property-accessor`},{include:`#async-modifier`},{include:`#after-operator-block-as-object-literal`},{include:`#decl-block`},{include:`#expression`},{include:`#punctuation-comma`},{include:`#punctuation-semicolon`}]},"class-or-interface-heritage":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))\\b(extends|implements)\\b(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`}},end:RegExp(`(?=\\{)`,`dgv`),patterns:[{include:`#comment`},{include:`#class-or-interface-heritage`},{include:`#type-parameters`},{include:`#expressionWithoutIdentifiers`},{captures:{1:{name:`entity.name.type.module.ts`},2:{name:`punctuation.accessor.ts`},3:{name:`punctuation.accessor.optional.ts`}},match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))(?=\\p{space}*[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*(\\p{space}*\\??\\.\\p{space}*[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)*\\p{space}*)`,`dgv`)},{captures:{1:{name:`entity.other.inherited-class.ts`}},match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)},{include:`#expressionPunctuations`}]},comment:{patterns:[{begin:RegExp(`\\/\\*\\*(?!\\/)`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.comment.ts`}},end:RegExp(`\\*\\/`,`dgv`),endCaptures:{0:{name:`punctuation.definition.comment.ts`}},name:`comment.block.documentation.ts`,patterns:[{include:`#docblock`}]},{begin:RegExp(`(\\/\\*)(?:\\p{space}*((@)internal)(?=\\p{space}|(\\*\\/)))?`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.comment.ts`},2:{name:`storage.type.internaldeclaration.ts`},3:{name:`punctuation.decorator.internaldeclaration.ts`}},end:RegExp(`\\*\\/`,`dgv`),endCaptures:{0:{name:`punctuation.definition.comment.ts`}},name:`comment.block.ts`},{begin:RegExp(`(^[\\t ]+)?((\\/\\/)(?:\\p{space}*((@)internal)(?=\\p{space}|(?=\\n?$)))?)`,`dgv`),beginCaptures:{1:{name:`punctuation.whitespace.comment.leading.ts`},2:{name:`comment.line.double-slash.ts`},3:{name:`punctuation.definition.comment.ts`},4:{name:`storage.type.internaldeclaration.ts`},5:{name:`punctuation.decorator.internaldeclaration.ts`}},contentName:`comment.line.double-slash.ts`,end:RegExp(`(?=(?=\\n?$))`,`dgv`)}]},"control-statement":{patterns:[{include:`#switch-statement`},{include:`#for-loop`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(catch|finally|throw|try)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.control.trycatch.ts`},{captures:{1:{name:`keyword.control.loop.ts`},2:{name:`entity.name.label.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(break|continue|goto)\\p{space}+([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`)},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(break|continue|do|goto|while)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.control.loop.ts`},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(return)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{0:{name:`keyword.control.flow.ts`}},end:RegExp(`(?=[\\;\\}]|(?=\\n?$)|;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),patterns:[{include:`#expression`}]},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(case|default|switch)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.control.switch.ts`},{include:`#if-statement`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(else|if)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.control.conditional.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(with)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.control.with.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(package)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.control.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(debugger)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.other.debugger.ts`}]},"decl-block":{begin:RegExp(`\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},name:`meta.block.ts`,patterns:[{include:`#statements`}]},declaration:{patterns:[{include:`#decorator`},{include:`#var-expr`},{include:`#function-declaration`},{include:`#class-declaration`},{include:`#interface-declaration`},{include:`#enum-declaration`},{include:`#namespace-declaration`},{include:`#type-alias-declaration`},{include:`#import-equals-declaration`},{include:`#import-declaration`},{include:`#export-declaration`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(declare|export)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`storage.modifier.ts`}]},decorator:{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))@`,`dgv`),beginCaptures:{0:{name:`punctuation.decorator.ts`}},end:RegExp(`(?=\\p{space})`,`dgv`),name:`meta.decorator.ts`,patterns:[{include:`#expression`}]},"destructuring-const":{patterns:[{begin:RegExp(`(?<![\\:\\=]|^of|[^\\$\\._\\p{Alpha}\\p{Nd}]of|^in|[^\\$\\._\\p{Alpha}\\p{Nd}]in)\\p{space}*(?=\\{)`,`dgv`),end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+))`,`dgv`),name:`meta.object-binding-pattern-variable.ts`,patterns:[{include:`#object-binding-pattern-const`},{include:`#type-annotation`},{include:`#comment`}]},{begin:RegExp(`(?<![\\:\\=]|^of|[^\\$\\._\\p{Alpha}\\p{Nd}]of|^in|[^\\$\\._\\p{Alpha}\\p{Nd}]in)\\p{space}*(?=\\[)`,`dgv`),end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+))`,`dgv`),name:`meta.array-binding-pattern-variable.ts`,patterns:[{include:`#array-binding-pattern-const`},{include:`#type-annotation`},{include:`#comment`}]}]},"destructuring-parameter":{patterns:[{begin:RegExp(`(?<![\\:\\=])\\p{space}*(?:(\\.\\.\\.)\\p{space}*)?(\\{)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.object.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.object.ts`}},name:`meta.parameter.object-binding-pattern.ts`,patterns:[{include:`#parameter-object-binding-element`}]},{begin:RegExp(`(?<![\\:\\=])\\p{space}*(?:(\\.\\.\\.)\\p{space}*)?(\\[)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.array.ts`}},end:RegExp(`\\]`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.array.ts`}},name:`meta.paramter.array-binding-pattern.ts`,patterns:[{include:`#parameter-binding-element`},{include:`#punctuation-comma`}]}]},"destructuring-parameter-rest":{captures:{1:{name:`keyword.operator.rest.ts`},2:{name:`variable.parameter.ts`}},match:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)},"destructuring-variable":{patterns:[{begin:RegExp(`(?<![\\:\\=]|^of|[^\\$\\._\\p{Alpha}\\p{Nd}]of|^in|[^\\$\\._\\p{Alpha}\\p{Nd}]in)\\p{space}*(?=\\{)`,`dgv`),end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+))`,`dgv`),name:`meta.object-binding-pattern-variable.ts`,patterns:[{include:`#object-binding-pattern`},{include:`#type-annotation`},{include:`#comment`}]},{begin:RegExp(`(?<![\\:\\=]|^of|[^\\$\\._\\p{Alpha}\\p{Nd}]of|^in|[^\\$\\._\\p{Alpha}\\p{Nd}]in)\\p{space}*(?=\\[)`,`dgv`),end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+))`,`dgv`),name:`meta.array-binding-pattern-variable.ts`,patterns:[{include:`#array-binding-pattern`},{include:`#type-annotation`},{include:`#comment`}]}]},"destructuring-variable-rest":{captures:{1:{name:`keyword.operator.rest.ts`},2:{name:`meta.definition.variable.ts variable.other.readwrite.ts`}},match:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)},"destructuring-variable-rest-const":{captures:{1:{name:`keyword.operator.rest.ts`},2:{name:`meta.definition.variable.ts variable.other.constant.ts`}},match:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)},directives:{begin:RegExp(`^(\\/\\/\\/)\\p{space}*(?=<(reference|amd-dependency|amd-module)(\\p{space}+(path|types|no-default-lib|lib|name|resolution-mode)\\p{space}*=\\p{space}*(('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)))+\\p{space}*\\/>\\p{space}*(?=\\n?$))`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.comment.ts`}},end:RegExp(`(?=(?=\\n?$))`,`dgv`),name:`comment.line.triple-slash.directive.ts`,patterns:[{begin:RegExp(`(<)(reference|amd-dependency|amd-module)`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.tag.directive.ts`},2:{name:`entity.name.tag.directive.ts`}},end:RegExp(`\\/>`,`dgv`),endCaptures:{0:{name:`punctuation.definition.tag.directive.ts`}},name:`meta.tag.ts`,patterns:[{match:RegExp(`path|types|no-default-lib|lib|name|resolution-mode`,`dgv`),name:`entity.other.attribute-name.directive.ts`},{match:RegExp(`=`,`dgv`),name:`keyword.operator.assignment.ts`},{include:`#string`}]}]},docblock:{patterns:[{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`constant.language.access-type.jsdoc`}},match:RegExp(`((@)a(?:ccess|pi))\\p{space}+(p(?:rivate|rotected|ublic))\\b`,`dgv`)},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`entity.name.type.instance.jsdoc`},4:{name:`punctuation.definition.bracket.angle.begin.jsdoc`},5:{name:`constant.other.email.link.underline.jsdoc`},6:{name:`punctuation.definition.bracket.angle.end.jsdoc`}},match:RegExp(`((@)author)\\p{space}+([^\\*\\/\\<\\>\\@\\p{space}](?:[^\\*\\/\\<\\>\\@]|\\*[^\\/])*)(?:\\p{space}*(<)([^\\>\\p{space}]+)(>))?`,`dgv`)},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`entity.name.type.instance.jsdoc`},4:{name:`keyword.operator.control.jsdoc`},5:{name:`entity.name.type.instance.jsdoc`}},match:RegExp(`((@)borrows)\\p{space}+((?:[^\\*\\/\\@\\p{space}]|\\*[^\\/])+)\\p{space}+(as)\\p{space}+((?:[^\\*\\/\\@\\p{space}]|\\*[^\\/])+)`,`dgv`)},{begin:RegExp(`((@)example)\\p{space}+`,`dgv`),beginCaptures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`}},end:RegExp(`(?=@|\\*\\/)`,`dgv`),name:`meta.example.jsdoc`,patterns:[{match:RegExp(`^\\p{space}\\*\\p{space}+`,`dgv`)},{begin:RegExp(`(<)caption(>)`,`dgvy`),beginCaptures:{0:{name:`entity.name.tag.inline.jsdoc`},1:{name:`punctuation.definition.bracket.angle.begin.jsdoc`},2:{name:`punctuation.definition.bracket.angle.end.jsdoc`}},contentName:`constant.other.description.jsdoc`,end:RegExp(`(<\\/)caption(>)|(?=\\*\\/)`,`dgv`),endCaptures:{0:{name:`entity.name.tag.inline.jsdoc`},1:{name:`punctuation.definition.bracket.angle.begin.jsdoc`},2:{name:`punctuation.definition.bracket.angle.end.jsdoc`}}},{captures:{0:{name:`source.embedded.ts`}},match:RegExp(`[^\\*\\@\\p{space}](?:[^\\*]|\\*[^\\/])*`,`dgv`)}]},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`constant.language.symbol-type.jsdoc`}},match:RegExp(`((@)kind)\\p{space}+(class|constant|event|external|file|function|member|mixin|module|namespace|typedef)\\b`,`dgv`)},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`variable.other.link.underline.jsdoc`},4:{name:`entity.name.type.instance.jsdoc`}},match:RegExp(`((@)see)\\p{space}+(?:((?=https?:\\/\\/)(?:[^\\*\\p{space}]|\\*[^\\/])+)|((?!https?:\\/\\/|(?:\\[[^\\]\\[]*\\])?\\{@(?:link|linkcode|linkplain|tutorial)\\b)(?:[^\\*\\/\\@\\p{space}]|\\*[^\\/])+))`,`dgv`)},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`variable.other.jsdoc`}},match:RegExp(`((@)template)\\p{space}+([\\$A-Z_a-z][\\]\\$\\.\\[\\p{L}\\p{M}\\p{N}\\p{Pc}]*(?:\\p{space}*,\\p{space}*[\\$A-Z_a-z][\\]\\$\\.\\[\\p{L}\\p{M}\\p{N}\\p{Pc}]*)*)`,`dgv`)},{begin:RegExp(`((@)template)\\p{space}+(?=\\{)`,`dgv`),beginCaptures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`}},end:RegExp(`(?=\\p{space}|\\*\\/|[^\\]\\$A-\\[_a-\\{\\}])`,`dgv`),patterns:[{include:`#jsdoctype`},{match:RegExp(`([\\$A-Z_a-z][\\]\\$\\.\\[\\p{L}\\p{M}\\p{N}\\p{Pc}]*)`,`dgv`),name:`variable.other.jsdoc`}]},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`variable.other.jsdoc`}},match:RegExp(`((@)(?:arg|argument|const|constant|member|namespace|param|var))\\p{space}+([\\$A-Z_a-z][\\]\\$\\.\\[\\p{L}\\p{M}\\p{N}\\p{Pc}]*)`,`dgv`)},{begin:RegExp(`((@)typedef)\\p{space}+(?=\\{)`,`dgv`),beginCaptures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`}},end:RegExp(`(?=\\p{space}|\\*\\/|[^\\]\\$A-\\[_a-\\{\\}])`,`dgv`),patterns:[{include:`#jsdoctype`},{match:RegExp(`(?:[^\\*\\/\\@\\p{space}]|\\*[^\\/])+`,`dgv`),name:`entity.name.type.instance.jsdoc`}]},{begin:RegExp(`((@)(?:arg|argument|const|constant|member|namespace|param|prop|property|var))\\p{space}+(?=\\{)`,`dgv`),beginCaptures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`}},end:RegExp(`(?=\\p{space}|\\*\\/|[^\\]\\$A-\\[_a-\\{\\}])`,`dgv`),patterns:[{include:`#jsdoctype`},{match:RegExp(`([\\$A-Z_a-z][\\]\\$\\.\\[\\p{L}\\p{M}\\p{N}\\p{Pc}]*)`,`dgv`),name:`variable.other.jsdoc`},{captures:{1:{name:`punctuation.definition.optional-value.begin.bracket.square.jsdoc`},2:{name:`keyword.operator.assignment.jsdoc`},3:{name:`source.embedded.ts`},4:{name:`punctuation.definition.optional-value.end.bracket.square.jsdoc`},5:{name:`invalid.illegal.syntax.jsdoc`}},match:new e(`(\\[)\\p{space}*[\\$\\p{L}\\p{M}\\p{N}\\p{Pc}]+(?:(?:\\[\\])?\\.[\\$\\p{L}\\p{M}\\p{N}\\p{Pc}]+)*(?:\\p{space}*(=)\\p{space}*((?:(?=("(?:\\*(?!/)|\\\\(?!")|[^\\*\\\\])*?"|'(?:\\*(?!/)|\\\\(?!')|[^\\*\\\\])*?'|\\[(?:\\*(?!/)|[^\\*])*?\\]|(?:\\*(?!/)|\\p{space}(?!\\p{space}*\\])|\\[[^\\n]*?(?:\\]|(?=\\*/))|[^\\]\\*\\[\\p{space}])*))\\4)*))?\\p{space}*(?:(\\])((?:[^\\*\\p{space}]|\\*[^\\/\\p{space}])+)?|(?=\\*/))`,`dgv`,{hiddenCaptures:[4]}),name:`variable.other.jsdoc`}]},{begin:RegExp(`((@)(?:define|enum|exception|export|extends|lends|implements|modifies|namespace|private|protected|returns?|satisfies|suppress|this|throws|type|yields?))\\p{space}+(?=\\{)`,`dgv`),beginCaptures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`}},end:RegExp(`(?=\\p{space}|\\*\\/|[^\\]\\$A-\\[_a-\\{\\}])`,`dgv`),patterns:[{include:`#jsdoctype`}]},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`entity.name.type.instance.jsdoc`}},match:RegExp(`((@)(?:alias|augments|callback|constructs|emits|event|fires|exports?|extends|external|function|func|host|lends|listens|interface|memberof!?|method|module|mixes|mixin|name|requires|see|this|typedef|uses))\\p{space}+((?:[^\\*\\@\\{\\}\\p{space}]|\\*[^\\/])+)`,`dgv`)},{begin:RegExp(`((@)(?:default(?:value)?|license|version))\\p{space}+((["']))`,`dgv`),beginCaptures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`variable.other.jsdoc`},4:{name:`punctuation.definition.string.begin.jsdoc`}},contentName:`variable.other.jsdoc`,end:RegExp(`(\\3)|(?=(?=\\n?$)|\\*\\/)()()`,`dgv`),endCaptures:{0:{name:`variable.other.jsdoc`},1:{name:`punctuation.definition.string.end.jsdoc`}}},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`},3:{name:`variable.other.jsdoc`}},match:RegExp(`((@)(?:default(?:value)?|license|tutorial|variation|version))\\p{space}+([^\\*\\p{space}]+)`,`dgv`)},{captures:{1:{name:`punctuation.definition.block.tag.jsdoc`}},match:RegExp(`(@)(?:abstract|access|alias|api|arg|argument|async|attribute|augments|author|beta|borrows|bubbles|callback|chainable|class|classdesc|code|config|const|constant|constructor|constructs|copyright|default|defaultvalue|define|deprecated|desc|description|dict|emits|enum|event|example|exception|exports?|extends|extension(?:_?for)?|external|externs|file|fileoverview|final|fires|for|func|function|generator|global|hideconstructor|host|ignore|implements|implicitCast|inherit[Dd]oc|inner|instance|interface|internal|kind|lends|license|listens|main|member|memberof!?|method|mixes|mixins?|modifies|module|name|namespace|noalias|nocollapse|nocompile|nosideeffects|override|overview|package|param|polymer(?:Behavior)?|preserve|private|prop|property|protected|public|read[Oo]nly|record|require[ds]|returns?|see|since|static|struct|submodule|summary|suppress|template|this|throws|todo|tutorial|type|typedef|unrestricted|uses|var|variation|version|virtual|writeOnce|yields?)\\b`,`dgv`),name:`storage.type.class.jsdoc`},{include:`#inline-tags`},{captures:{1:{name:`storage.type.class.jsdoc`},2:{name:`punctuation.definition.block.tag.jsdoc`}},match:RegExp(`((@)[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(?=\\p{space}+)`,`dgv`)}]},"enum-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?(?:\\b(const)\\p{space}+)?\\b(enum)\\p{space}+([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.modifier.ts`},4:{name:`storage.type.enum.ts`},5:{name:`entity.name.type.enum.ts`}},end:RegExp(`(?<=\\})`,`dgv`),name:`meta.enum.declaration.ts`,patterns:[{include:`#comment`},{begin:RegExp(`\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},patterns:[{include:`#comment`},{begin:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),beginCaptures:{0:{name:`variable.other.enummember.ts`}},end:RegExp(`(?=[\\,\\}]|(?=\\n?$))`,`dgv`),patterns:[{include:`#comment`},{include:`#variable-initializer`}]},{begin:RegExp(`(?=(('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\])))`,`dgv`),end:RegExp(`(?=[\\,\\}]|(?=\\n?$))`,`dgv`),patterns:[{include:`#string`},{include:`#array-literal`},{include:`#comment`},{include:`#variable-initializer`}]},{include:`#punctuation-comma`}]}]},"export-declaration":{patterns:[{captures:{1:{name:`keyword.control.export.ts`},2:{name:`keyword.control.as.ts`},3:{name:`storage.type.namespace.ts`},4:{name:`entity.name.type.module.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(export)\\p{space}+(as)\\p{space}+(namespace)\\p{space}+([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(export)(?:\\p{space}+(type))?(?:\\p{space}*(=)|\\p{space}+(default)(?=\\p{space}+))`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`keyword.control.type.ts`},3:{name:`keyword.operator.assignment.ts`},4:{name:`keyword.control.default.ts`}},end:RegExp(`(?=(?=\\n?$)|;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),name:`meta.export.default.ts`,patterns:[{include:`#interface-declaration`},{include:`#expression`}]},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(export)(?:\\p{space}+(type))?\\b(?!(\\$)|(\\p{space}*:))((?=\\p{space}*[\\*\\{])|((?=\\p{space}*[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*([\\,\\p{space}]))(?!\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)))`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`keyword.control.type.ts`}},end:RegExp(`(?=(?=\\n?$)|;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),name:`meta.export.ts`,patterns:[{include:`#import-export-declaration`}]}]},expression:{patterns:[{include:`#expressionWithoutIdentifiers`},{include:`#identifiers`},{include:`#expressionPunctuations`}]},"expression-inside-possibly-arrow-parens":{patterns:[{include:`#expressionWithoutIdentifiers`},{include:`#comment`},{include:`#string`},{include:`#decorator`},{include:`#destructuring-parameter`},{captures:{1:{name:`storage.modifier.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(override|public|protected|private|readonly)\\p{space}+(?=(override|public|protected|private|readonly)\\p{space}+)`,`dgv`)},{captures:{1:{name:`storage.modifier.ts`},2:{name:`keyword.operator.rest.ts`},3:{name:`entity.name.function.ts variable.language.this.ts`},4:{name:`entity.name.function.ts`},5:{name:`keyword.operator.optional.ts`}},match:new e(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(override|public|private|protected|readonly)\\p{space}+)?(?:(\\.\\.\\.)\\p{space}*)?(?<![\\:\\=])(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*(\\??)(?=\\p{space}*(=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))))|(:\\p{space}*((<)|(\\(\\p{space}*((\\))|(\\.\\.\\.)|([\\$_\\p{Alpha}\\p{Nd}]+\\p{space}*(([\\,\\:\\=\\?])|(\\)\\p{space}*=>)))))))|(:\\p{space}*(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))Function(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|(:\\p{space}*((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))))|(:\\p{space}*(=>|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(<[^\\<\\>]*>)|[^\\(\\)\\,\\<\\=\\>])+=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>))))))`,`dgv`,{lazyCompile:!0})},{captures:{1:{name:`storage.modifier.ts`},2:{name:`keyword.operator.rest.ts`},3:{name:`variable.parameter.ts variable.language.this.ts`},4:{name:`variable.parameter.ts`},5:{name:`keyword.operator.optional.ts`}},match:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(override|public|private|protected|readonly)\\p{space}+)?(?:(\\.\\.\\.)\\p{space}*)?(?<![\\:\\=])(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*(\\??)(?=\\p{space}*[\\,\\:]|(?=\\n?$))`,`dgv`)},{include:`#type-annotation`},{include:`#variable-initializer`},{match:RegExp(`,`,`dgv`),name:`punctuation.separator.parameter.ts`},{include:`#identifiers`},{include:`#expressionPunctuations`}]},"expression-operators":{patterns:[{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(await)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.control.flow.ts`},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(yield)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))(?=\\p{space}*\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*\\*)`,`dgv`),beginCaptures:{1:{name:`keyword.control.flow.ts`}},end:RegExp(`\\*`,`dgv`),endCaptures:{0:{name:`keyword.generator.asterisk.ts`}},patterns:[{include:`#comment`}]},{captures:{1:{name:`keyword.control.flow.ts`},2:{name:`keyword.generator.asterisk.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(yield)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))(?:\\p{space}*(\\*))?`,`dgv`)},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))delete(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.operator.expression.delete.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))in(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))(?!\\()`,`dgv`),name:`keyword.operator.expression.in.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))of(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))(?!\\()`,`dgv`),name:`keyword.operator.expression.of.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))instanceof(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.operator.expression.instanceof.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))new(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.operator.new.ts`},{include:`#typeof-operator`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))void(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.operator.expression.void.ts`},{captures:{1:{name:`keyword.control.as.ts`},2:{name:`storage.modifier.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(as)\\p{space}+(const)(?=\\p{space}*((?=\\n?$)|[\\]\\)\\,\\:\\;\\}]))`,`dgv`)},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(as)|(satisfies))\\p{space}+`,`dgv`),beginCaptures:{1:{name:`keyword.control.as.ts`},2:{name:`keyword.control.satisfies.ts`}},end:RegExp(`(?=^|[\\-\\]\\)\\+\\,\\:\\;\\>\\?\\}]|\\|\\||&&|!==|(?=\\n?$)|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(as|satisfies)\\p{space}+)|(\\p{space}+<))`,`dgv`),patterns:[{include:`#type`}]},{match:RegExp(`\\.\\.\\.`,`dgv`),name:`keyword.operator.spread.ts`},{match:RegExp(`(?:\\*|(?<!\\()\\/|[\\-\\%\\+])=`,`dgv`),name:`keyword.operator.assignment.compound.ts`},{match:RegExp(`(?:[\\&\\^]|<<|>>>??|\\|)=`,`dgv`),name:`keyword.operator.assignment.compound.bitwise.ts`},{match:RegExp(`<<|>>>?`,`dgv`),name:`keyword.operator.bitwise.shift.ts`},{match:RegExp(`[\\!\\=]==?`,`dgv`),name:`keyword.operator.comparison.ts`},{match:RegExp(`<=|>=|<>|[\\<\\>]`,`dgv`),name:`keyword.operator.relational.ts`},{captures:{1:{name:`keyword.operator.logical.ts`},2:{name:`keyword.operator.assignment.compound.ts`},3:{name:`keyword.operator.arithmetic.ts`}},match:RegExp(`(?<=[\\$_\\p{Alpha}\\p{Nd}])(!)\\p{space}*(?:(\\/=)|(\\/)(?![\\*\\/]))`,`dgv`)},{match:RegExp(`!|&&|\\|\\||\\?\\?`,`dgv`),name:`keyword.operator.logical.ts`},{match:RegExp(`[\\&\\^\\|\\~]`,`dgv`),name:`keyword.operator.bitwise.ts`},{match:RegExp(`=`,`dgv`),name:`keyword.operator.assignment.ts`},{match:RegExp(`--`,`dgv`),name:`keyword.operator.decrement.ts`},{match:RegExp(`\\+\\+`,`dgv`),name:`keyword.operator.increment.ts`},{match:RegExp(`[\\-\\%\\*\\+\\/]`,`dgv`),name:`keyword.operator.arithmetic.ts`},{begin:RegExp(`(?<=[\\]\\$\\)_\\p{Alpha}\\p{Nd}])\\p{space}*(?=(\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*)+(?:(\\/=)|(\\/)(?![\\*\\/])))`,`dgv`),end:RegExp(`(\\/=)|(\\/)(?!\\*([^\\*]|(\\*[^\\/]))*\\*\\/)`,`dgv`),endCaptures:{1:{name:`keyword.operator.assignment.compound.ts`},2:{name:`keyword.operator.arithmetic.ts`}},patterns:[{include:`#comment`}]},{captures:{1:{name:`keyword.operator.assignment.compound.ts`},2:{name:`keyword.operator.arithmetic.ts`}},match:RegExp(`(?<=[\\]\\$\\)_\\p{Alpha}\\p{Nd}])\\p{space}*(?:(\\/=)|(\\/)(?![\\*\\/]))`,`dgv`)}]},expressionPunctuations:{patterns:[{include:`#punctuation-comma`},{include:`#punctuation-accessor`}]},expressionWithoutIdentifiers:{patterns:[{include:`#string`},{include:`#regex`},{include:`#comment`},{include:`#function-expression`},{include:`#class-expression`},{include:`#arrow-function`},{include:`#paren-expression-possibly-arrow`},{include:`#cast`},{include:`#ternary-expression`},{include:`#new-expr`},{include:`#instanceof-expr`},{include:`#object-literal`},{include:`#expression-operators`},{include:`#function-call`},{include:`#literal`},{include:`#support-objects`},{include:`#paren-expression`}]},"field-declaration":{begin:RegExp(`(?<!\\()(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(readonly)\\p{space}+)?(?=\\p{space}*(\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(?:(?:(\\?)|(!))\\p{space}*)?([\\,\\:\\;\\=\\}]|(?=\\n?$)))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`}},end:RegExp(`(?=[\\,\\;\\}]|(?=\\n?$)|^((?!\\p{space}*(\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(?:(?:(\\?)|(!))\\p{space}*)?([\\,\\:\\;\\=]|(?=\\n?$)))))|(?<=\\})`,`dgv`),name:`meta.field.declaration.ts`,patterns:[{include:`#variable-initializer`},{include:`#type-annotation`},{include:`#string`},{include:`#array-literal`},{include:`#numeric-literal`},{include:`#comment`},{captures:{1:{name:`meta.definition.property.ts entity.name.function.ts`},2:{name:`keyword.operator.optional.ts`},3:{name:`keyword.operator.definiteassignment.ts`}},match:new e(`(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(?:(\\?)|(!))?(?=\\p{space}*\\p{space}*(=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))))|(:\\p{space}*((<)|(\\(\\p{space}*((\\))|(\\.\\.\\.)|([\\$_\\p{Alpha}\\p{Nd}]+\\p{space}*(([\\,\\:\\=\\?])|(\\)\\p{space}*=>)))))))|(:\\p{space}*(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))Function(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|(:\\p{space}*((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))))|(:\\p{space}*(=>|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(<[^\\<\\>]*>)|[^\\(\\)\\,\\<\\=\\>])+=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>))))))`,`dgv`,{lazyCompile:!0})},{match:RegExp(`#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*`,`dgv`),name:`meta.definition.property.ts variable.object.property.ts`},{match:RegExp(`\\?`,`dgv`),name:`keyword.operator.optional.ts`},{match:RegExp(`!`,`dgv`),name:`keyword.operator.definiteassignment.ts`}]},"for-loop":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))for(?=((\\p{space}+|(\\p{space}*\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*))await)?\\p{space}*(\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*)?(\\())`,`dgv`),beginCaptures:{0:{name:`keyword.control.loop.ts`}},end:RegExp(`(?<=\\))`,`dgv`),patterns:[{include:`#comment`},{match:RegExp(`await`,`dgv`),name:`keyword.control.loop.ts`},{begin:RegExp(`\\(`,`dgv`),beginCaptures:{0:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},patterns:[{include:`#var-expr`},{include:`#expression`},{include:`#punctuation-semicolon`}]}]},"function-body":{patterns:[{include:`#comment`},{include:`#type-parameters`},{include:`#function-parameters`},{include:`#return-type`},{include:`#type-function-return-type`},{include:`#decl-block`},{match:RegExp(`\\*`,`dgv`),name:`keyword.generator.asterisk.ts`}]},"function-call":{patterns:[{begin:RegExp(`(?=(((([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(\\p{space}*\\??\\.\\p{space}*(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))*)|(\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))|(?<=\\)))\\p{space}*(?:(\\?\\.\\p{space}*)|(!))?((<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))(([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>)*(?<!=)>))*(?<!=)>)*(?<!=)>\\p{space}*)?\\())`,`dgv`),end:RegExp(`(?<=\\))(?!(((([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(\\p{space}*\\??\\.\\p{space}*(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))*)|(\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))|(?<=\\)))\\p{space}*(?:(\\?\\.\\p{space}*)|(!))?((<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))(([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>)*(?<!=)>))*(?<!=)>)*(?<!=)>\\p{space}*)?\\())`,`dgv`),patterns:[{begin:RegExp(`(?=(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(\\p{space}*\\??\\.\\p{space}*(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))*)|(\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))`,`dgv`),end:RegExp(`(?=\\p{space}*(?:(\\?\\.\\p{space}*)|(!))?((<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))(([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>)*(?<!=)>))*(?<!=)>)*(?<!=)>\\p{space}*)?\\())`,`dgv`),name:`meta.function-call.ts`,patterns:[{include:`#function-call-target`}]},{include:`#comment`},{include:`#function-call-optionals`},{include:`#type-arguments`},{include:`#paren-expression`}]},{begin:RegExp(`(?=(((([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(\\p{space}*\\??\\.\\p{space}*(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))*)|(\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))|(?<=\\)))(<\\p{space}*[\\(\\[\\{]\\p{space}*)(?=\\n?$))`,`dgv`),end:RegExp(`(?<=>)(?!(((([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(\\p{space}*\\??\\.\\p{space}*(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))*)|(\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))|(?<=\\)))(<\\p{space}*[\\(\\[\\{]\\p{space}*)(?=\\n?$))`,`dgv`),patterns:[{begin:RegExp(`(?=(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(\\p{space}*\\??\\.\\p{space}*(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))*)|(\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))`,`dgv`),end:RegExp(`(?=(<\\p{space}*[\\(\\[\\{]\\p{space}*)(?=\\n?$))`,`dgv`),name:`meta.function-call.ts`,patterns:[{include:`#function-call-target`}]},{include:`#comment`},{include:`#function-call-optionals`},{include:`#type-arguments`}]}]},"function-call-optionals":{patterns:[{match:RegExp(`\\?\\.`,`dgv`),name:`meta.function-call.ts punctuation.accessor.optional.ts`},{match:RegExp(`!`,`dgv`),name:`meta.function-call.ts keyword.operator.definiteassignment.ts`}]},"function-call-target":{patterns:[{include:`#support-function-call-identifiers`},{match:RegExp(`(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),name:`entity.name.function.ts`}]},"function-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?(?:(async)\\p{space}+)?(function)\\b(?:\\p{space}*(\\*))?(?:(?:\\p{space}+|(?<=\\*))([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))?\\p{space}*`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.modifier.async.ts`},4:{name:`storage.type.function.ts`},5:{name:`keyword.generator.asterisk.ts`},6:{name:`meta.definition.function.ts entity.name.function.ts`}},end:RegExp(`(?=;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)|(?<=\\})`,`dgv`),name:`meta.function.ts`,patterns:[{include:`#function-name`},{include:`#function-body`}]},"function-expression":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(async)\\p{space}+)?(function)\\b(?:\\p{space}*(\\*))?(?:(?:\\p{space}+|(?<=\\*))([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))?\\p{space}*`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`},2:{name:`storage.type.function.ts`},3:{name:`keyword.generator.asterisk.ts`},4:{name:`meta.definition.function.ts entity.name.function.ts`}},end:RegExp(`(?=;)|(?<=\\})`,`dgv`),name:`meta.function.expression.ts`,patterns:[{include:`#function-name`},{include:`#single-line-comment-consuming-line-ending`},{include:`#function-body`}]},"function-name":{match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*`,`dgv`),name:`meta.definition.function.ts entity.name.function.ts`},"function-parameters":{begin:RegExp(`\\(`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.parameters.begin.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`punctuation.definition.parameters.end.ts`}},name:`meta.parameters.ts`,patterns:[{include:`#function-parameters-body`}]},"function-parameters-body":{patterns:[{include:`#comment`},{include:`#string`},{include:`#decorator`},{include:`#destructuring-parameter`},{include:`#parameter-name`},{include:`#parameter-type-annotation`},{include:`#variable-initializer`},{match:RegExp(`,`,`dgv`),name:`punctuation.separator.parameter.ts`}]},identifiers:{patterns:[{include:`#object-identifiers`},{captures:{1:{name:`punctuation.accessor.ts`},2:{name:`punctuation.accessor.optional.ts`},3:{name:`entity.name.function.ts`}},match:new e(`(?:(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*)?([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(?=\\p{space}*=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))))`,`dgv`,{lazyCompile:!0})},{captures:{1:{name:`punctuation.accessor.ts`},2:{name:`punctuation.accessor.optional.ts`},3:{name:`variable.other.constant.property.ts`}},match:RegExp(`(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*(#?\\p{Upper}[\\$_\\p{Nd}\\p{Upper}]*)(?![\\$_\\p{Alpha}\\p{Nd}])`,`dgv`)},{captures:{1:{name:`punctuation.accessor.ts`},2:{name:`punctuation.accessor.optional.ts`},3:{name:`variable.other.property.ts`}},match:RegExp(`(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)},{match:RegExp(`(\\p{Upper}[\\$_\\p{Nd}\\p{Upper}]*)(?![\\$_\\p{Alpha}\\p{Nd}])`,`dgv`),name:`variable.other.constant.ts`},{match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*`,`dgv`),name:`variable.other.readwrite.ts`}]},"if-statement":{patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?=\\bif\\p{space}*(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))\\p{space}*(?!\\{))`,`dgv`),end:RegExp(`(?=;|(?=\\n?$)|\\})`,`dgv`),patterns:[{include:`#comment`},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(if)\\p{space}*(\\()`,`dgv`),beginCaptures:{1:{name:`keyword.control.conditional.ts`},2:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},patterns:[{include:`#expression`}]},{begin:RegExp(`(?<=\\))\\p{space}*\\/(?![\\*\\/])(?=(?:[^\\/\\[\\\\]|\\\\[^\\n]|\\[([^\\]\\\\]|\\\\[^\\n])*\\])+\\/([dgimsuvy]+|(?![\\*\\/])|(?=\\/\\*))(?!\\p{space}*[\\$0-9A-Z_a-z]))`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.string.begin.ts`}},end:RegExp(`(\\/)([dgimsuvy]*)`,`dgv`),endCaptures:{1:{name:`punctuation.definition.string.end.ts`},2:{name:`keyword.other.ts`}},name:`string.regexp.ts`,patterns:[{include:`#regexp`}]},{include:`#statements`}]}]},"import-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(import)(?:\\p{space}+(type)(?!\\p{space}+from))?(?!\\p{space}*[\\(\\:])(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`keyword.control.import.ts`},4:{name:`keyword.control.type.ts`}},end:RegExp(`(?<!(?:^|[^\\$\\._\\p{Alpha}\\p{Nd}])import)(?=;|(?=\\n?$)|^)`,`dgv`),name:`meta.import.ts`,patterns:[{include:`#single-line-comment-consuming-line-ending`},{include:`#comment`},{include:`#string`},{begin:RegExp(`(?<=(?:^|[^\\$\\._\\p{Alpha}\\p{Nd}])import)(?!\\p{space}*["'])`,`dgv`),end:RegExp(`\\bfrom\\b`,`dgv`),endCaptures:{0:{name:`keyword.control.from.ts`}},patterns:[{include:`#import-export-declaration`}]},{include:`#import-export-declaration`}]},"import-equals-declaration":{patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(import)(?:\\p{space}+(type))?\\p{space}+([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(=)\\p{space}*(require)\\p{space}*(\\()`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`keyword.control.import.ts`},4:{name:`keyword.control.type.ts`},5:{name:`variable.other.readwrite.alias.ts`},6:{name:`keyword.operator.assignment.ts`},7:{name:`keyword.control.require.ts`},8:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},name:`meta.import-equals.external.ts`,patterns:[{include:`#comment`},{include:`#string`}]},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(import)(?:\\p{space}+(type))?\\p{space}+([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(=)\\p{space}*(?!require\\b)`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`keyword.control.import.ts`},4:{name:`keyword.control.type.ts`},5:{name:`variable.other.readwrite.alias.ts`},6:{name:`keyword.operator.assignment.ts`}},end:RegExp(`(?=;|(?=\\n?$)|^)`,`dgv`),name:`meta.import-equals.internal.ts`,patterns:[{include:`#single-line-comment-consuming-line-ending`},{include:`#comment`},{captures:{1:{name:`entity.name.type.module.ts`},2:{name:`punctuation.accessor.ts`},3:{name:`punctuation.accessor.optional.ts`}},match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))`,`dgv`)},{match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),name:`variable.other.readwrite.ts`}]}]},"import-export-assert-clause":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(with)|(assert))\\p{space}*(\\{)`,`dgv`),beginCaptures:{1:{name:`keyword.control.with.ts`},2:{name:`keyword.control.assert.ts`},3:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},patterns:[{include:`#comment`},{include:`#string`},{match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*(?=(\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*)*:)`,`dgv`),name:`meta.object-literal.key.ts`},{match:RegExp(`:`,`dgv`),name:`punctuation.separator.key-value.ts`}]},"import-export-block":{begin:RegExp(`\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},name:`meta.block.ts`,patterns:[{include:`#import-export-clause`}]},"import-export-clause":{patterns:[{include:`#comment`},{captures:{1:{name:`keyword.control.type.ts`},2:{name:`keyword.control.default.ts`},3:{name:`constant.language.import-export-all.ts`},4:{name:`variable.other.readwrite.ts`},5:{name:`string.quoted.alias.ts`},12:{name:`keyword.control.as.ts`},13:{name:`keyword.control.default.ts`},14:{name:`variable.other.readwrite.alias.ts`},15:{name:`string.quoted.alias.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(type)\\p{space}+)?(?:\\b(default)|(\\*)|\\b([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|(('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)))\\p{space}+(as)\\p{space}+(?:(default(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|(('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)))`,`dgv`)},{include:`#punctuation-comma`},{match:RegExp(`\\*`,`dgv`),name:`constant.language.import-export-all.ts`},{match:RegExp(`\\b(default)\\b`,`dgv`),name:`keyword.control.default.ts`},{captures:{1:{name:`keyword.control.type.ts`},2:{name:`variable.other.readwrite.alias.ts`},3:{name:`string.quoted.alias.ts`}},match:RegExp(`(?:\\b(type)\\p{space}+)?(?:([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|(('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)))`,`dgv`)}]},"import-export-declaration":{patterns:[{include:`#comment`},{include:`#string`},{include:`#import-export-block`},{match:RegExp(`\\bfrom\\b`,`dgv`),name:`keyword.control.from.ts`},{include:`#import-export-assert-clause`},{include:`#import-export-clause`}]},"indexer-declaration":{begin:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(readonly)\\p{space}*)?\\p{space}*(\\[)\\p{space}*([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?=:)`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`},2:{name:`meta.brace.square.ts`},3:{name:`variable.parameter.ts`}},end:RegExp(`(\\])\\p{space}*(\\?\\p{space}*)?|(?=\\n?$)`,`dgv`),endCaptures:{1:{name:`meta.brace.square.ts`},2:{name:`keyword.operator.optional.ts`}},name:`meta.indexer.declaration.ts`,patterns:[{include:`#type-annotation`}]},"indexer-mapped-type-declaration":{begin:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))([\\-\\+])?(readonly)\\p{space}*)?\\p{space}*(\\[)\\p{space}*([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}+(in)\\p{space}+`,`dgv`),beginCaptures:{1:{name:`keyword.operator.type.modifier.ts`},2:{name:`storage.modifier.ts`},3:{name:`meta.brace.square.ts`},4:{name:`entity.name.type.ts`},5:{name:`keyword.operator.expression.in.ts`}},end:RegExp(`(\\])([\\-\\+])?\\p{space}*(\\?\\p{space}*)?|(?=\\n?$)`,`dgv`),endCaptures:{1:{name:`meta.brace.square.ts`},2:{name:`keyword.operator.type.modifier.ts`},3:{name:`keyword.operator.optional.ts`}},name:`meta.indexer.mappedtype.declaration.ts`,patterns:[{captures:{1:{name:`keyword.control.as.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(as)\\p{space}+`,`dgv`)},{include:`#type`}]},"inline-tags":{patterns:[{captures:{1:{name:`punctuation.definition.bracket.square.begin.jsdoc`},2:{name:`punctuation.definition.bracket.square.end.jsdoc`}},match:RegExp(`(\\[)[^\\]]+(\\])(?=\\{@(?:link|linkcode|linkplain|tutorial))`,`dgv`),name:`constant.other.description.jsdoc`},{begin:RegExp(`(\\{)((@)(?:link(?:code|plain)?|tutorial))\\p{space}*`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.bracket.curly.begin.jsdoc`},2:{name:`storage.type.class.jsdoc`},3:{name:`punctuation.definition.inline.tag.jsdoc`}},end:RegExp(`\\}|(?=\\*\\/)`,`dgv`),endCaptures:{0:{name:`punctuation.definition.bracket.curly.end.jsdoc`}},name:`entity.name.type.instance.jsdoc`,patterns:[{captures:{1:{name:`variable.other.link.underline.jsdoc`},2:{name:`punctuation.separator.pipe.jsdoc`}},match:RegExp(`((?=https?:\\/\\/)(?:[^\\*\\|\\}\\p{space}]|\\*\\/)+)(\\|)?`,`dgvy`)},{captures:{1:{name:`variable.other.description.jsdoc`},2:{name:`punctuation.separator.pipe.jsdoc`}},match:RegExp(`((?:[^\\*\\@\\{\\|\\}\\p{space}]|\\*[^\\/])+)(\\|)?`,`dgvy`)}]}]},"instanceof-expr":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(instanceof)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{1:{name:`keyword.operator.expression.instanceof.ts`}},end:RegExp(`(?<=\\))|(?=[\\-\\]\\)\\+\\,\\:\\;\\>\\?\\}]|\\|\\||&&|!==|(?=\\n?$)|([\\!\\=]==?)|(([\\&\\^\\|\\~]\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}+instanceof(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))function((\\p{space}+[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|(\\p{space}*\\())))`,`dgv`),patterns:[{include:`#type`}]},"interface-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(?:(abstract)\\p{space}+)?\\b(interface)\\b(?=\\p{space}+|\\/[\\*\\/])`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.modifier.ts`},4:{name:`storage.type.interface.ts`}},end:RegExp(`(?<=\\})`,`dgv`),name:`meta.interface.ts`,patterns:[{include:`#comment`},{include:`#class-or-interface-heritage`},{captures:{0:{name:`entity.name.type.interface.ts`}},match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*`,`dgv`)},{include:`#type-parameters`},{include:`#class-or-interface-body`}]},jsdoctype:{patterns:[{begin:RegExp(`(\\{)`,`dgvy`),beginCaptures:{0:{name:`entity.name.type.instance.jsdoc`},1:{name:`punctuation.definition.bracket.curly.begin.jsdoc`}},contentName:`entity.name.type.instance.jsdoc`,end:RegExp(`((\\}))\\p{space}*|(?=\\*\\/)`,`dgv`),endCaptures:{1:{name:`entity.name.type.instance.jsdoc`},2:{name:`punctuation.definition.bracket.curly.end.jsdoc`}},patterns:[{include:`#brackets`}]}]},label:{patterns:[{begin:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(:)(?=\\p{space}*\\{)`,`dgv`),beginCaptures:{1:{name:`entity.name.label.ts`},2:{name:`punctuation.separator.label.ts`}},end:RegExp(`(?<=\\})`,`dgv`),patterns:[{include:`#decl-block`}]},{captures:{1:{name:`entity.name.label.ts`},2:{name:`punctuation.separator.label.ts`}},match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(:)`,`dgv`)}]},literal:{patterns:[{include:`#numeric-literal`},{include:`#boolean-literal`},{include:`#null-literal`},{include:`#undefined-literal`},{include:`#numericConstant-literal`},{include:`#array-literal`},{include:`#this-literal`},{include:`#super-literal`}]},"method-declaration":{patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(override)\\p{space}+)?(?:\\b(p(?:ublic|rivate|rotected))\\p{space}+)?(?:\\b(abstract)\\p{space}+)?(?:\\b(async)\\p{space}+)?\\p{space}*\\b(constructor)\\b(?!:)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.modifier.ts`},4:{name:`storage.modifier.async.ts`},5:{name:`storage.type.ts`}},end:RegExp(`(?=[\\,\\;\\}]|(?=\\n?$))|(?<=\\})`,`dgv`),name:`meta.method.declaration.ts`,patterns:[{include:`#method-declaration-name`},{include:`#function-body`}]},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(override)\\p{space}+)?(?:\\b(p(?:ublic|rivate|rotected))\\p{space}+)?(?:\\b(abstract)\\p{space}+)?(?:\\b(async)\\p{space}+)?(?:\\p{space}*\\b(new)\\b(?!:)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))|(?:(\\*)\\p{space}*)?)(?=\\p{space}*((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*))?\\()`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.modifier.ts`},4:{name:`storage.modifier.async.ts`},5:{name:`keyword.operator.new.ts`},6:{name:`keyword.generator.asterisk.ts`}},end:RegExp(`(?=[\\,\\;\\}]|(?=\\n?$))|(?<=\\})`,`dgv`),name:`meta.method.declaration.ts`,patterns:[{include:`#method-declaration-name`},{include:`#function-body`}]},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(override)\\p{space}+)?(?:\\b(p(?:ublic|rivate|rotected))\\p{space}+)?(?:\\b(abstract)\\p{space}+)?(?:\\b(async)\\p{space}+)?(?:\\b([gs]et)\\p{space}+)?(?:(\\*)\\p{space}*)?(?=\\p{space}*((\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(\\??))\\p{space}*((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*))?\\()`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.modifier.ts`},4:{name:`storage.modifier.async.ts`},5:{name:`storage.type.property.ts`},6:{name:`keyword.generator.asterisk.ts`}},end:RegExp(`(?=[\\,\\;\\}]|(?=\\n?$))|(?<=\\})`,`dgv`),name:`meta.method.declaration.ts`,patterns:[{include:`#method-declaration-name`},{include:`#function-body`}]}]},"method-declaration-name":{begin:RegExp(`(?=(\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(\\??)\\p{space}*[\\(\\<])`,`dgv`),end:RegExp(`(?=[\\(\\<])`,`dgv`),patterns:[{include:`#string`},{include:`#array-literal`},{include:`#numeric-literal`},{match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*`,`dgv`),name:`meta.definition.method.ts entity.name.function.ts`},{match:RegExp(`\\?`,`dgv`),name:`keyword.operator.optional.ts`}]},"namespace-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(namespace|module)\\p{space}+(?=["\\$'_\\\`\\p{Alpha}])`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.type.namespace.ts`}},end:RegExp(`(?<=\\})|(?=;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),name:`meta.namespace.declaration.ts`,patterns:[{include:`#comment`},{include:`#string`},{match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),name:`entity.name.type.module.ts`},{include:`#punctuation-accessor`},{include:`#decl-block`}]},"new-expr":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(new)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{1:{name:`keyword.operator.new.ts`}},end:RegExp(`(?<=\\))|(?=[\\-\\]\\)\\+\\,\\:\\;\\>\\?\\}]|\\|\\||&&|!==|(?=\\n?$)|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))new(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))function((\\p{space}+[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|(\\p{space}*\\())))`,`dgv`),name:`new.expr.ts`,patterns:[{include:`#expression`}]},"null-literal":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))null(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`constant.language.null.ts`},"numeric-literal":{patterns:[{captures:{1:{name:`storage.type.numeric.bigint.ts`}},match:RegExp(`\\b(?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$)`,`dgv`),name:`constant.numeric.hex.ts`},{captures:{1:{name:`storage.type.numeric.bigint.ts`}},match:RegExp(`\\b(?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$)`,`dgv`),name:`constant.numeric.binary.ts`},{captures:{1:{name:`storage.type.numeric.bigint.ts`}},match:RegExp(`\\b(?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$)`,`dgv`),name:`constant.numeric.octal.ts`},{captures:{0:{name:`constant.numeric.decimal.ts`},1:{name:`meta.delimiter.decimal.period.ts`},2:{name:`storage.type.numeric.bigint.ts`},3:{name:`meta.delimiter.decimal.period.ts`},4:{name:`storage.type.numeric.bigint.ts`},5:{name:`meta.delimiter.decimal.period.ts`},6:{name:`storage.type.numeric.bigint.ts`},7:{name:`storage.type.numeric.bigint.ts`},8:{name:`meta.delimiter.decimal.period.ts`},9:{name:`storage.type.numeric.bigint.ts`},10:{name:`meta.delimiter.decimal.period.ts`},11:{name:`storage.type.numeric.bigint.ts`},12:{name:`meta.delimiter.decimal.period.ts`},13:{name:`storage.type.numeric.bigint.ts`},14:{name:`storage.type.numeric.bigint.ts`}},match:RegExp(`(?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$)`,`dgv`)}]},"numericConstant-literal":{patterns:[{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))NaN(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`constant.language.nan.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))Infinity(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`constant.language.infinity.ts`}]},"object-binding-element":{patterns:[{include:`#comment`},{begin:RegExp(`(?=(\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(:))`,`dgv`),end:RegExp(`(?=[\\,\\}])`,`dgv`),patterns:[{include:`#object-binding-element-propertyName`},{include:`#binding-element`}]},{include:`#object-binding-pattern`},{include:`#destructuring-variable-rest`},{include:`#variable-initializer`},{include:`#punctuation-comma`}]},"object-binding-element-const":{patterns:[{include:`#comment`},{begin:RegExp(`(?=(\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(:))`,`dgv`),end:RegExp(`(?=[\\,\\}])`,`dgv`),patterns:[{include:`#object-binding-element-propertyName`},{include:`#binding-element-const`}]},{include:`#object-binding-pattern-const`},{include:`#destructuring-variable-rest-const`},{include:`#variable-initializer`},{include:`#punctuation-comma`}]},"object-binding-element-propertyName":{begin:RegExp(`(?=(\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(:))`,`dgv`),end:RegExp(`(:)`,`dgv`),endCaptures:{0:{name:`punctuation.destructuring.ts`}},patterns:[{include:`#string`},{include:`#array-literal`},{include:`#numeric-literal`},{match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),name:`variable.object.property.ts`}]},"object-binding-pattern":{begin:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?(\\{)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.object.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.object.ts`}},patterns:[{include:`#object-binding-element`}]},"object-binding-pattern-const":{begin:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?(\\{)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.object.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.object.ts`}},patterns:[{include:`#object-binding-element-const`}]},"object-identifiers":{patterns:[{match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(?=\\p{space}*\\??\\.\\p{space}*prototype\\b(?!\\$))`,`dgv`),name:`support.class.ts`},{captures:{1:{name:`punctuation.accessor.ts`},2:{name:`punctuation.accessor.optional.ts`},3:{name:`variable.other.constant.object.property.ts`},4:{name:`variable.other.object.property.ts`}},match:RegExp(`(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*(?:(#?\\p{Upper}[\\$_\\p{Nd}\\p{Upper}]*)|(#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))(?=\\p{space}*\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)},{captures:{1:{name:`variable.other.constant.object.ts`},2:{name:`variable.other.object.ts`}},match:RegExp(`(?:(\\p{Upper}[\\$_\\p{Nd}\\p{Upper}]*)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))(?=\\p{space}*\\??\\.\\p{space}*#?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`)}]},"object-literal":{begin:RegExp(`\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},name:`meta.objectliteral.ts`,patterns:[{include:`#object-member`}]},"object-literal-method-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(async)\\p{space}+)?(?:\\b([gs]et)\\p{space}+)?(?:(\\*)\\p{space}*)?(?=\\p{space}*((\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(\\??))\\p{space}*((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*))?\\()`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`},2:{name:`storage.type.property.ts`},3:{name:`keyword.generator.asterisk.ts`}},end:RegExp(`(?=[\\,\\;\\}])|(?<=\\})`,`dgv`),name:`meta.method.declaration.ts`,patterns:[{include:`#method-declaration-name`},{include:`#function-body`},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(async)\\p{space}+)?(?:\\b([gs]et)\\p{space}+)?(?:(\\*)\\p{space}*)?(?=\\p{space}*((\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(\\??))\\p{space}*((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*))?\\()`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`},2:{name:`storage.type.property.ts`},3:{name:`keyword.generator.asterisk.ts`}},end:RegExp(`(?=[\\(\\<])`,`dgv`),patterns:[{include:`#method-declaration-name`}]}]},"object-member":{patterns:[{include:`#comment`},{include:`#object-literal-method-declaration`},{begin:RegExp(`(?=\\[)`,`dgv`),end:RegExp(`(?=:)|((?<=\\])(?=\\p{space}*[\\(\\<]))`,`dgv`),name:`meta.object.member.ts meta.object-literal.key.ts`,patterns:[{include:`#comment`},{include:`#array-literal`}]},{begin:RegExp(`(?=["'\\\`])`,`dgv`),end:RegExp(`(?=:)|((?<=["'\\\`])(?=((\\p{space}*[\\(\\,\\<\\}])|(\\p{space}+(as|satisifies)\\p{space}+))))`,`dgv`),name:`meta.object.member.ts meta.object-literal.key.ts`,patterns:[{include:`#comment`},{include:`#string`}]},{begin:RegExp(`(?=\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$)))`,`dgv`),end:RegExp(`(?=:)|(?=\\p{space}*([\\(\\,\\<\\}])|(\\p{space}+as|satisifies\\p{space}+))`,`dgv`),name:`meta.object.member.ts meta.object-literal.key.ts`,patterns:[{include:`#comment`},{include:`#numeric-literal`}]},{begin:RegExp(`(?<=[\\]"'\\\`])(?=\\p{space}*[\\(\\<])`,`dgv`),end:RegExp(`(?=[\\,\\;\\}])|(?<=\\})`,`dgv`),name:`meta.method.declaration.ts`,patterns:[{include:`#function-body`}]},{captures:{0:{name:`meta.object-literal.key.ts`},1:{name:`constant.numeric.decimal.ts`}},match:RegExp(`(?![\\$_\\p{Alpha}])(\\p{Nd}+)\\p{space}*(?=(\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*)*:)`,`dgv`),name:`meta.object.member.ts`},{captures:{0:{name:`meta.object-literal.key.ts`},1:{name:`entity.name.function.ts`}},match:new e(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?=(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*:(\\p{space}*/\\*([^\\*]|(\\*[^\\/]))*\\*/)*\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))))`,`dgv`,{lazyCompile:!0}),name:`meta.object.member.ts`},{captures:{0:{name:`meta.object-literal.key.ts`}},match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*(?=(\\/\\*([^\\*]|(\\*[^\\/]))*\\*\\/\\p{space}*)*:)`,`dgv`),name:`meta.object.member.ts`},{begin:RegExp(`\\.\\.\\.`,`dgv`),beginCaptures:{0:{name:`keyword.operator.spread.ts`}},end:RegExp(`(?=[\\,\\}])`,`dgv`),name:`meta.object.member.ts`,patterns:[{include:`#expression`}]},{captures:{1:{name:`variable.other.readwrite.ts`}},match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?=[\\,\\}]|(?=\\n?$)|\\/\\/|\\/\\*)`,`dgv`),name:`meta.object.member.ts`},{captures:{1:{name:`keyword.control.as.ts`},2:{name:`storage.modifier.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(as)\\p{space}+(const)(?=\\p{space}*([\\,\\}]|(?=\\n?$)))`,`dgv`),name:`meta.object.member.ts`},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(as)|(satisfies))\\p{space}+`,`dgv`),beginCaptures:{1:{name:`keyword.control.as.ts`},2:{name:`keyword.control.satisfies.ts`}},end:RegExp(`(?=[\\-\\]\\)\\+\\,\\:\\;\\>\\?\\}]|\\|\\||&&|!==|(?=\\n?$)|^|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(as|satisifies)\\p{space}+))`,`dgv`),name:`meta.object.member.ts`,patterns:[{include:`#type`}]},{begin:RegExp(`(?=[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=)`,`dgv`),end:RegExp(`(?=[\\,\\}]|(?=\\n?$)|\\/\\/|\\/\\*)`,`dgv`),name:`meta.object.member.ts`,patterns:[{include:`#expression`}]},{begin:RegExp(`:`,`dgv`),beginCaptures:{0:{name:`meta.object-literal.key.ts punctuation.separator.key-value.ts`}},end:RegExp(`(?=[\\,\\}])`,`dgv`),name:`meta.object.member.ts`,patterns:[{begin:RegExp(`(?<=:)\\p{space}*(async)?(?=\\p{space}*(<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`}},end:RegExp(`(?<=\\))`,`dgv`),patterns:[{include:`#type-parameters`},{begin:RegExp(`\\(`,`dgv`),beginCaptures:{0:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},patterns:[{include:`#expression-inside-possibly-arrow-parens`}]}]},{begin:RegExp(`(?<=:)\\p{space}*(async)?\\p{space}*(\\()(?=\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`},2:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},patterns:[{include:`#expression-inside-possibly-arrow-parens`}]},{begin:RegExp(`(?<=:)\\p{space}*(async)?\\p{space}*(?=<\\p{space}*(?=\\n?$))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`}},end:RegExp(`(?<=>)`,`dgv`),patterns:[{include:`#type-parameters`}]},{begin:RegExp(`(?<=>)\\p{space}*(\\()(?=\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))`,`dgv`),beginCaptures:{1:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},patterns:[{include:`#expression-inside-possibly-arrow-parens`}]},{include:`#possibly-arrow-return-type`},{include:`#expression`}]},{include:`#punctuation-comma`},{include:`#decl-block`}]},"parameter-array-binding-pattern":{begin:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?(\\[)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.array.ts`}},end:RegExp(`\\]`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.array.ts`}},patterns:[{include:`#parameter-binding-element`},{include:`#punctuation-comma`}]},"parameter-binding-element":{patterns:[{include:`#comment`},{include:`#string`},{include:`#numeric-literal`},{include:`#regex`},{include:`#parameter-object-binding-pattern`},{include:`#parameter-array-binding-pattern`},{include:`#destructuring-parameter-rest`},{include:`#variable-initializer`}]},"parameter-name":{patterns:[{captures:{1:{name:`storage.modifier.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(override|public|protected|private|readonly)\\p{space}+(?=(override|public|protected|private|readonly)\\p{space}+)`,`dgv`)},{captures:{1:{name:`storage.modifier.ts`},2:{name:`keyword.operator.rest.ts`},3:{name:`entity.name.function.ts variable.language.this.ts`},4:{name:`entity.name.function.ts`},5:{name:`keyword.operator.optional.ts`}},match:new e(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(override|public|private|protected|readonly)\\p{space}+)?(?:(\\.\\.\\.)\\p{space}*)?(?<![\\:\\=])(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*(\\??)(?=\\p{space}*(=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))))|(:\\p{space}*((<)|(\\(\\p{space}*((\\))|(\\.\\.\\.)|([\\$_\\p{Alpha}\\p{Nd}]+\\p{space}*(([\\,\\:\\=\\?])|(\\)\\p{space}*=>)))))))|(:\\p{space}*(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))Function(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|(:\\p{space}*((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))))|(:\\p{space}*(=>|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(<[^\\<\\>]*>)|[^\\(\\)\\,\\<\\=\\>])+=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>))))))`,`dgv`,{lazyCompile:!0})},{captures:{1:{name:`storage.modifier.ts`},2:{name:`keyword.operator.rest.ts`},3:{name:`variable.parameter.ts variable.language.this.ts`},4:{name:`variable.parameter.ts`},5:{name:`keyword.operator.optional.ts`}},match:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(override|public|private|protected|readonly)\\p{space}+)?(?:(\\.\\.\\.)\\p{space}*)?(?<![\\:\\=])(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*(\\??)`,`dgv`)}]},"parameter-object-binding-element":{patterns:[{include:`#comment`},{begin:RegExp(`(?=(\\b((?<!\\$)0[Xx]\\p{AHex}[_\\p{AHex}]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Bb][01][01_]*(n)?\\b(?!\\$))|\\b((?<!\\$)0[Oo]?[0-7][0-7_]*(n)?\\b(?!\\$))|((?<!\\$)(?:\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\B(\\.)[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*[Ee][\\-\\+]?[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(\\.)(n)?\\B|\\B(\\.)[0-9][0-9_]*(n)?\\b|\\b[0-9][0-9_]*(n)?\\b(?!\\.))(?!\\$))|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`)|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])+\\]))\\p{space}*(:))`,`dgv`),end:RegExp(`(?=[\\,\\}])`,`dgv`),patterns:[{include:`#object-binding-element-propertyName`},{include:`#parameter-binding-element`},{include:`#paren-expression`}]},{include:`#parameter-object-binding-pattern`},{include:`#destructuring-parameter-rest`},{include:`#variable-initializer`},{include:`#punctuation-comma`}]},"parameter-object-binding-pattern":{begin:RegExp(`(?:(\\.\\.\\.)\\p{space}*)?(\\{)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.rest.ts`},2:{name:`punctuation.definition.binding-pattern.object.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.binding-pattern.object.ts`}},patterns:[{include:`#parameter-object-binding-element`}]},"parameter-type-annotation":{patterns:[{begin:RegExp(`(:)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.type.annotation.ts`}},end:RegExp(`(?=[\\)\\,])|(?==[^\\>])`,`dgv`),name:`meta.type.annotation.ts`,patterns:[{include:`#type`}]}]},"paren-expression":{begin:RegExp(`\\(`,`dgv`),beginCaptures:{0:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},patterns:[{include:`#expression`}]},"paren-expression-possibly-arrow":{patterns:[{begin:RegExp(`(?<=[\\(\\,\\=])\\p{space}*(async)?(?=\\p{space}*((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*))?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`}},end:RegExp(`(?<=\\))`,`dgv`),patterns:[{include:`#paren-expression-possibly-arrow-with-typeparameters`}]},{begin:RegExp(`(?<=[\\(\\,\\=]|=>|^return|[^\\$\\._\\p{Alpha}\\p{Nd}]return)\\p{space}*(async)?(?=\\p{space}*((((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*))?\\()|(<)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)))\\p{space}*(?=\\n?$))`,`dgv`),beginCaptures:{1:{name:`storage.modifier.async.ts`}},end:RegExp(`(?<=\\))`,`dgv`),patterns:[{include:`#paren-expression-possibly-arrow-with-typeparameters`}]},{include:`#possibly-arrow-return-type`}]},"paren-expression-possibly-arrow-with-typeparameters":{patterns:[{include:`#type-parameters`},{begin:RegExp(`\\(`,`dgv`),beginCaptures:{0:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},patterns:[{include:`#expression-inside-possibly-arrow-parens`}]}]},"possibly-arrow-return-type":{begin:RegExp(`(?<=\\)|^)\\p{space}*(:)(?=\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*=>)`,`dgv`),beginCaptures:{1:{name:`meta.arrow.ts meta.return.type.arrow.ts keyword.operator.type.annotation.ts`}},contentName:`meta.arrow.ts meta.return.type.arrow.ts`,end:RegExp(`(?==>|\\{|^(\\p{space}*(export|function|class|interface|let|var|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|const|import|enum|namespace|module|type|abstract|declare)\\p{space}+))`,`dgv`),patterns:[{include:`#arrow-return-type-body`}]},"property-accessor":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(accessor|get|set)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`storage.type.property.ts`},"punctuation-accessor":{captures:{1:{name:`punctuation.accessor.ts`},2:{name:`punctuation.accessor.optional.ts`}},match:RegExp(`(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd}))`,`dgv`)},"punctuation-comma":{match:RegExp(`,`,`dgv`),name:`punctuation.separator.comma.ts`},"punctuation-semicolon":{match:RegExp(`;`,`dgv`),name:`punctuation.terminator.statement.ts`},"qstring-double":{begin:RegExp(`"`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.string.begin.ts`}},end:RegExp(`(")|([^\\n\\\\])(?=\\n?$)`,`dgv`),endCaptures:{1:{name:`punctuation.definition.string.end.ts`},2:{name:`invalid.illegal.newline.ts`}},name:`string.quoted.double.ts`,patterns:[{include:`#string-character-escape`}]},"qstring-single":{begin:RegExp(`'`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.string.begin.ts`}},end:RegExp(`(')|([^\\n\\\\])(?=\\n?$)`,`dgv`),endCaptures:{1:{name:`punctuation.definition.string.end.ts`},2:{name:`invalid.illegal.newline.ts`}},name:`string.quoted.single.ts`,patterns:[{include:`#string-character-escape`}]},regex:{patterns:[{begin:RegExp(`(?<!\\+\\+|--|\\})(?<=[\\!\\(\\+\\,\\:\\=\\?\\[]|^return|[^\\$\\._\\p{Alpha}\\p{Nd}]return|^case|[^\\$\\._\\p{Alpha}\\p{Nd}]case|=>|&&|\\|\\||\\*\\/)\\p{space}*(\\/)(?![\\*\\/])(?=(?:[^\\(\\)\\/\\[\\\\]|\\\\[^\\n]|\\[([^\\]\\\\]|\\\\[^\\n])+\\]|\\(([^\\)\\\\]|\\\\[^\\n])+\\))+\\/([dgimsuvy]+|(?![\\*\\/])|(?=\\/\\*))(?!\\p{space}*[\\$0-9A-Z_a-z]))`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.string.begin.ts`}},end:RegExp(`(\\/)([dgimsuvy]*)`,`dgv`),endCaptures:{1:{name:`punctuation.definition.string.end.ts`},2:{name:`keyword.other.ts`}},name:`string.regexp.ts`,patterns:[{include:`#regexp`}]},{begin:RegExp(`((?<![\\]\\$\\)_\\p{Alpha}\\p{Nd}]|\\+\\+|--|\\}|\\*\\/)|((?<=^return|[^\\$\\._\\p{Alpha}\\p{Nd}]return|^case|[^\\$\\._\\p{Alpha}\\p{Nd}]case))\\p{space}*)\\/(?![\\*\\/])(?=(?:[^\\/\\[\\\\]|\\\\[^\\n]|\\[([^\\]\\\\]|\\\\[^\\n])*\\])+\\/([dgimsuvy]+|(?![\\*\\/])|(?=\\/\\*))(?!\\p{space}*[\\$0-9A-Z_a-z]))`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.string.begin.ts`}},end:RegExp(`(\\/)([dgimsuvy]*)`,`dgv`),endCaptures:{1:{name:`punctuation.definition.string.end.ts`},2:{name:`keyword.other.ts`}},name:`string.regexp.ts`,patterns:[{include:`#regexp`}]}]},"regex-character-class":{patterns:[{match:RegExp(`\\\\[DSWdfnrstvw]|\\.`,`dgv`),name:`constant.other.character-class.regexp`},{match:RegExp(`\\\\([0-7]{3}|x\\p{AHex}{2}|u\\p{AHex}{4})`,`dgv`),name:`constant.character.numeric.regexp`},{match:RegExp(`\\\\c[A-Z]`,`dgv`),name:`constant.character.control.regexp`},{match:RegExp(`\\\\[^\\n]`,`dgv`),name:`constant.character.escape.backslash.regexp`}]},regexp:{patterns:[{match:RegExp(`\\\\[Bb]|[\\$\\^]`,`dgv`),name:`keyword.control.anchor.regexp`},{captures:{0:{name:`keyword.other.back-reference.regexp`},1:{name:`variable.other.regexp`}},match:RegExp(`\\\\(?:[1-9]\\p{Nd}*|k<([\\$A-Z_a-z][\\$\\p{L}\\p{M}\\p{N}\\p{Pc}]*)>)`,`dgv`)},{match:RegExp(`[\\*\\+\\?]|\\{(\\p{Nd}+,\\p{Nd}+|\\p{Nd}+,|,\\p{Nd}+|\\p{Nd}+)\\}\\??`,`dgv`),name:`keyword.operator.quantifier.regexp`},{match:RegExp(`\\|`,`dgv`),name:`keyword.operator.or.regexp`},{begin:RegExp(`(\\()((\\?=)|(\\?!)|(\\?<=)|(\\?<!))`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.group.regexp`},2:{name:`punctuation.definition.group.assertion.regexp`},3:{name:`meta.assertion.look-ahead.regexp`},4:{name:`meta.assertion.negative-look-ahead.regexp`},5:{name:`meta.assertion.look-behind.regexp`},6:{name:`meta.assertion.negative-look-behind.regexp`}},end:RegExp(`(\\))`,`dgv`),endCaptures:{1:{name:`punctuation.definition.group.regexp`}},name:`meta.group.assertion.regexp`,patterns:[{include:`#regexp`}]},{begin:RegExp(`\\((?:(\\?:)|\\?<([\\$A-Z_a-z][\\$\\p{L}\\p{M}\\p{N}\\p{Pc}]*)>)?`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.group.regexp`},1:{name:`punctuation.definition.group.no-capture.regexp`},2:{name:`variable.other.regexp`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`punctuation.definition.group.regexp`}},name:`meta.group.regexp`,patterns:[{include:`#regexp`}]},{begin:RegExp(`(\\[)(\\^)?`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.character-class.regexp`},2:{name:`keyword.operator.negation.regexp`}},end:RegExp(`(\\])`,`dgv`),endCaptures:{1:{name:`punctuation.definition.character-class.regexp`}},name:`constant.other.character-class.set.regexp`,patterns:[{captures:{1:{name:`constant.character.numeric.regexp`},2:{name:`constant.character.control.regexp`},3:{name:`constant.character.escape.backslash.regexp`},4:{name:`constant.character.numeric.regexp`},5:{name:`constant.character.control.regexp`},6:{name:`constant.character.escape.backslash.regexp`}},match:RegExp(`(?:[^\\n]|(\\\\(?:[0-7]{3}|x\\p{AHex}{2}|u\\p{AHex}{4}))|(\\\\c[A-Z])|(\\\\[^\\n]))-(?:[^\\]\\\\]|(\\\\(?:[0-7]{3}|x\\p{AHex}{2}|u\\p{AHex}{4}))|(\\\\c[A-Z])|(\\\\[^\\n]))`,`dgv`),name:`constant.other.character-class.range.regexp`},{include:`#regex-character-class`}]},{include:`#regex-character-class`}]},"return-type":{patterns:[{begin:RegExp(`(?<=\\))\\p{space}*(:)(?=\\p{space}*\\P{space})`,`dgv`),beginCaptures:{1:{name:`keyword.operator.type.annotation.ts`}},end:RegExp(`(?<![\\&\\:\\|])(?=(?=\\n?$)|^|[\\,\\;\\{\\}]|\\/\\/)`,`dgv`),name:`meta.return.type.ts`,patterns:[{include:`#return-type-core`}]},{begin:RegExp(`(?<=\\))\\p{space}*(:)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.type.annotation.ts`}},end:RegExp(`(?<![\\&\\:\\|])((?=[\\,\\;\\{\\}]|\\/\\/|^\\p{space}*(?=\\n?$))|((?<=\\P{space})(?=\\p{space}*(?=\\n?$))))`,`dgv`),name:`meta.return.type.ts`,patterns:[{include:`#return-type-core`}]}]},"return-type-core":{patterns:[{include:`#comment`},{begin:RegExp(`(?<=[\\&\\:\\|])(?=\\p{space}*\\{)`,`dgv`),end:RegExp(`(?<=\\})`,`dgv`),patterns:[{include:`#type-object`}]},{include:`#type-predicate-operator`},{include:`#type`}]},shebang:{captures:{1:{name:`punctuation.definition.comment.ts`}},match:RegExp(`^(#!)[^\\n]*(?=(?=\\n?$))`,`dgv`),name:`comment.line.shebang.ts`},"single-line-comment-consuming-line-ending":{begin:RegExp(`(^[\\t ]+)?((\\/\\/)(?:\\p{space}*((@)internal)(?=\\p{space}|(?=\\n?$)))?)`,`dgv`),beginCaptures:{1:{name:`punctuation.whitespace.comment.leading.ts`},2:{name:`comment.line.double-slash.ts`},3:{name:`punctuation.definition.comment.ts`},4:{name:`storage.type.internaldeclaration.ts`},5:{name:`punctuation.decorator.internaldeclaration.ts`}},contentName:`comment.line.double-slash.ts`,end:RegExp(`(?=^)`,`dgv`)},statements:{patterns:[{include:`#declaration`},{include:`#control-statement`},{include:`#after-operator-block-as-object-literal`},{include:`#decl-block`},{include:`#label`},{include:`#expression`},{include:`#punctuation-semicolon`},{include:`#string`},{include:`#comment`}]},string:{patterns:[{include:`#qstring-single`},{include:`#qstring-double`},{include:`#template`}]},"string-character-escape":{match:RegExp(`\\\\(x\\p{AHex}{2}|u\\p{AHex}{4}|u\\{\\p{AHex}+\\}|[012][0-7]{0,2}|3[0-6][0-7]?|37[0-7]?|[4-7][0-7]?|[^\\n]|(?=\\n?$))`,`dgv`),name:`constant.character.escape.ts`},"super-literal":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))super\\b(?!\\$)`,`dgv`),name:`variable.language.super.ts`},"support-function-call-identifiers":{patterns:[{include:`#literal`},{include:`#support-objects`},{include:`#object-identifiers`},{include:`#punctuation-accessor`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))import(?=\\p{space}*\\(\\p{space}*["'\\\`])`,`dgv`),name:`keyword.operator.expression.import.ts`}]},"support-objects":{patterns:[{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(arguments)\\b(?!\\$)`,`dgv`),name:`variable.language.arguments.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(Promise)\\b(?!\\$)`,`dgv`),name:`support.class.promise.ts`},{captures:{1:{name:`keyword.control.import.ts`},2:{name:`punctuation.accessor.ts`},3:{name:`punctuation.accessor.optional.ts`},4:{name:`support.variable.property.importmeta.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(import)\\p{space}*(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*(meta)\\b(?!\\$)`,`dgv`)},{captures:{1:{name:`keyword.operator.new.ts`},2:{name:`punctuation.accessor.ts`},3:{name:`punctuation.accessor.optional.ts`},4:{name:`support.variable.property.target.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(new)\\p{space}*(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*(target)\\b(?!\\$)`,`dgv`)},{captures:{1:{name:`punctuation.accessor.ts`},2:{name:`punctuation.accessor.optional.ts`},3:{name:`support.variable.property.ts`},4:{name:`support.constant.ts`}},match:RegExp(`(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*(?:(constructor|length|prototype|__proto__)\\b(?!\\$|\\p{space}*(<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\()|(EPSILON|MAX_SAFE_INTEGER|MAX_VALUE|MIN_SAFE_INTEGER|MIN_VALUE|NEGATIVE_INFINITY|POSITIVE_INFINITY)\\b(?!\\$))`,`dgv`)},{captures:{1:{name:`support.type.object.module.ts`},2:{name:`support.type.object.module.ts`},3:{name:`punctuation.accessor.ts`},4:{name:`punctuation.accessor.optional.ts`},5:{name:`support.type.object.module.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(exports)|(module)(?:(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))(exports|id|filename|loaded|parent|children))?)\\b(?!\\$)`,`dgv`)}]},"switch-statement":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?=\\bswitch\\p{space}*\\()`,`dgv`),end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},name:`switch-statement.expr.ts`,patterns:[{include:`#comment`},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(switch)\\p{space}*(\\()`,`dgv`),beginCaptures:{1:{name:`keyword.control.switch.ts`},2:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},name:`switch-expression.expr.ts`,patterns:[{include:`#expression`}]},{begin:RegExp(`\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.block.ts`}},end:RegExp(`(?=\\})`,`dgv`),name:`switch-block.expr.ts`,patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(case|default(?=:))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{1:{name:`keyword.control.switch.ts`}},end:RegExp(`(?=:)`,`dgv`),name:`case-clause.expr.ts`,patterns:[{include:`#expression`}]},{begin:RegExp(`(:)\\p{space}*(\\{)`,`dgv`),beginCaptures:{1:{name:`case-clause.expr.ts punctuation.definition.section.case-statement.ts`},2:{name:`meta.block.ts punctuation.definition.block.ts`}},contentName:`meta.block.ts`,end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`meta.block.ts punctuation.definition.block.ts`}},patterns:[{include:`#statements`}]},{captures:{0:{name:`case-clause.expr.ts punctuation.definition.section.case-statement.ts`}},match:RegExp(`(:)`,`dgv`)},{include:`#statements`}]}]},template:{patterns:[{include:`#template-call`},{begin:RegExp("([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)?(`)",`dgv`),beginCaptures:{1:{name:`entity.name.function.tagged-template.ts`},2:{name:`string.template.ts punctuation.definition.string.template.begin.ts`}},contentName:`string.template.ts`,end:RegExp("`",`dgv`),endCaptures:{0:{name:`string.template.ts punctuation.definition.string.template.end.ts`}},patterns:[{include:`#template-substitution-element`},{include:`#string-character-escape`}]}]},"template-call":{patterns:[{begin:RegExp("(?=(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*\\??\\.\\p{space}*)*|(\\??\\.\\p{space}*)?)([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))(([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>)*(?<!=)>))*(?<!=)>)*(?<!=)>\\p{space}*)?`)",`dgv`),end:RegExp("(?=`)",`dgv`),patterns:[{begin:RegExp(`(?=(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*\\??\\.\\p{space}*)*|(\\??\\.\\p{space}*)?)([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))`,`dgv`),end:RegExp("(?=(<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))(([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>)*(?<!=)>))*(?<!=)>)*(?<!=)>\\p{space}*)?`)",`dgv`),patterns:[{include:`#support-function-call-identifiers`},{match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),name:`entity.name.function.tagged-template.ts`}]},{include:`#type-arguments`}]},{begin:RegExp("([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)?\\p{space}*(?=(<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))(([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>|<\\p{space}*(((keyof|infer|typeof|readonly)\\p{space}+)|(([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|('([^'\\\\]|\\\\[^\\n])*')|(\"([^\"\\\\]|\\\\[^\\n])*\")|(`([^\\\\\\`]|\\\\[^\\n])*`))(?=\\p{space}*([\\,\\.\\<\\>\\[]|=>|&(?!&)|\\|(?!\\|)))))([^\\(\\<\\>]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(?<==)>)*(?<!=)>))*(?<!=)>)*(?<!=)>\\p{space}*)`)",`dgv`),beginCaptures:{1:{name:`entity.name.function.tagged-template.ts`}},end:RegExp("(?=`)",`dgv`),patterns:[{include:`#type-arguments`}]}]},"template-substitution-element":{begin:RegExp(`\\$\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.template-expression.begin.ts`}},contentName:`meta.embedded.line.ts`,end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.template-expression.end.ts`}},name:`meta.template.expression.ts`,patterns:[{include:`#expression`}]},"template-type":{patterns:[{include:`#template-call`},{begin:RegExp("([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)?(`)",`dgv`),beginCaptures:{1:{name:`entity.name.function.tagged-template.ts`},2:{name:`string.template.ts punctuation.definition.string.template.begin.ts`}},contentName:`string.template.ts`,end:RegExp("`",`dgv`),endCaptures:{0:{name:`string.template.ts punctuation.definition.string.template.end.ts`}},patterns:[{include:`#template-type-substitution-element`},{include:`#string-character-escape`}]}]},"template-type-substitution-element":{begin:RegExp(`\\$\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.template-expression.begin.ts`}},contentName:`meta.embedded.line.ts`,end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.template-expression.end.ts`}},name:`meta.template.expression.ts`,patterns:[{include:`#type`}]},"ternary-expression":{begin:RegExp(`(?!\\?\\.\\p{space}*\\P{Nd})(\\?)(?!\\?)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.ternary.ts`}},end:RegExp(`\\p{space}*(:)`,`dgv`),endCaptures:{1:{name:`keyword.operator.ternary.ts`}},patterns:[{include:`#expression`}]},"this-literal":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))this\\b(?!\\$)`,`dgv`),name:`variable.language.this.ts`},type:{patterns:[{include:`#comment`},{include:`#type-string`},{include:`#numeric-literal`},{include:`#type-primitive`},{include:`#type-builtin-literals`},{include:`#type-parameters`},{include:`#type-tuple`},{include:`#type-object`},{include:`#type-operators`},{include:`#type-conditional`},{include:`#type-fn-type-parameters`},{include:`#type-paren-or-function-parameters`},{include:`#type-function-return-type`},{captures:{1:{name:`storage.modifier.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(readonly)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*`,`dgv`)},{include:`#type-name`}]},"type-alias-declaration":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(type)\\b\\p{space}+([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.type.type.ts`},4:{name:`entity.name.type.alias.ts`}},end:RegExp(`(?=[\\;\\}]|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),name:`meta.type.declaration.ts`,patterns:[{include:`#comment`},{include:`#type-parameters`},{begin:RegExp(`(=)\\p{space}*(intrinsic)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{1:{name:`keyword.operator.assignment.ts`},2:{name:`keyword.control.intrinsic.ts`}},end:RegExp(`(?=[\\;\\}]|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),patterns:[{include:`#type`}]},{begin:RegExp(`(=)\\p{space}*`,`dgv`),beginCaptures:{1:{name:`keyword.operator.assignment.ts`}},end:RegExp(`(?=[\\;\\}]|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),patterns:[{include:`#type`}]}]},"type-annotation":{patterns:[{begin:RegExp(`(:)(?=\\p{space}*\\P{space})`,`dgv`),beginCaptures:{1:{name:`keyword.operator.type.annotation.ts`}},end:RegExp(`(?<![\\&\\:\\|])(?!\\p{space}*[\\&\\|]\\p{space}+)((?=^|[\\]\\)\\,\\;\\}]|\\/\\/)|(?==[^\\>])|((?<=[\\]\\$\\)\\>_\\}\\p{Alpha}])\\p{space}*(?=\\{)))`,`dgv`),name:`meta.type.annotation.ts`,patterns:[{include:`#type`}]},{begin:RegExp(`(:)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.type.annotation.ts`}},end:RegExp(`(?<![\\&\\:\\|])((?=[\\]\\)\\,\\;\\}]|\\/\\/)|(?==[^\\>])|(?=^\\p{space}*(?=\\n?$))|((?<=[\\]\\$\\)\\>_\\}\\p{Alpha}])\\p{space}*(?=\\{)))`,`dgv`),name:`meta.type.annotation.ts`,patterns:[{include:`#type`}]}]},"type-arguments":{begin:RegExp(`<`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.typeparameters.begin.ts`}},end:RegExp(`>`,`dgv`),endCaptures:{0:{name:`punctuation.definition.typeparameters.end.ts`}},name:`meta.type.parameters.ts`,patterns:[{include:`#type-arguments-body`}]},"type-arguments-body":{patterns:[{captures:{0:{name:`keyword.operator.type.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(_)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`)},{include:`#type`},{include:`#punctuation-comma`}]},"type-builtin-literals":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(this|true|false|undefined|null|object)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`support.type.builtin.ts`},"type-conditional":{patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(extends)\\p{space}+`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`}},end:RegExp(`(?<=:)`,`dgv`),patterns:[{begin:RegExp(`\\?`,`dgv`),beginCaptures:{0:{name:`keyword.operator.ternary.ts`}},end:RegExp(`:`,`dgv`),endCaptures:{0:{name:`keyword.operator.ternary.ts`}},patterns:[{include:`#type`}]},{include:`#type`}]}]},"type-fn-type-parameters":{patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(abstract)\\p{space}+)?(new)\\b(?=\\p{space}*<)`,`dgv`),beginCaptures:{1:{name:`meta.type.constructor.ts storage.modifier.ts`},2:{name:`meta.type.constructor.ts keyword.control.new.ts`}},end:RegExp(`(?<=>)`,`dgv`),patterns:[{include:`#comment`},{include:`#type-parameters`}]},{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(abstract)\\p{space}+)?(new)\\b\\p{space}*(?=\\()`,`dgv`),beginCaptures:{1:{name:`storage.modifier.ts`},2:{name:`keyword.control.new.ts`}},end:RegExp(`(?<=\\))`,`dgv`),name:`meta.type.constructor.ts`,patterns:[{include:`#function-parameters`}]},{begin:RegExp(`((?=\\(\\p{space}*((\\))|(\\.\\.\\.)|([\\$_\\p{Alpha}\\p{Nd}]+\\p{space}*(([\\,\\:\\=\\?])|(\\)\\p{space}*=>))))))`,`dgv`),end:RegExp(`(?<=\\))`,`dgv`),name:`meta.type.function.ts`,patterns:[{include:`#function-parameters`}]}]},"type-function-return-type":{patterns:[{begin:RegExp(`(=>)(?=\\p{space}*\\P{space})`,`dgv`),beginCaptures:{1:{name:`storage.type.function.arrow.ts`}},end:RegExp(`(?<!=>)(?<![\\&\\|])(?=[\\]\\)\\,\\:\\;\\=\\>\\?\\{\\}]|\\/\\/|(?=\\n?$))`,`dgv`),name:`meta.type.function.return.ts`,patterns:[{include:`#type-function-return-type-core`}]},{begin:RegExp(`=>`,`dgv`),beginCaptures:{0:{name:`storage.type.function.arrow.ts`}},end:RegExp(`(?<!=>)(?<![\\&\\|])((?=[\\]\\)\\,\\:\\;\\=\\>\\?\\{\\}]|\\/\\/|^\\p{space}*(?=\\n?$))|((?<=\\P{space})(?=\\p{space}*(?=\\n?$))))`,`dgv`),name:`meta.type.function.return.ts`,patterns:[{include:`#type-function-return-type-core`}]}]},"type-function-return-type-core":{patterns:[{include:`#comment`},{begin:RegExp(`(?<==>)(?=\\p{space}*\\{)`,`dgv`),end:RegExp(`(?<=\\})`,`dgv`),patterns:[{include:`#type-object`}]},{include:`#type-predicate-operator`},{include:`#type`}]},"type-infer":{patterns:[{captures:{1:{name:`keyword.operator.expression.infer.ts`},2:{name:`entity.name.type.ts`},3:{name:`keyword.operator.expression.extends.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(infer)\\p{space}+([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))(?:\\p{space}+(extends)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))?`,`dgv`),name:`meta.type.infer.ts`}]},"type-name":{patterns:[{begin:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))\\p{space}*(<)`,`dgv`),captures:{1:{name:`entity.name.type.module.ts`},2:{name:`punctuation.accessor.ts`},3:{name:`punctuation.accessor.optional.ts`},4:{name:`meta.type.parameters.ts punctuation.definition.typeparameters.begin.ts`}},contentName:`meta.type.parameters.ts`,end:RegExp(`(>)`,`dgv`),endCaptures:{1:{name:`meta.type.parameters.ts punctuation.definition.typeparameters.end.ts`}},patterns:[{include:`#type-arguments-body`}]},{begin:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(<)`,`dgv`),beginCaptures:{1:{name:`entity.name.type.ts`},2:{name:`meta.type.parameters.ts punctuation.definition.typeparameters.begin.ts`}},contentName:`meta.type.parameters.ts`,end:RegExp(`(>)`,`dgv`),endCaptures:{1:{name:`meta.type.parameters.ts punctuation.definition.typeparameters.end.ts`}},patterns:[{include:`#type-arguments-body`}]},{captures:{1:{name:`entity.name.type.module.ts`},2:{name:`punctuation.accessor.ts`},3:{name:`punctuation.accessor.optional.ts`}},match:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(?:(\\.)|(\\?\\.(?!\\p{space}*\\p{Nd})))`,`dgv`)},{match:RegExp(`[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*`,`dgv`),name:`entity.name.type.ts`}]},"type-object":{begin:RegExp(`\\{`,`dgv`),beginCaptures:{0:{name:`punctuation.definition.block.ts`}},end:RegExp(`\\}`,`dgv`),endCaptures:{0:{name:`punctuation.definition.block.ts`}},name:`meta.object.type.ts`,patterns:[{include:`#comment`},{include:`#method-declaration`},{include:`#indexer-declaration`},{include:`#indexer-mapped-type-declaration`},{include:`#field-declaration`},{include:`#type-annotation`},{begin:RegExp(`\\.\\.\\.`,`dgv`),beginCaptures:{0:{name:`keyword.operator.spread.ts`}},end:RegExp(`(?=[\\,\\;\\}]|(?=\\n?$))|(?<=\\})`,`dgv`),patterns:[{include:`#type`}]},{include:`#punctuation-comma`},{include:`#punctuation-semicolon`},{include:`#type`}]},"type-operators":{patterns:[{include:`#typeof-operator`},{include:`#type-infer`},{begin:RegExp(`([\\&\\|])(?=\\p{space}*\\{)`,`dgv`),beginCaptures:{0:{name:`keyword.operator.type.ts`}},end:RegExp(`(?<=\\})`,`dgv`),patterns:[{include:`#type-object`}]},{begin:RegExp(`[\\&\\|]`,`dgv`),beginCaptures:{0:{name:`keyword.operator.type.ts`}},end:RegExp(`(?=\\P{space})`,`dgv`)},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))keyof(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.operator.expression.keyof.ts`},{match:RegExp(`([\\:\\?])`,`dgv`),name:`keyword.operator.ternary.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))import(?=\\p{space}*\\()`,`dgv`),name:`keyword.operator.expression.import.ts`}]},"type-parameters":{begin:RegExp(`(<)`,`dgv`),beginCaptures:{1:{name:`punctuation.definition.typeparameters.begin.ts`}},end:RegExp(`(>)`,`dgv`),endCaptures:{1:{name:`punctuation.definition.typeparameters.end.ts`}},name:`meta.type.parameters.ts`,patterns:[{include:`#comment`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(extends|in|out|const)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`storage.modifier.ts`},{include:`#type`},{include:`#punctuation-comma`},{match:RegExp(`(=)(?!>)`,`dgv`),name:`keyword.operator.assignment.ts`}]},"type-paren-or-function-parameters":{begin:RegExp(`\\(`,`dgv`),beginCaptures:{0:{name:`meta.brace.round.ts`}},end:RegExp(`\\)`,`dgv`),endCaptures:{0:{name:`meta.brace.round.ts`}},name:`meta.type.paren.cover.ts`,patterns:[{captures:{1:{name:`storage.modifier.ts`},2:{name:`keyword.operator.rest.ts`},3:{name:`entity.name.function.ts variable.language.this.ts`},4:{name:`entity.name.function.ts`},5:{name:`keyword.operator.optional.ts`}},match:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(public|private|protected|readonly)\\p{space}+)?(?:(\\.\\.\\.)\\p{space}*)?(?<![\\:\\=])(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))\\p{space}*(\\??)(?=\\p{space}*(:\\p{space}*((<)|(\\(\\p{space}*((\\))|(\\.\\.\\.)|([\\$_\\p{Alpha}\\p{Nd}]+\\p{space}*(([\\,\\:\\=\\?])|(\\)\\p{space}*=>)))))))|(:\\p{space}*(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))Function(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|(:\\p{space}*((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))))`,`dgv`)},{captures:{1:{name:`storage.modifier.ts`},2:{name:`keyword.operator.rest.ts`},3:{name:`variable.parameter.ts variable.language.this.ts`},4:{name:`variable.parameter.ts`},5:{name:`keyword.operator.optional.ts`}},match:RegExp(`(?:(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(public|private|protected|readonly)\\p{space}+)?(?:(\\.\\.\\.)\\p{space}*)?(?<![\\:\\=])(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))\\p{space}*(\\??)(?=:)`,`dgv`)},{include:`#type-annotation`},{match:RegExp(`,`,`dgv`),name:`punctuation.separator.parameter.ts`},{include:`#type`}]},"type-predicate-operator":{patterns:[{captures:{1:{name:`keyword.operator.type.asserts.ts`},2:{name:`variable.parameter.ts variable.language.this.ts`},3:{name:`variable.parameter.ts`},4:{name:`keyword.operator.expression.is.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:(asserts)\\p{space}+)?(?!asserts)(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))\\p{space}(is)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`)},{captures:{1:{name:`keyword.operator.type.asserts.ts`},2:{name:`variable.parameter.ts variable.language.this.ts`},3:{name:`variable.parameter.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(asserts)\\p{space}+(?!is)(?:(this)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`)},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))asserts(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.operator.type.asserts.ts`},{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))is(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`keyword.operator.expression.is.ts`}]},"type-primitive":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(string|number|bigint|boolean|symbol|any|void|never|unknown)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`support.type.primitive.ts`},"type-string":{patterns:[{include:`#qstring-single`},{include:`#qstring-double`},{include:`#template-type`}]},"type-tuple":{begin:RegExp(`\\[`,`dgv`),beginCaptures:{0:{name:`meta.brace.square.ts`}},end:RegExp(`\\]`,`dgv`),endCaptures:{0:{name:`meta.brace.square.ts`}},name:`meta.type.tuple.ts`,patterns:[{match:RegExp(`\\.\\.\\.`,`dgv`),name:`keyword.operator.rest.ts`},{captures:{1:{name:`entity.name.label.ts`},2:{name:`keyword.operator.optional.ts`},3:{name:`punctuation.separator.label.ts`}},match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)\\p{space}*(\\?)?\\p{space}*(:)`,`dgv`)},{include:`#type`},{include:`#punctuation-comma`}]},"typeof-operator":{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))typeof(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),beginCaptures:{0:{name:`keyword.operator.expression.typeof.ts`}},end:RegExp(`(?=[\\]\\&\\)\\,\\:\\;\\=\\>\\?\\{\\|\\}]|(extends\\p{space}+)|(?=\\n?$)|;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)`,`dgv`),patterns:[{include:`#type-arguments`},{include:`#expression`}]},"undefined-literal":{match:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))undefined(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))`,`dgv`),name:`constant.language.undefined.ts`},"var-expr":{patterns:[{begin:RegExp(`(?=(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(var|let)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))`,`dgv`),end:RegExp(`(?!(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(var|let)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))((?=^|[\\;\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)|((?<!^let|[^\\$\\._\\p{Alpha}\\p{Nd}]let|^var|[^\\$\\._\\p{Alpha}\\p{Nd}]var)(?=\\p{space}*(?=\\n?$))))`,`dgv`),name:`meta.var.expr.ts`,patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(var|let)(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.type.ts`}},end:RegExp(`(?=\\P{space})`,`dgv`)},{include:`#destructuring-variable`},{include:`#var-single-variable`},{include:`#variable-initializer`},{include:`#comment`},{begin:RegExp(`(,)\\p{space}*(?=(?=\\n?$)|\\/\\/)`,`dgv`),beginCaptures:{1:{name:`punctuation.separator.comma.ts`}},end:RegExp(`(?<!,)(((?=[\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|^\\p{space}*(?=\\n?$)))|((?<=\\P{space})(?=\\p{space}*(?=\\n?$))))`,`dgv`),patterns:[{include:`#single-line-comment-consuming-line-ending`},{include:`#comment`},{include:`#destructuring-variable`},{include:`#var-single-variable`},{include:`#punctuation-comma`}]},{include:`#punctuation-comma`}]},{begin:RegExp(`(?=(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(const(?!\\p{space}+enum\\b))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.type.ts`}},end:RegExp(`(?!(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(const(?!\\p{space}+enum\\b))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))((?=^|[\\;\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)|((?<!(?:^|[^\\$\\._\\p{Alpha}\\p{Nd}])const)(?=\\p{space}*(?=\\n?$))))`,`dgv`),name:`meta.var.expr.ts`,patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b(const(?!\\p{space}+enum\\b))(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.type.ts`}},end:RegExp(`(?=\\P{space})`,`dgv`)},{include:`#destructuring-const`},{include:`#var-single-const`},{include:`#variable-initializer`},{include:`#comment`},{begin:RegExp(`(,)\\p{space}*(?=(?=\\n?$)|\\/\\/)`,`dgv`),beginCaptures:{1:{name:`punctuation.separator.comma.ts`}},end:RegExp(`(?<!,)(((?=[\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|^\\p{space}*(?=\\n?$)))|((?<=\\P{space})(?=\\p{space}*(?=\\n?$))))`,`dgv`),patterns:[{include:`#single-line-comment-consuming-line-ending`},{include:`#comment`},{include:`#destructuring-const`},{include:`#var-single-const`},{include:`#punctuation-comma`}]},{include:`#punctuation-comma`}]},{begin:RegExp(`(?=(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b\\b(using(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])|await\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b)\\b(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.type.ts`}},end:RegExp(`(?!(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b\\b(using(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])|await\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b)\\b(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))((?=[\\;\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b)|((?<!(?:^|[^\\$\\._\\p{Alpha}\\p{Nd}]|^await\\p{space}+|[^\\$\\._\\p{Alpha}\\p{Nd}]await\\p{space}+)using)(?=\\p{space}*(?=\\n?$))))`,`dgv`),name:`meta.var.expr.ts`,patterns:[{begin:RegExp(`(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(?:\\b(export)\\p{space}+)?(?:\\b(declare)\\p{space}+)?\\b\\b(using(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])|await\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b)\\b(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.))\\p{space}*`,`dgv`),beginCaptures:{1:{name:`keyword.control.export.ts`},2:{name:`storage.modifier.ts`},3:{name:`storage.type.ts`}},end:RegExp(`(?=\\P{space})`,`dgv`)},{include:`#var-single-const`},{include:`#variable-initializer`},{include:`#comment`},{begin:RegExp(`(,)\\p{space}*((?!\\P{space})|(?=\\/\\/))`,`dgv`),beginCaptures:{1:{name:`punctuation.separator.comma.ts`}},end:RegExp(`(?<!,)(((?=[\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|^\\p{space}*(?=\\n?$)))|((?<=\\P{space})(?=\\p{space}*(?=\\n?$))))`,`dgv`),patterns:[{include:`#single-line-comment-consuming-line-ending`},{include:`#comment`},{include:`#var-single-const`},{include:`#punctuation-comma`}]},{include:`#punctuation-comma`}]}]},"var-single-const":{patterns:[{begin:new e(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(?=\\p{space}*(=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))))|(:\\p{space}*((<)|(\\(\\p{space}*((\\))|(\\.\\.\\.)|([\\$_\\p{Alpha}\\p{Nd}]+\\p{space}*(([\\,\\:\\=\\?])|(\\)\\p{space}*=>)))))))|(:\\p{space}*(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))Function(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|(:\\p{space}*((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))))|(:\\p{space}*(=>|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(<[^\\<\\>]*>)|[^\\(\\)\\,\\<\\=\\>])+=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>))))))`,`dgv`,{lazyCompile:!0}),beginCaptures:{1:{name:`meta.definition.variable.ts variable.other.constant.ts entity.name.function.ts`}},end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|(;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b))`,`dgv`),name:`meta.var-single-variable.expr.ts`,patterns:[{include:`#var-single-variable-type-annotation`}]},{begin:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)`,`dgv`),beginCaptures:{1:{name:`meta.definition.variable.ts variable.other.constant.ts`}},end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|(;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b))`,`dgv`),name:`meta.var-single-variable.expr.ts`,patterns:[{include:`#var-single-variable-type-annotation`}]}]},"var-single-variable":{patterns:[{begin:new e(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(!)?(?=\\p{space}*(=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>)))))|(:\\p{space}*((<)|(\\(\\p{space}*((\\))|(\\.\\.\\.)|([\\$_\\p{Alpha}\\p{Nd}]+\\p{space}*(([\\,\\:\\=\\?])|(\\)\\p{space}*=>)))))))|(:\\p{space}*(?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))Function(?![\\$_\\p{Alpha}\\p{Nd}])(?:(?=\\.\\.\\.)|(?!\\.)))|(:\\p{space}*((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))))))|(:\\p{space}*(=>|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(<[^\\<\\>]*>)|[^\\(\\)\\,\\<\\=\\>])+=\\p{space}*(((async\\p{space}+)?((function\\p{space}*[\\(\\*\\<])|(function\\p{space}+)|([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*=>)))|((async\\p{space}*)?(((<\\p{space}*)(?=\\n?$)|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*((([\\[\\{]\\p{space}*)?)(?=\\n?$)|((\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})\\p{space}*((:\\p{space}*\\{?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*)))|((\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])\\p{space}*((:\\p{space}*\\[?)(?=\\n?$)|((\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+\\p{space}*)?=\\p{space}*))))))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*((\\)\\p{space}*:)|((\\.\\.\\.\\p{space}*)?[\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*\\p{space}*:)))|((<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<]|<\\p{space}*(((const\\p{space}+)?[\\$_\\p{Alpha}])|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\]))([^\\<\\=\\>]|=[^\\<])*>)*>)*>\\p{space}*)?\\(\\p{space}*(/\\*([^\\*]|(\\*[^\\/]))*\\*/\\p{space}*)*(([\\$_\\p{Alpha}]|(\\{([^\\{\\}]|(\\{([^\\{\\}]|\\{[^\\{\\}]*\\})*\\}))*\\})|(\\[([^\\]\\[]|(\\[([^\\]\\[]|\\[[^\\]\\[]*\\])*\\]))*\\])|(\\.\\.\\.\\p{space}*[\\$_\\p{Alpha}]))([^"'\\(\\)\\\`]|(\\(([^\\(\\)]|(\\(([^\\(\\)]|\\([^\\(\\)]*\\))*\\)))*\\))|('([^'\\\\]|\\\\[^\\n])*')|("([^"\\\\]|\\\\[^\\n])*")|(\`([^\\\\\\\`]|\\\\[^\\n])*\`))*)?\\)(\\p{space}*:\\p{space}*([^\\(\\)\\<\\>\\{\\}]|<([^\\<\\>]|<([^\\<\\>]|<[^\\<\\>]+>)+>)+>|\\([^\\(\\)]+\\)|\\{[^\\{\\}]+\\})+)?\\p{space}*=>))))))`,`dgv`,{lazyCompile:!0}),beginCaptures:{1:{name:`meta.definition.variable.ts entity.name.function.ts`},2:{name:`keyword.operator.definiteassignment.ts`}},end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|(;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b))`,`dgv`),name:`meta.var-single-variable.expr.ts`,patterns:[{include:`#var-single-variable-type-annotation`}]},{begin:RegExp(`(\\p{Upper}[\\$_\\p{Nd}\\p{Upper}]*)(?![\\$_\\p{Alpha}\\p{Nd}])(!)?`,`dgv`),beginCaptures:{1:{name:`meta.definition.variable.ts variable.other.constant.ts`},2:{name:`keyword.operator.definiteassignment.ts`}},end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|(;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b))`,`dgv`),name:`meta.var-single-variable.expr.ts`,patterns:[{include:`#var-single-variable-type-annotation`}]},{begin:RegExp(`([\\$_\\p{Alpha}][\\$_\\p{Alpha}\\p{Nd}]*)(!)?`,`dgv`),beginCaptures:{1:{name:`meta.definition.variable.ts variable.other.readwrite.ts`},2:{name:`keyword.operator.definiteassignment.ts`}},end:RegExp(`(?=(?=\\n?$)|^|[\\,\\;\\=\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+)|(;|^\\p{space}*(?=\\n?$)|^\\p{space}*(?:abstract|async|\\bawait\\p{space}+\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b\\b|break|case|catch|class|const|continue|declare|do|else|enum|export|finally|function|for|goto|if|import|interface|let|module|namespace|switch|return|throw|try|type|\\busing(?=\\p{space}+(?!in\\b|of\\b(?!\\p{space}*(?:of\\b|=)))[\\$_\\p{Alpha}])\\b|var|while)\\b))`,`dgv`),name:`meta.var-single-variable.expr.ts`,patterns:[{include:`#var-single-variable-type-annotation`}]}]},"var-single-variable-type-annotation":{patterns:[{include:`#type-annotation`},{include:`#string`},{include:`#comment`}]},"variable-initializer":{patterns:[{begin:RegExp(`(?<![\\!\\=])(=)(?!=)(?=\\p{space}*\\P{space})(?!\\p{space}*[^\\n]*=>\\p{space}*(?=\\n?$))`,`dgv`),beginCaptures:{1:{name:`keyword.operator.assignment.ts`}},end:RegExp(`(?=(?=\\n?$)|^|[\\]\\)\\,\\;\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+))`,`dgv`),patterns:[{include:`#expression`}]},{begin:RegExp(`(?<![\\!\\=])(=)(?!=)`,`dgv`),beginCaptures:{1:{name:`keyword.operator.assignment.ts`}},end:RegExp(`(?=[\\]\\)\\,\\;\\}]|((?<![\\$_\\p{Alpha}\\p{Nd}])(?:(?<=\\.\\.\\.)|(?<!\\.))(of|in)\\p{space}+))|(?=^\\p{space}*(?=\\n?$))|(?<![\\-\\&\\*\\+\\/\\|])(?<=\\P{space})(?<!=)(?=\\p{space}*(?=\\n?$))`,`dgv`),patterns:[{include:`#expression`}]}]}},scopeName:`source.ts`,embeddedLangs:void 0,aliases:[`ts`,`cts`,`mts`]})];export{t as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.colorized-rule-name[data-v-e8ebe894]{white-space:nowrap;align-items:baseline;inline-size:100%;min-inline-size:0;max-inline-size:100%;display:inline-flex;position:relative;overflow:hidden}.colorized-rule-name--button[data-v-e8ebe894]{appearance:none;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0}.colorized-rule-name__name[data-v-e8ebe894]{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-inline-size:0;overflow:hidden}.colorized-rule-name--hoverable[data-v-e8ebe894]:focus-visible,.colorized-rule-name--hoverable[data-v-e8ebe894]:hover{z-index:20;inline-size:max-content;max-inline-size:min(72ch,100vw - 8rem);overflow:visible}.colorized-rule-name--hoverable:focus-visible .colorized-rule-name__name[data-v-e8ebe894],.colorized-rule-name--hoverable:hover .colorized-rule-name__name[data-v-e8ebe894]{text-overflow:clip;overflow:visible}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.freeze(JSON.parse(`{"colors":{"activityBar.activeBorder":"#4d9375","activityBar.background":"#121212","activityBar.border":"#191919","activityBar.foreground":"#dbd7caee","activityBar.inactiveForeground":"#dedcd550","activityBarBadge.background":"#bfbaaa","activityBarBadge.foreground":"#121212","badge.background":"#dedcd590","badge.foreground":"#121212","breadcrumb.activeSelectionForeground":"#eeeeee18","breadcrumb.background":"#181818","breadcrumb.focusForeground":"#dbd7caee","breadcrumb.foreground":"#959da5","breadcrumbPicker.background":"#121212","button.background":"#4d9375","button.foreground":"#121212","button.hoverBackground":"#4d9375","checkbox.background":"#181818","checkbox.border":"#2f363d","debugToolBar.background":"#121212","descriptionForeground":"#dedcd590","diffEditor.insertedTextBackground":"#4d937550","diffEditor.removedTextBackground":"#ab595950","dropdown.background":"#121212","dropdown.border":"#191919","dropdown.foreground":"#dbd7caee","dropdown.listBackground":"#181818","editor.background":"#121212","editor.findMatchBackground":"#e6cc7722","editor.findMatchHighlightBackground":"#e6cc7744","editor.focusedStackFrameHighlightBackground":"#b808","editor.foldBackground":"#eeeeee10","editor.foreground":"#dbd7caee","editor.inactiveSelectionBackground":"#eeeeee10","editor.lineHighlightBackground":"#181818","editor.selectionBackground":"#eeeeee18","editor.selectionHighlightBackground":"#eeeeee10","editor.stackFrameHighlightBackground":"#a707","editor.wordHighlightBackground":"#1c6b4805","editor.wordHighlightStrongBackground":"#1c6b4810","editorBracketHighlight.foreground1":"#5eaab5","editorBracketHighlight.foreground2":"#4d9375","editorBracketHighlight.foreground3":"#d4976c","editorBracketHighlight.foreground4":"#d9739f","editorBracketHighlight.foreground5":"#e6cc77","editorBracketHighlight.foreground6":"#6394bf","editorBracketMatch.background":"#4d937520","editorError.foreground":"#cb7676","editorGroup.border":"#191919","editorGroupHeader.tabsBackground":"#121212","editorGroupHeader.tabsBorder":"#191919","editorGutter.addedBackground":"#4d9375","editorGutter.commentRangeForeground":"#dedcd550","editorGutter.deletedBackground":"#cb7676","editorGutter.foldingControlForeground":"#dedcd590","editorGutter.modifiedBackground":"#6394bf","editorHint.foreground":"#4d9375","editorIndentGuide.activeBackground":"#ffffff30","editorIndentGuide.background":"#ffffff15","editorInfo.foreground":"#6394bf","editorInlayHint.background":"#181818","editorInlayHint.foreground":"#666666","editorLineNumber.activeForeground":"#bfbaaa","editorLineNumber.foreground":"#dedcd550","editorOverviewRuler.border":"#111","editorStickyScroll.background":"#181818","editorStickyScrollHover.background":"#181818","editorWarning.foreground":"#d4976c","editorWhitespace.foreground":"#ffffff15","editorWidget.background":"#121212","errorForeground":"#cb7676","focusBorder":"#00000000","foreground":"#dbd7caee","gitDecoration.addedResourceForeground":"#4d9375","gitDecoration.conflictingResourceForeground":"#d4976c","gitDecoration.deletedResourceForeground":"#cb7676","gitDecoration.ignoredResourceForeground":"#dedcd550","gitDecoration.modifiedResourceForeground":"#6394bf","gitDecoration.submoduleResourceForeground":"#dedcd590","gitDecoration.untrackedResourceForeground":"#5eaab5","input.background":"#181818","input.border":"#191919","input.foreground":"#dbd7caee","input.placeholderForeground":"#dedcd590","inputOption.activeBackground":"#dedcd550","list.activeSelectionBackground":"#181818","list.activeSelectionForeground":"#dbd7caee","list.focusBackground":"#181818","list.highlightForeground":"#4d9375","list.hoverBackground":"#181818","list.hoverForeground":"#dbd7caee","list.inactiveFocusBackground":"#121212","list.inactiveSelectionBackground":"#181818","list.inactiveSelectionForeground":"#dbd7caee","menu.separatorBackground":"#191919","notificationCenterHeader.background":"#121212","notificationCenterHeader.foreground":"#959da5","notifications.background":"#121212","notifications.border":"#191919","notifications.foreground":"#dbd7caee","notificationsErrorIcon.foreground":"#cb7676","notificationsInfoIcon.foreground":"#6394bf","notificationsWarningIcon.foreground":"#d4976c","panel.background":"#121212","panel.border":"#191919","panelInput.border":"#2f363d","panelTitle.activeBorder":"#4d9375","panelTitle.activeForeground":"#dbd7caee","panelTitle.inactiveForeground":"#959da5","peekViewEditor.background":"#121212","peekViewEditor.matchHighlightBackground":"#ffd33d33","peekViewResult.background":"#121212","peekViewResult.matchHighlightBackground":"#ffd33d33","pickerGroup.border":"#191919","pickerGroup.foreground":"#dbd7caee","problemsErrorIcon.foreground":"#cb7676","problemsInfoIcon.foreground":"#6394bf","problemsWarningIcon.foreground":"#d4976c","progressBar.background":"#4d9375","quickInput.background":"#121212","quickInput.foreground":"#dbd7caee","quickInputList.focusBackground":"#181818","scrollbar.shadow":"#0000","scrollbarSlider.activeBackground":"#dedcd550","scrollbarSlider.background":"#dedcd510","scrollbarSlider.hoverBackground":"#dedcd550","settings.headerForeground":"#dbd7caee","settings.modifiedItemIndicator":"#4d9375","sideBar.background":"#121212","sideBar.border":"#191919","sideBar.foreground":"#bfbaaa","sideBarSectionHeader.background":"#121212","sideBarSectionHeader.border":"#191919","sideBarSectionHeader.foreground":"#dbd7caee","sideBarTitle.foreground":"#dbd7caee","statusBar.background":"#121212","statusBar.border":"#191919","statusBar.debuggingBackground":"#181818","statusBar.debuggingForeground":"#bfbaaa","statusBar.foreground":"#bfbaaa","statusBar.noFolderBackground":"#121212","statusBarItem.prominentBackground":"#181818","tab.activeBackground":"#121212","tab.activeBorder":"#191919","tab.activeBorderTop":"#dedcd590","tab.activeForeground":"#dbd7caee","tab.border":"#191919","tab.hoverBackground":"#181818","tab.inactiveBackground":"#121212","tab.inactiveForeground":"#959da5","tab.unfocusedActiveBorder":"#191919","tab.unfocusedActiveBorderTop":"#191919","tab.unfocusedHoverBackground":"#121212","terminal.ansiBlack":"#393a34","terminal.ansiBlue":"#6394bf","terminal.ansiBrightBlack":"#777777","terminal.ansiBrightBlue":"#6394bf","terminal.ansiBrightCyan":"#5eaab5","terminal.ansiBrightGreen":"#4d9375","terminal.ansiBrightMagenta":"#d9739f","terminal.ansiBrightRed":"#cb7676","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#e6cc77","terminal.ansiCyan":"#5eaab5","terminal.ansiGreen":"#4d9375","terminal.ansiMagenta":"#d9739f","terminal.ansiRed":"#cb7676","terminal.ansiWhite":"#dbd7ca","terminal.ansiYellow":"#e6cc77","terminal.foreground":"#dbd7caee","terminal.selectionBackground":"#eeeeee18","textBlockQuote.background":"#121212","textBlockQuote.border":"#191919","textCodeBlock.background":"#121212","textLink.activeForeground":"#4d9375","textLink.foreground":"#4d9375","textPreformat.foreground":"#d1d5da","textSeparator.foreground":"#586069","titleBar.activeBackground":"#121212","titleBar.activeForeground":"#bfbaaa","titleBar.border":"#181818","titleBar.inactiveBackground":"#121212","titleBar.inactiveForeground":"#959da5","tree.indentGuidesStroke":"#2f363d","welcomePage.buttonBackground":"#2f363d","welcomePage.buttonHoverBackground":"#444d56"},"displayName":"Vitesse Dark","name":"vitesse-dark","semanticHighlighting":true,"semanticTokenColors":{"class":"#6872ab","interface":"#5d99a9","namespace":"#db889a","property":"#b8a965","type":"#5d99a9"},"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#758575dd"}},{"scope":["delimiter.bracket","delimiter","invalid.illegal.character-not-allowed-here.html","keyword.operator.rest","keyword.operator.spread","keyword.operator.type.annotation","keyword.operator.relational","keyword.operator.assignment","keyword.operator.type","meta.brace","meta.tag.block.any.html","meta.tag.inline.any.html","meta.tag.structure.input.void.html","meta.type.annotation","meta.embedded.block.github-actions-expression","storage.type.function.arrow","meta.objectliteral.ts","punctuation","punctuation.definition.string.begin.html.vue","punctuation.definition.string.end.html.vue"],"settings":{"foreground":"#666666"}},{"scope":["constant","entity.name.constant","variable.language","meta.definition.variable"],"settings":{"foreground":"#c99076"}},{"scope":["entity","entity.name"],"settings":{"foreground":"#80a665"}},{"scope":"variable.parameter.function","settings":{"foreground":"#dbd7caee"}},{"scope":["entity.name.tag","tag.html"],"settings":{"foreground":"#4d9375"}},{"scope":"entity.name.function","settings":{"foreground":"#80a665"}},{"scope":["keyword","storage.type.class.jsdoc","punctuation.definition.template-expression"],"settings":{"foreground":"#4d9375"}},{"scope":["storage","storage.type","support.type.builtin","constant.language.undefined","constant.language.null","constant.language.import-export-all.ts"],"settings":{"foreground":"#cb7676"}},{"scope":["text.html.derivative","storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#dbd7caee"}},{"scope":["string","string punctuation.section.embedded source","attribute.value"],"settings":{"foreground":"#c98a7d"}},{"scope":["punctuation.definition.string"],"settings":{"foreground":"#c98a7d77"}},{"scope":["punctuation.support.type.property-name"],"settings":{"foreground":"#b8a96577"}},{"scope":"support","settings":{"foreground":"#b8a965"}},{"scope":["property","meta.property-name","meta.object-literal.key","entity.name.tag.yaml","attribute.name"],"settings":{"foreground":"#b8a965"}},{"scope":["entity.other.attribute-name","invalid.deprecated.entity.other.attribute-name.html"],"settings":{"foreground":"#bd976a"}},{"scope":["variable","identifier"],"settings":{"foreground":"#bd976a"}},{"scope":["support.type.primitive","entity.name.type"],"settings":{"foreground":"#5DA994"}},{"scope":"namespace","settings":{"foreground":"#db889a"}},{"scope":["keyword.operator","keyword.operator.assignment.compound","meta.var.expr.ts"],"settings":{"foreground":"#cb7676"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#fdaeb7"}},{"scope":"carriage-return","settings":{"background":"#f97583","content":"^M","fontStyle":"italic underline","foreground":"#24292e"}},{"scope":"message.error","settings":{"foreground":"#fdaeb7"}},{"scope":"string variable","settings":{"foreground":"#c98a7d"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#c4704f"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#c98a7d"}},{"scope":"string.regexp constant.character.escape","settings":{"foreground":"#e6cc77"}},{"scope":["support.constant"],"settings":{"foreground":"#c99076"}},{"scope":["keyword.operator.quantifier.regexp","constant.numeric","number"],"settings":{"foreground":"#4C9A91"}},{"scope":["keyword.other.unit"],"settings":{"foreground":"#cb7676"}},{"scope":["constant.language.boolean","constant.language"],"settings":{"foreground":"#4d9375"}},{"scope":"meta.module-reference","settings":{"foreground":"#4d9375"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#d4976c"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#4d9375"}},{"scope":"markup.quote","settings":{"foreground":"#5d99a9"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#dbd7caee"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#dbd7caee"}},{"scope":"markup.raw","settings":{"foreground":"#4d9375"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#86181d","foreground":"#fdaeb7"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#144620","foreground":"#85e89d"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#c24e00","foreground":"#ffab70"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#79b8ff","foreground":"#2f363d"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#b392f0"}},{"scope":"meta.diff.header","settings":{"foreground":"#79b8ff"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#79b8ff"}},{"scope":"meta.output","settings":{"foreground":"#79b8ff"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#d1d5da"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#fdaeb7"}},{"scope":["constant.other.reference.link","string.other.link","punctuation.definition.string.begin.markdown","punctuation.definition.string.end.markdown"],"settings":{"foreground":"#c98a7d"}},{"scope":["markup.underline.link.markdown","markup.underline.link.image.markdown"],"settings":{"fontStyle":"underline","foreground":"#dedcd590"}},{"scope":["type.identifier","constant.other.character-class.regexp"],"settings":{"foreground":"#6872ab"}},{"scope":["entity.other.attribute-name.html.vue"],"settings":{"foreground":"#80a665"}},{"scope":["invalid.illegal.unrecognized-tag.html"],"settings":{"fontStyle":"normal"}}],"type":"dark"}`));export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"983f1582-17c6-4f54-b47e-9777e04df821","timestamp":1773707519673}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"id":"983f1582-17c6-4f54-b47e-9777e04df821","timestamp":1773707519673,"prerendered":[]}
|