This commit is contained in:
azure-pipelines[bot] 2023-03-18 07:38:18 +00:00
parent dfe945c364
commit 1ca4720796
391 changed files with 410 additions and 395 deletions

File diff suppressed because one or more lines are too long

View file

@ -111,7 +111,7 @@ export interface LanguageServiceDefaults {
setDiagnosticsOptions(options: DiagnosticsOptions): void;
}
/** @deprecated Use Options instead */
export declare type DiagnosticsOptions = Options;
export type DiagnosticsOptions = Options;
export declare const cssDefaults: LanguageServiceDefaults;
export declare const scssDefaults: LanguageServiceDefaults;
export declare const lessDefaults: LanguageServiceDefaults;
@ -138,7 +138,7 @@ export interface CSSDataV1 {
pseudoClasses?: IPseudoClassData[];
pseudoElements?: IPseudoElementData[];
}
export declare type EntryStatus = 'standard' | 'experimental' | 'nonstandard' | 'obsolete';
export type EntryStatus = 'standard' | 'experimental' | 'nonstandard' | 'obsolete';
export interface IReference {
name: string;
url: string;

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
var __awaiter=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(a,i){function o(e){try{s(r.next(e))}catch(e){i(e)}}function u(e){try{s(r.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,u)}s((r=r.apply(e,t||[])).next())}))},__generator=this&&this.__generator||function(e,t){var n,r,a,i,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,r&&(a=2&i[0]?r.return:i[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,i[1])).done)return a;switch(r=0,a&&(i=[2&i[0],a.value]),i[0]){case 0:case 1:a=i;break;case 4:return o.label++,{value:i[1],done:!1};case 5:o.label++,r=i[1],i=[0];continue;case 7:i=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==i[0]&&2!==i[0])){o=0;continue}if(3===i[0]&&(!a||i[1]>a[0]&&i[1]<a[3])){o.label=i[1];break}if(6===i[0]&&o.label<a[1]){o.label=a[1],a=i;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(i);break}a[2]&&o.ops.pop(),o.trys.pop();continue}i=t.call(e,o)}catch(e){i=[6,e],r=0}finally{n=a=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,u])}}};define(["require","exports","../../fillers/monaco-editor-core"],(function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.registerHTMLLanguageService=t.razorDefaults=t.razorLanguageService=t.handlebarDefaults=t.handlebarLanguageService=t.htmlDefaults=t.htmlLanguageService=void 0;var r=function(){function e(e,t,r){this._onDidChange=new n.Emitter,this._languageId=e,this.setOptions(t),this.setModeConfiguration(r)}return Object.defineProperty(e.prototype,"onDidChange",{get:function(){return this._onDidChange.event},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"options",{get:function(){return this._options},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"modeConfiguration",{get:function(){return this._modeConfiguration},enumerable:!1,configurable:!0}),e.prototype.setOptions=function(e){this._options=e||Object.create(null),this._onDidChange.fire(this)},e.prototype.setModeConfiguration=function(e){this._modeConfiguration=e||Object.create(null),this._onDidChange.fire(this)},e}(),a={format:{tabSize:4,insertSpaces:!1,wrapLineLength:120,unformatted:'default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, q, samp, select, small, span, strong, sub, sup, textarea, tt, var',contentUnformatted:"pre",indentInnerHtml:!1,preserveNewLines:!0,maxPreserveNewLines:void 0,indentHandlebars:!1,endWithNewline:!1,extraLiners:"head, body, /html",wrapAttributes:"auto"},suggest:{},data:{useDefaultDataProvider:!0}};function i(e){return{completionItems:!0,hovers:!0,documentSymbols:!0,links:!0,documentHighlights:!0,rename:!0,colors:!0,foldingRanges:!0,selectionRanges:!0,diagnostics:e===o,documentFormattingEdits:e===o,documentRangeFormattingEdits:e===o}}var o="html",u="handlebars",s="razor";function l(t,o,u){var s=this;void 0===o&&(o=a),void 0===u&&(u=i(t));var l,c=new r(t,o,u),g=n.languages.onLanguage(t,(function(){return __awaiter(s,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:return[4,AMD?new Promise((function(t,n){e(["vs/language/html/htmlMode"],t,n)})):new Promise((function(t,n){e(["./htmlMode"],t,n)}))];case 1:return l=t.sent().setupMode(c),[2]}}))}))}));return{defaults:c,dispose:function(){g.dispose(),null==l||l.dispose(),l=void 0}}}t.htmlLanguageService=l(o,a,i(o)),t.htmlDefaults=t.htmlLanguageService.defaults,t.handlebarLanguageService=l(u,a,i(u)),t.handlebarDefaults=t.handlebarLanguageService.defaults,t.razorLanguageService=l(s,a,i(s)),t.razorDefaults=t.razorLanguageService.defaults,n.languages.html={htmlDefaults:t.htmlDefaults,razorDefaults:t.razorDefaults,handlebarDefaults:t.handlebarDefaults,htmlLanguageService:t.htmlLanguageService,handlebarLanguageService:t.handlebarLanguageService,razorLanguageService:t.razorLanguageService,registerHTMLLanguageService:l},t.registerHTMLLanguageService=l}));
var __awaiter=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(a,i){function o(e){try{s(r.next(e))}catch(e){i(e)}}function u(e){try{s(r.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,u)}s((r=r.apply(e,t||[])).next())}))},__generator=this&&this.__generator||function(e,t){var n,r,a,i,o={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return i={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(u){return function(s){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,u[0]&&(o=0)),o;)try{if(n=1,r&&(a=2&u[0]?r.return:u[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,u[1])).done)return a;switch(r=0,a&&(u=[2&u[0],a.value]),u[0]){case 0:case 1:a=u;break;case 4:return o.label++,{value:u[1],done:!1};case 5:o.label++,r=u[1],u=[0];continue;case 7:u=o.ops.pop(),o.trys.pop();continue;default:if(!((a=(a=o.trys).length>0&&a[a.length-1])||6!==u[0]&&2!==u[0])){o=0;continue}if(3===u[0]&&(!a||u[1]>a[0]&&u[1]<a[3])){o.label=u[1];break}if(6===u[0]&&o.label<a[1]){o.label=a[1],a=u;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(u);break}a[2]&&o.ops.pop(),o.trys.pop();continue}u=t.call(e,o)}catch(e){u=[6,e],r=0}finally{n=a=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}([u,s])}}};define(["require","exports","../../fillers/monaco-editor-core"],(function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.registerHTMLLanguageService=t.razorDefaults=t.razorLanguageService=t.handlebarDefaults=t.handlebarLanguageService=t.htmlDefaults=t.htmlLanguageService=void 0;var r=function(){function e(e,t,r){this._onDidChange=new n.Emitter,this._languageId=e,this.setOptions(t),this.setModeConfiguration(r)}return Object.defineProperty(e.prototype,"onDidChange",{get:function(){return this._onDidChange.event},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"languageId",{get:function(){return this._languageId},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"options",{get:function(){return this._options},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"modeConfiguration",{get:function(){return this._modeConfiguration},enumerable:!1,configurable:!0}),e.prototype.setOptions=function(e){this._options=e||Object.create(null),this._onDidChange.fire(this)},e.prototype.setModeConfiguration=function(e){this._modeConfiguration=e||Object.create(null),this._onDidChange.fire(this)},e}(),a={format:{tabSize:4,insertSpaces:!1,wrapLineLength:120,unformatted:'default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, q, samp, select, small, span, strong, sub, sup, textarea, tt, var',contentUnformatted:"pre",indentInnerHtml:!1,preserveNewLines:!0,maxPreserveNewLines:void 0,indentHandlebars:!1,endWithNewline:!1,extraLiners:"head, body, /html",wrapAttributes:"auto"},suggest:{},data:{useDefaultDataProvider:!0}};function i(e){return{completionItems:!0,hovers:!0,documentSymbols:!0,links:!0,documentHighlights:!0,rename:!0,colors:!0,foldingRanges:!0,selectionRanges:!0,diagnostics:e===o,documentFormattingEdits:e===o,documentRangeFormattingEdits:e===o}}var o="html",u="handlebars",s="razor";function l(t,o,u){var s=this;void 0===o&&(o=a),void 0===u&&(u=i(t));var l,c=new r(t,o,u),g=n.languages.onLanguage(t,(function(){return __awaiter(s,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:return[4,AMD?new Promise((function(t,n){e(["vs/language/html/htmlMode"],t,n)})):new Promise((function(t,n){e(["./htmlMode"],t,n)}))];case 1:return l=t.sent().setupMode(c),[2]}}))}))}));return{defaults:c,dispose:function(){g.dispose(),null==l||l.dispose(),l=void 0}}}t.htmlLanguageService=l(o,a,i(o)),t.htmlDefaults=t.htmlLanguageService.defaults,t.handlebarLanguageService=l(u,a,i(u)),t.handlebarDefaults=t.handlebarLanguageService.defaults,t.razorLanguageService=l(s,a,i(s)),t.razorDefaults=t.razorLanguageService.defaults,n.languages.html={htmlDefaults:t.htmlDefaults,razorDefaults:t.razorDefaults,handlebarDefaults:t.handlebarDefaults,htmlLanguageService:t.htmlLanguageService,handlebarLanguageService:t.handlebarLanguageService,razorLanguageService:t.razorLanguageService,registerHTMLLanguageService:l},t.registerHTMLLanguageService=l}));

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
define(["require","exports"],(function(e,l){"use strict";Object.defineProperty(l,"__esModule",{value:!0}),l.libFileSet=void 0,l.libFileSet={},l.libFileSet["lib.d.ts"]=!0,l.libFileSet["lib.dom.d.ts"]=!0,l.libFileSet["lib.dom.iterable.d.ts"]=!0,l.libFileSet["lib.es2015.collection.d.ts"]=!0,l.libFileSet["lib.es2015.core.d.ts"]=!0,l.libFileSet["lib.es2015.d.ts"]=!0,l.libFileSet["lib.es2015.generator.d.ts"]=!0,l.libFileSet["lib.es2015.iterable.d.ts"]=!0,l.libFileSet["lib.es2015.promise.d.ts"]=!0,l.libFileSet["lib.es2015.proxy.d.ts"]=!0,l.libFileSet["lib.es2015.reflect.d.ts"]=!0,l.libFileSet["lib.es2015.symbol.d.ts"]=!0,l.libFileSet["lib.es2015.symbol.wellknown.d.ts"]=!0,l.libFileSet["lib.es2016.array.include.d.ts"]=!0,l.libFileSet["lib.es2016.d.ts"]=!0,l.libFileSet["lib.es2016.full.d.ts"]=!0,l.libFileSet["lib.es2017.d.ts"]=!0,l.libFileSet["lib.es2017.full.d.ts"]=!0,l.libFileSet["lib.es2017.intl.d.ts"]=!0,l.libFileSet["lib.es2017.object.d.ts"]=!0,l.libFileSet["lib.es2017.sharedmemory.d.ts"]=!0,l.libFileSet["lib.es2017.string.d.ts"]=!0,l.libFileSet["lib.es2017.typedarrays.d.ts"]=!0,l.libFileSet["lib.es2018.asyncgenerator.d.ts"]=!0,l.libFileSet["lib.es2018.asynciterable.d.ts"]=!0,l.libFileSet["lib.es2018.d.ts"]=!0,l.libFileSet["lib.es2018.full.d.ts"]=!0,l.libFileSet["lib.es2018.intl.d.ts"]=!0,l.libFileSet["lib.es2018.promise.d.ts"]=!0,l.libFileSet["lib.es2018.regexp.d.ts"]=!0,l.libFileSet["lib.es2019.array.d.ts"]=!0,l.libFileSet["lib.es2019.d.ts"]=!0,l.libFileSet["lib.es2019.full.d.ts"]=!0,l.libFileSet["lib.es2019.object.d.ts"]=!0,l.libFileSet["lib.es2019.string.d.ts"]=!0,l.libFileSet["lib.es2019.symbol.d.ts"]=!0,l.libFileSet["lib.es2020.bigint.d.ts"]=!0,l.libFileSet["lib.es2020.d.ts"]=!0,l.libFileSet["lib.es2020.full.d.ts"]=!0,l.libFileSet["lib.es2020.intl.d.ts"]=!0,l.libFileSet["lib.es2020.promise.d.ts"]=!0,l.libFileSet["lib.es2020.sharedmemory.d.ts"]=!0,l.libFileSet["lib.es2020.string.d.ts"]=!0,l.libFileSet["lib.es2020.symbol.wellknown.d.ts"]=!0,l.libFileSet["lib.es2021.d.ts"]=!0,l.libFileSet["lib.es2021.full.d.ts"]=!0,l.libFileSet["lib.es2021.intl.d.ts"]=!0,l.libFileSet["lib.es2021.promise.d.ts"]=!0,l.libFileSet["lib.es2021.string.d.ts"]=!0,l.libFileSet["lib.es2021.weakref.d.ts"]=!0,l.libFileSet["lib.es5.d.ts"]=!0,l.libFileSet["lib.es6.d.ts"]=!0,l.libFileSet["lib.esnext.d.ts"]=!0,l.libFileSet["lib.esnext.full.d.ts"]=!0,l.libFileSet["lib.esnext.intl.d.ts"]=!0,l.libFileSet["lib.esnext.promise.d.ts"]=!0,l.libFileSet["lib.esnext.string.d.ts"]=!0,l.libFileSet["lib.esnext.weakref.d.ts"]=!0,l.libFileSet["lib.scripthost.d.ts"]=!0,l.libFileSet["lib.webworker.d.ts"]=!0,l.libFileSet["lib.webworker.importscripts.d.ts"]=!0,l.libFileSet["lib.webworker.iterable.d.ts"]=!0}));
define(["require","exports"],(function(e,l){"use strict";Object.defineProperty(l,"__esModule",{value:!0}),l.libFileSet=void 0,l.libFileSet={},l.libFileSet["lib.d.ts"]=!0,l.libFileSet["lib.decorators.d.ts"]=!0,l.libFileSet["lib.decorators.legacy.d.ts"]=!0,l.libFileSet["lib.dom.d.ts"]=!0,l.libFileSet["lib.dom.iterable.d.ts"]=!0,l.libFileSet["lib.es2015.collection.d.ts"]=!0,l.libFileSet["lib.es2015.core.d.ts"]=!0,l.libFileSet["lib.es2015.d.ts"]=!0,l.libFileSet["lib.es2015.generator.d.ts"]=!0,l.libFileSet["lib.es2015.iterable.d.ts"]=!0,l.libFileSet["lib.es2015.promise.d.ts"]=!0,l.libFileSet["lib.es2015.proxy.d.ts"]=!0,l.libFileSet["lib.es2015.reflect.d.ts"]=!0,l.libFileSet["lib.es2015.symbol.d.ts"]=!0,l.libFileSet["lib.es2015.symbol.wellknown.d.ts"]=!0,l.libFileSet["lib.es2016.array.include.d.ts"]=!0,l.libFileSet["lib.es2016.d.ts"]=!0,l.libFileSet["lib.es2016.full.d.ts"]=!0,l.libFileSet["lib.es2017.d.ts"]=!0,l.libFileSet["lib.es2017.full.d.ts"]=!0,l.libFileSet["lib.es2017.intl.d.ts"]=!0,l.libFileSet["lib.es2017.object.d.ts"]=!0,l.libFileSet["lib.es2017.sharedmemory.d.ts"]=!0,l.libFileSet["lib.es2017.string.d.ts"]=!0,l.libFileSet["lib.es2017.typedarrays.d.ts"]=!0,l.libFileSet["lib.es2018.asyncgenerator.d.ts"]=!0,l.libFileSet["lib.es2018.asynciterable.d.ts"]=!0,l.libFileSet["lib.es2018.d.ts"]=!0,l.libFileSet["lib.es2018.full.d.ts"]=!0,l.libFileSet["lib.es2018.intl.d.ts"]=!0,l.libFileSet["lib.es2018.promise.d.ts"]=!0,l.libFileSet["lib.es2018.regexp.d.ts"]=!0,l.libFileSet["lib.es2019.array.d.ts"]=!0,l.libFileSet["lib.es2019.d.ts"]=!0,l.libFileSet["lib.es2019.full.d.ts"]=!0,l.libFileSet["lib.es2019.intl.d.ts"]=!0,l.libFileSet["lib.es2019.object.d.ts"]=!0,l.libFileSet["lib.es2019.string.d.ts"]=!0,l.libFileSet["lib.es2019.symbol.d.ts"]=!0,l.libFileSet["lib.es2020.bigint.d.ts"]=!0,l.libFileSet["lib.es2020.d.ts"]=!0,l.libFileSet["lib.es2020.date.d.ts"]=!0,l.libFileSet["lib.es2020.full.d.ts"]=!0,l.libFileSet["lib.es2020.intl.d.ts"]=!0,l.libFileSet["lib.es2020.number.d.ts"]=!0,l.libFileSet["lib.es2020.promise.d.ts"]=!0,l.libFileSet["lib.es2020.sharedmemory.d.ts"]=!0,l.libFileSet["lib.es2020.string.d.ts"]=!0,l.libFileSet["lib.es2020.symbol.wellknown.d.ts"]=!0,l.libFileSet["lib.es2021.d.ts"]=!0,l.libFileSet["lib.es2021.full.d.ts"]=!0,l.libFileSet["lib.es2021.intl.d.ts"]=!0,l.libFileSet["lib.es2021.promise.d.ts"]=!0,l.libFileSet["lib.es2021.string.d.ts"]=!0,l.libFileSet["lib.es2021.weakref.d.ts"]=!0,l.libFileSet["lib.es2022.array.d.ts"]=!0,l.libFileSet["lib.es2022.d.ts"]=!0,l.libFileSet["lib.es2022.error.d.ts"]=!0,l.libFileSet["lib.es2022.full.d.ts"]=!0,l.libFileSet["lib.es2022.intl.d.ts"]=!0,l.libFileSet["lib.es2022.object.d.ts"]=!0,l.libFileSet["lib.es2022.regexp.d.ts"]=!0,l.libFileSet["lib.es2022.sharedmemory.d.ts"]=!0,l.libFileSet["lib.es2022.string.d.ts"]=!0,l.libFileSet["lib.es2023.array.d.ts"]=!0,l.libFileSet["lib.es2023.d.ts"]=!0,l.libFileSet["lib.es2023.full.d.ts"]=!0,l.libFileSet["lib.es5.d.ts"]=!0,l.libFileSet["lib.es6.d.ts"]=!0,l.libFileSet["lib.esnext.d.ts"]=!0,l.libFileSet["lib.esnext.full.d.ts"]=!0,l.libFileSet["lib.esnext.intl.d.ts"]=!0,l.libFileSet["lib.scripthost.d.ts"]=!0,l.libFileSet["lib.webworker.d.ts"]=!0,l.libFileSet["lib.webworker.importscripts.d.ts"]=!0,l.libFileSet["lib.webworker.iterable.d.ts"]=!0}));

View file

@ -1 +1 @@
{"version":3,"file":"lib.index.js","sourceRoot":"","sources":["../../../../../../src/language/typescript/lib/lib.index.ts"],"names":[],"mappings":"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"}
{"version":3,"file":"lib.index.js","sourceRoot":"","sources":["../../../../../../src/language/typescript/lib/lib.index.ts"],"names":[],"mappings":"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"}

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"version":3,"file":"lib.js","sourceRoot":"","sources":["../../../../../../src/language/typescript/lib/lib.ts"],"names":[],"mappings":"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"}
{"version":3,"file":"lib.js","sourceRoot":"","sources":["../../../../../../src/language/typescript/lib/lib.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG,EAAE;AACF,2FAA2F;AAC3F,EAAE;;;;;IAGF,iCAAiC;IACpB,QAAA,UAAU,GAA2B,EAAE,CAAA;IACpD,kBAAU,CAAC,UAAU,CAAC,GAAG,ogCAAogC,CAAC;IAC9hC,kBAAU,CAAC,qBAAqB,CAAC,GAAG,szZAAszZ,CAAC;IAC31Z,kBAAU,CAAC,4BAA4B,CAAC,GAAG,8zCAA8zC,CAAC;IAC12C,kBAAU,CAAC,cAAc,CAAC,GAAG,21zzBAA21zzB,CAAC;IACz3zzB,kBAAU,CAAC,uBAAuB,CAAC,GAAG,y2hBAAy2hB,CAAC;IACh5hB,kBAAU,CAAC,4BAA4B,CAAC,GAAG,6uKAA6uK,CAAC;IACzxK,kBAAU,CAAC,sBAAsB,CAAC,GAAG,yxqBAAyxqB,CAAC;IAC/zqB,kBAAU,CAAC,iBAAiB,CAAC,GAAG,+wCAA+wC,CAAC;IAChzC,kBAAU,CAAC,2BAA2B,CAAC,GAAG,6kFAA6kF,CAAC;IACxnF,kBAAU,CAAC,0BAA0B,CAAC,GAAG,oieAAoie,CAAC;IAC9ke,kBAAU,CAAC,yBAAyB,CAAC,GAAG,stGAAstG,CAAC;IAC/vG,kBAAU,CAAC,uBAAuB,CAAC,GAAG,ywKAAywK,CAAC;IAChzK,kBAAU,CAAC,yBAAyB,CAAC,GAAG,m/MAAm/M,CAAC;IAC5hN,kBAAU,CAAC,wBAAwB,CAAC,GAAG,mqDAAmqD,CAAC;IAC3sD,kBAAU,CAAC,kCAAkC,CAAC,GAAG,mvVAAmvV,CAAC;IACryV,kBAAU,CAAC,+BAA+B,CAAC,GAAG,s3JAAs3J,CAAC;IACr6J,kBAAU,CAAC,iBAAiB,CAAC,GAAG,67BAA67B,CAAC;IAC99B,kBAAU,CAAC,sBAAsB,CAAC,GAAG,6iCAA6iC,CAAC;IACnlC,kBAAU,CAAC,iBAAiB,CAAC,GAAG,qmCAAqmC,CAAC;IACtoC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,6iCAA6iC,CAAC;IACnlC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,k9CAAk9C,CAAC;IACx/C,kBAAU,CAAC,wBAAwB,CAAC,GAAG,08EAA08E,CAAC;IACl/E,kBAAU,CAAC,8BAA8B,CAAC,GAAG,ovMAAovM,CAAC;IAClyM,kBAAU,CAAC,wBAAwB,CAAC,GAAG,i4EAAi4E,CAAC;IACz6E,kBAAU,CAAC,6BAA6B,CAAC,GAAG,48CAA48C,CAAC;IACz/C,kBAAU,CAAC,gCAAgC,CAAC,GAAG,otFAAotF,CAAC;IACpwF,kBAAU,CAAC,+BAA+B,CAAC,GAAG,6wDAA6wD,CAAC;IAC5zD,kBAAU,CAAC,iBAAiB,CAAC,GAAG,0mCAA0mC,CAAC;IAC3oC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,6iCAA6iC,CAAC;IACnlC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,mpGAAmpG,CAAC;IACzrG,kBAAU,CAAC,yBAAyB,CAAC,GAAG,42CAA42C,CAAC;IACr5C,kBAAU,CAAC,wBAAwB,CAAC,GAAG,qvCAAqvC,CAAC;IAC7xC,kBAAU,CAAC,uBAAuB,CAAC,GAAG,ssGAAssG,CAAC;IAC7uG,kBAAU,CAAC,iBAAiB,CAAC,GAAG,ylCAAylC,CAAC;IAC1nC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,+iCAA+iC,CAAC;IACrlC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,w9BAAw9B,CAAC;IAC9/B,kBAAU,CAAC,wBAAwB,CAAC,GAAG,y+CAAy+C,CAAC;IACjhD,kBAAU,CAAC,wBAAwB,CAAC,GAAG,miDAAmiD,CAAC;IAC3kD,kBAAU,CAAC,wBAAwB,CAAC,GAAG,4gCAA4gC,CAAC;IACpjC,kBAAU,CAAC,wBAAwB,CAAC,GAAG,szmCAAszmC,CAAC;IAC91mC,kBAAU,CAAC,iBAAiB,CAAC,GAAG,ouCAAouC,CAAC;IACrwC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,47FAA47F,CAAC;IACl+F,kBAAU,CAAC,sBAAsB,CAAC,GAAG,+iCAA+iC,CAAC;IACrlC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,uoqBAAuoqB,CAAC;IAC7qqB,kBAAU,CAAC,wBAAwB,CAAC,GAAG,ulDAAulD,CAAC;IAC/nD,kBAAU,CAAC,yBAAyB,CAAC,GAAG,m0DAAm0D,CAAC;IAC52D,kBAAU,CAAC,8BAA8B,CAAC,GAAG,gwJAAgwJ,CAAC;IAC9yJ,kBAAU,CAAC,wBAAwB,CAAC,GAAG,yvCAAyvC,CAAC;IACjyC,kBAAU,CAAC,kCAAkC,CAAC,GAAG,89CAA89C,CAAC;IAChhD,kBAAU,CAAC,iBAAiB,CAAC,GAAG,mjCAAmjC,CAAC;IACplC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,+iCAA+iC,CAAC;IACrlC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,u8QAAu8Q,CAAC;IAC7+Q,kBAAU,CAAC,yBAAyB,CAAC,GAAG,ywEAAywE,CAAC;IAClzE,kBAAU,CAAC,wBAAwB,CAAC,GAAG,+lDAA+lD,CAAC;IACvoD,kBAAU,CAAC,yBAAyB,CAAC,GAAG,swFAAswF,CAAC;IAC/yF,kBAAU,CAAC,uBAAuB,CAAC,GAAG,iyIAAiyI,CAAC;IACx0I,kBAAU,CAAC,iBAAiB,CAAC,GAAG,grCAAgrC,CAAC;IACjtC,kBAAU,CAAC,uBAAuB,CAAC,GAAG,g3EAAg3E,CAAC;IACv5E,kBAAU,CAAC,sBAAsB,CAAC,GAAG,+iCAA+iC,CAAC;IACrlC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,okLAAokL,CAAC;IAC1mL,kBAAU,CAAC,wBAAwB,CAAC,GAAG,6lCAA6lC,CAAC;IACroC,kBAAU,CAAC,wBAAwB,CAAC,GAAG,q2CAAq2C,CAAC;IAC74C,kBAAU,CAAC,8BAA8B,CAAC,GAAG,8lEAA8lE,CAAC;IAC5oE,kBAAU,CAAC,wBAAwB,CAAC,GAAG,kqCAAkqC,CAAC;IAC1sC,kBAAU,CAAC,uBAAuB,CAAC,GAAG,g9pBAAg9pB,CAAC;IACv/pB,kBAAU,CAAC,iBAAiB,CAAC,GAAG,u7BAAu7B,CAAC;IACx9B,kBAAU,CAAC,sBAAsB,CAAC,GAAG,+iCAA+iC,CAAC;IACrlC,kBAAU,CAAC,cAAc,CAAC,GAAG,g2oNAAg2oN,CAAC;IAC93oN,kBAAU,CAAC,cAAc,CAAC,GAAG,+iCAA+iC,CAAC;IAC7kC,kBAAU,CAAC,iBAAiB,CAAC,GAAG,s7BAAs7B,CAAC;IACv9B,kBAAU,CAAC,sBAAsB,CAAC,GAAG,6iCAA6iC,CAAC;IACnlC,kBAAU,CAAC,sBAAsB,CAAC,GAAG,gtCAAgtC,CAAC;IACtvC,kBAAU,CAAC,qBAAqB,CAAC,GAAG,wjTAAwjT,CAAC;IAC7lT,kBAAU,CAAC,oBAAoB,CAAC,GAAG,+3kRAA+3kR,CAAC;IACn6kR,kBAAU,CAAC,kCAAkC,CAAC,GAAG,gjCAAgjC,CAAC;IAClmC,kBAAU,CAAC,6BAA6B,CAAC,GAAG,miYAAmiY,CAAC"}

View file

@ -7,4 +7,4 @@ export const IndentStyle: any;
export const ScriptKind: any;
export const ScriptTarget: any;
export const TokenClass: any;
export const typescript: {};
export const typescript: any;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
export declare const typescriptVersion = "4.5.5";
export declare const typescriptVersion = "5.0.2";

View file

@ -1 +1 @@
define(["require","exports"],(function(e,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.typescriptVersion=void 0,i.typescriptVersion="4.5.5"}));
define(["require","exports"],(function(e,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.typescriptVersion=void 0,i.typescriptVersion="5.0.2"}));

View file

@ -40,7 +40,7 @@ export declare enum ModuleResolutionKind {
interface MapLike<T> {
[index: string]: T;
}
declare type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | null | undefined;
type CompilerOptionsValue = string | number | boolean | (string | number)[] | string[] | MapLike<string[]> | null | undefined;
interface CompilerOptions {
allowJs?: boolean;
allowSyntheticDefaultImports?: boolean;

View file

@ -51,7 +51,7 @@ export interface ICreateData {
compilerOptions: ts.CompilerOptions;
extraLibs: IExtraLibs;
customWorkerPath?: string;
inlayHintsOptions?: ts.InlayHintsOptions;
inlayHintsOptions?: ts.UserPreferences;
}
/** The shape of the factory */
export interface CustomTSWebWorkerFactory {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
var __awaiter=this&&this.__awaiter||function(t,e,r,n){return new(r||(r=Promise))((function(i,o){function s(t){try{u(n.next(t))}catch(t){o(t)}}function a(t){try{u(n.throw(t))}catch(t){o(t)}}function u(t){var e;t.done?i(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(s,a)}u((n=n.apply(t,e||[])).next())}))},__generator=this&&this.__generator||function(t,e){var r,n,i,o,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(o){return function(a){return function(o){if(r)throw new TypeError("Generator is already executing.");for(;s;)try{if(r=1,n&&(i=2&o[0]?n.return:o[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,o[1])).done)return i;switch(n=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return s.label++,{value:o[1],done:!1};case 5:s.label++,n=o[1],o=[0];continue;case 7:o=s.ops.pop(),s.trys.pop();continue;default:if(!((i=(i=s.trys).length>0&&i[i.length-1])||6!==o[0]&&2!==o[0])){s=0;continue}if(3===o[0]&&(!i||o[1]>i[0]&&o[1]<i[3])){s.label=o[1];break}if(6===o[0]&&s.label<i[1]){s.label=i[1],i=o;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(o);break}i[2]&&s.ops.pop(),s.trys.pop();continue}o=e.call(t,s)}catch(t){o=[6,t],n=0}finally{r=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,a])}}};define(["require","exports","../../fillers/monaco-editor-core"],(function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.WorkerManager=void 0;var n=function(){function t(t,e){var r=this;this._modeId=t,this._defaults=e,this._worker=null,this._client=null,this._configChangeListener=this._defaults.onDidChange((function(){return r._stopWorker()})),this._updateExtraLibsToken=0,this._extraLibsChangeListener=this._defaults.onDidExtraLibsChange((function(){return r._updateExtraLibs()}))}return t.prototype.dispose=function(){this._configChangeListener.dispose(),this._extraLibsChangeListener.dispose(),this._stopWorker()},t.prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null},t.prototype._updateExtraLibs=function(){return __awaiter(this,void 0,void 0,(function(){var t,e;return __generator(this,(function(r){switch(r.label){case 0:return this._worker?(t=++this._updateExtraLibsToken,[4,this._worker.getProxy()]):[2];case 1:return e=r.sent(),this._updateExtraLibsToken!==t||e.updateExtraLibs(this._defaults.getExtraLibs()),[2]}}))}))},t.prototype._getClient=function(){return this._client||(this._client=__awaiter(this,void 0,void 0,(function(){var t=this;return __generator(this,(function(e){switch(e.label){case 0:return this._worker=r.editor.createWebWorker({moduleId:"vs/language/typescript/tsWorker",label:this._modeId,keepIdleModels:!0,createData:{compilerOptions:this._defaults.getCompilerOptions(),extraLibs:this._defaults.getExtraLibs(),customWorkerPath:this._defaults.workerOptions.customWorkerPath,inlayHintsOptions:this._defaults.inlayHintsOptions}}),this._defaults.getEagerModelSync()?[4,this._worker.withSyncedResources(r.editor.getModels().filter((function(e){return e.getLanguageId()===t._modeId})).map((function(t){return t.uri})))]:[3,2];case 1:case 3:return[2,e.sent()];case 2:return[4,this._worker.getProxy()]}}))}))),this._client},t.prototype.getLanguageServiceWorker=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(r){switch(r.label){case 0:return[4,this._getClient()];case 1:return e=r.sent(),this._worker?[4,this._worker.withSyncedResources(t)]:[3,3];case 2:r.sent(),r.label=3;case 3:return[2,e]}}))}))},t}();e.WorkerManager=n}));
var __awaiter=this&&this.__awaiter||function(t,e,r,n){return new(r||(r=Promise))((function(i,o){function s(t){try{u(n.next(t))}catch(t){o(t)}}function a(t){try{u(n.throw(t))}catch(t){o(t)}}function u(t){var e;t.done?i(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(s,a)}u((n=n.apply(t,e||[])).next())}))},__generator=this&&this.__generator||function(t,e){var r,n,i,o,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return o={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function a(a){return function(u){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;o&&(o=0,a[0]&&(s=0)),s;)try{if(r=1,n&&(i=2&a[0]?n.return:a[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,a[1])).done)return i;switch(n=0,i&&(a=[2&a[0],i.value]),a[0]){case 0:case 1:i=a;break;case 4:return s.label++,{value:a[1],done:!1};case 5:s.label++,n=a[1],a=[0];continue;case 7:a=s.ops.pop(),s.trys.pop();continue;default:if(!((i=(i=s.trys).length>0&&i[i.length-1])||6!==a[0]&&2!==a[0])){s=0;continue}if(3===a[0]&&(!i||a[1]>i[0]&&a[1]<i[3])){s.label=a[1];break}if(6===a[0]&&s.label<i[1]){s.label=i[1],i=a;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(a);break}i[2]&&s.ops.pop(),s.trys.pop();continue}a=e.call(t,s)}catch(t){a=[6,t],n=0}finally{r=i=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,u])}}};define(["require","exports","../../fillers/monaco-editor-core"],(function(t,e,r){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.WorkerManager=void 0;var n=function(){function t(t,e){var r=this;this._modeId=t,this._defaults=e,this._worker=null,this._client=null,this._configChangeListener=this._defaults.onDidChange((function(){return r._stopWorker()})),this._updateExtraLibsToken=0,this._extraLibsChangeListener=this._defaults.onDidExtraLibsChange((function(){return r._updateExtraLibs()}))}return t.prototype.dispose=function(){this._configChangeListener.dispose(),this._extraLibsChangeListener.dispose(),this._stopWorker()},t.prototype._stopWorker=function(){this._worker&&(this._worker.dispose(),this._worker=null),this._client=null},t.prototype._updateExtraLibs=function(){return __awaiter(this,void 0,void 0,(function(){var t,e;return __generator(this,(function(r){switch(r.label){case 0:return this._worker?(t=++this._updateExtraLibsToken,[4,this._worker.getProxy()]):[2];case 1:return e=r.sent(),this._updateExtraLibsToken!==t||e.updateExtraLibs(this._defaults.getExtraLibs()),[2]}}))}))},t.prototype._getClient=function(){return this._client||(this._client=__awaiter(this,void 0,void 0,(function(){var t=this;return __generator(this,(function(e){switch(e.label){case 0:return this._worker=r.editor.createWebWorker({moduleId:"vs/language/typescript/tsWorker",label:this._modeId,keepIdleModels:!0,createData:{compilerOptions:this._defaults.getCompilerOptions(),extraLibs:this._defaults.getExtraLibs(),customWorkerPath:this._defaults.workerOptions.customWorkerPath,inlayHintsOptions:this._defaults.inlayHintsOptions}}),this._defaults.getEagerModelSync()?[4,this._worker.withSyncedResources(r.editor.getModels().filter((function(e){return e.getLanguageId()===t._modeId})).map((function(t){return t.uri})))]:[3,2];case 1:case 3:return[2,e.sent()];case 2:return[4,this._worker.getProxy()]}}))}))),this._client},t.prototype.getLanguageServiceWorker=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(r){switch(r.label){case 0:return[4,this._getClient()];case 1:return e=r.sent(),this._worker?[4,this._worker.withSyncedResources(t)]:[3,3];case 2:r.sent(),r.label=3;case 3:return[2,e]}}))}))},t}();e.WorkerManager=n}));