@vscode/test-web 0.0.66 → 0.0.68

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.
@@ -236,7 +236,7 @@ exports.MemFileSystemProvider = MemFileSystemProvider;
236
236
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
237
237
 
238
238
  /* provided dependency */ var process = __webpack_require__(5);
239
- !function(t,e){if(true)module.exports=e();else { var n, r; }}(this,(()=>(()=>{"use strict";var t={470:t=>{function e(t){if("string"!=typeof t)throw new TypeError("Path must be a string. Received "+JSON.stringify(t))}function r(t,e){for(var r,n="",i=0,o=-1,s=0,a=0;a<=t.length;++a){if(a<t.length)r=t.charCodeAt(a);else{if(47===r)break;r=47}if(47===r){if(o===a-1||1===s);else if(o!==a-1&&2===s){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var h=n.lastIndexOf("/");if(h!==n.length-1){-1===h?(n="",i=0):i=(n=n.slice(0,h)).length-1-n.lastIndexOf("/"),o=a,s=0;continue}}else if(2===n.length||1===n.length){n="",i=0,o=a,s=0;continue}e&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+t.slice(o+1,a):n=t.slice(o+1,a),i=a-o-1;o=a,s=0}else 46===r&&-1!==s?++s:s=-1}return n}var n={resolve:function(){for(var t,n="",i=!1,o=arguments.length-1;o>=-1&&!i;o--){var s;o>=0?s=arguments[o]:(void 0===t&&(t=process.cwd()),s=t),e(s),0!==s.length&&(n=s+"/"+n,i=47===s.charCodeAt(0))}return n=r(n,!i),i?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(t){if(e(t),0===t.length)return".";var n=47===t.charCodeAt(0),i=47===t.charCodeAt(t.length-1);return 0!==(t=r(t,!n)).length||n||(t="."),t.length>0&&i&&(t+="/"),n?"/"+t:t},isAbsolute:function(t){return e(t),t.length>0&&47===t.charCodeAt(0)},join:function(){if(0===arguments.length)return".";for(var t,r=0;r<arguments.length;++r){var i=arguments[r];e(i),i.length>0&&(void 0===t?t=i:t+="/"+i)}return void 0===t?".":n.normalize(t)},relative:function(t,r){if(e(t),e(r),t===r)return"";if((t=n.resolve(t))===(r=n.resolve(r)))return"";for(var i=1;i<t.length&&47===t.charCodeAt(i);++i);for(var o=t.length,s=o-i,a=1;a<r.length&&47===r.charCodeAt(a);++a);for(var h=r.length-a,c=s<h?s:h,f=-1,u=0;u<=c;++u){if(u===c){if(h>c){if(47===r.charCodeAt(a+u))return r.slice(a+u+1);if(0===u)return r.slice(a+u)}else s>c&&(47===t.charCodeAt(i+u)?f=u:0===u&&(f=0));break}var l=t.charCodeAt(i+u);if(l!==r.charCodeAt(a+u))break;47===l&&(f=u)}var d="";for(u=i+f+1;u<=o;++u)u!==o&&47!==t.charCodeAt(u)||(0===d.length?d+="..":d+="/..");return d.length>0?d+r.slice(a+f):(a+=f,47===r.charCodeAt(a)&&++a,r.slice(a))},_makeLong:function(t){return t},dirname:function(t){if(e(t),0===t.length)return".";for(var r=t.charCodeAt(0),n=47===r,i=-1,o=!0,s=t.length-1;s>=1;--s)if(47===(r=t.charCodeAt(s))){if(!o){i=s;break}}else o=!1;return-1===i?n?"/":".":n&&1===i?"//":t.slice(0,i)},basename:function(t,r){if(void 0!==r&&"string"!=typeof r)throw new TypeError('"ext" argument must be a string');e(t);var n,i=0,o=-1,s=!0;if(void 0!==r&&r.length>0&&r.length<=t.length){if(r.length===t.length&&r===t)return"";var a=r.length-1,h=-1;for(n=t.length-1;n>=0;--n){var c=t.charCodeAt(n);if(47===c){if(!s){i=n+1;break}}else-1===h&&(s=!1,h=n+1),a>=0&&(c===r.charCodeAt(a)?-1==--a&&(o=n):(a=-1,o=h))}return i===o?o=h:-1===o&&(o=t.length),t.slice(i,o)}for(n=t.length-1;n>=0;--n)if(47===t.charCodeAt(n)){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1);return-1===o?"":t.slice(i,o)},extname:function(t){e(t);for(var r=-1,n=0,i=-1,o=!0,s=0,a=t.length-1;a>=0;--a){var h=t.charCodeAt(a);if(47!==h)-1===i&&(o=!1,i=a+1),46===h?-1===r?r=a:1!==s&&(s=1):-1!==r&&(s=-1);else if(!o){n=a+1;break}}return-1===r||-1===i||0===s||1===s&&r===i-1&&r===n+1?"":t.slice(r,i)},format:function(t){if(null===t||"object"!=typeof t)throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return function(t,e){var r=e.dir||e.root,n=e.base||(e.name||"")+(e.ext||"");return r?r===e.root?r+n:r+"/"+n:n}(0,t)},parse:function(t){e(t);var r={root:"",dir:"",base:"",ext:"",name:""};if(0===t.length)return r;var n,i=t.charCodeAt(0),o=47===i;o?(r.root="/",n=1):n=0;for(var s=-1,a=0,h=-1,c=!0,f=t.length-1,u=0;f>=n;--f)if(47!==(i=t.charCodeAt(f)))-1===h&&(c=!1,h=f+1),46===i?-1===s?s=f:1!==u&&(u=1):-1!==s&&(u=-1);else if(!c){a=f+1;break}return-1===s||-1===h||0===u||1===u&&s===h-1&&s===a+1?-1!==h&&(r.base=r.name=0===a&&o?t.slice(1,h):t.slice(a,h)):(0===a&&o?(r.name=t.slice(1,s),r.base=t.slice(1,h)):(r.name=t.slice(a,s),r.base=t.slice(a,h)),r.ext=t.slice(s,h)),a>0?r.dir=t.slice(0,a-1):o&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};n.posix=n,t.exports=n},674:(t,e)=>{if(Object.defineProperty(e,"__esModule",{value:!0}),e.isWindows=void 0,"object"==typeof process)e.isWindows="win32"===process.platform;else if("object"==typeof navigator){let t=navigator.userAgent;e.isWindows=t.indexOf("Windows")>=0}},796:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.uriToFsPath=e.URI=void 0;const n=r(674),i=/^\w[\w\d+.-]*$/,o=/^\//,s=/^\/\//;function a(t,e){if(!t.scheme&&e)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${t.authority}", path: "${t.path}", query: "${t.query}", fragment: "${t.fragment}"}`);if(t.scheme&&!i.test(t.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(t.path)if(t.authority){if(!o.test(t.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(s.test(t.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}const h="",c="/",f=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class u{static isUri(t){return t instanceof u||!!t&&"string"==typeof t.authority&&"string"==typeof t.fragment&&"string"==typeof t.path&&"string"==typeof t.query&&"string"==typeof t.scheme&&"string"==typeof t.fsPath&&"function"==typeof t.with&&"function"==typeof t.toString}scheme;authority;path;query;fragment;constructor(t,e,r,n,i,o=!1){"object"==typeof t?(this.scheme=t.scheme||h,this.authority=t.authority||h,this.path=t.path||h,this.query=t.query||h,this.fragment=t.fragment||h):(this.scheme=function(t,e){return t||e?t:"file"}(t,o),this.authority=e||h,this.path=function(t,e){switch(t){case"https":case"http":case"file":e?e[0]!==c&&(e=c+e):e=c}return e}(this.scheme,r||h),this.query=n||h,this.fragment=i||h,a(this,o))}get fsPath(){return v(this,!1)}with(t){if(!t)return this;let{scheme:e,authority:r,path:n,query:i,fragment:o}=t;return void 0===e?e=this.scheme:null===e&&(e=h),void 0===r?r=this.authority:null===r&&(r=h),void 0===n?n=this.path:null===n&&(n=h),void 0===i?i=this.query:null===i&&(i=h),void 0===o?o=this.fragment:null===o&&(o=h),e===this.scheme&&r===this.authority&&n===this.path&&i===this.query&&o===this.fragment?this:new d(e,r,n,i,o)}static parse(t,e=!1){const r=f.exec(t);return r?new d(r[2]||h,w(r[4]||h),w(r[5]||h),w(r[7]||h),w(r[9]||h),e):new d(h,h,h,h,h)}static file(t){let e=h;if(n.isWindows&&(t=t.replace(/\\/g,c)),t[0]===c&&t[1]===c){const r=t.indexOf(c,2);-1===r?(e=t.substring(2),t=c):(e=t.substring(2,r),t=t.substring(r)||c)}return new d("file",e,t,h,h)}static from(t){const e=new d(t.scheme,t.authority,t.path,t.query,t.fragment);return a(e,!0),e}toString(t=!1){return y(this,t)}toJSON(){return this}static revive(t){if(t){if(t instanceof u)return t;{const e=new d(t);return e._formatted=t.external,e._fsPath=t._sep===l?t.fsPath:null,e}}return t}}e.URI=u;const l=n.isWindows?1:void 0;class d extends u{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=v(this,!1)),this._fsPath}toString(t=!1){return t?y(this,!0):(this._formatted||(this._formatted=y(this,!1)),this._formatted)}toJSON(){const t={$mid:1};return this._fsPath&&(t.fsPath=this._fsPath,t._sep=l),this._formatted&&(t.external=this._formatted),this.path&&(t.path=this.path),this.scheme&&(t.scheme=this.scheme),this.authority&&(t.authority=this.authority),this.query&&(t.query=this.query),this.fragment&&(t.fragment=this.fragment),t}}const p={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function g(t,e,r){let n,i=-1;for(let o=0;o<t.length;o++){const s=t.charCodeAt(o);if(s>=97&&s<=122||s>=65&&s<=90||s>=48&&s<=57||45===s||46===s||95===s||126===s||e&&47===s||r&&91===s||r&&93===s||r&&58===s)-1!==i&&(n+=encodeURIComponent(t.substring(i,o)),i=-1),void 0!==n&&(n+=t.charAt(o));else{void 0===n&&(n=t.substr(0,o));const e=p[s];void 0!==e?(-1!==i&&(n+=encodeURIComponent(t.substring(i,o)),i=-1),n+=e):-1===i&&(i=o)}}return-1!==i&&(n+=encodeURIComponent(t.substring(i))),void 0!==n?n:t}function m(t){let e;for(let r=0;r<t.length;r++){const n=t.charCodeAt(r);35===n||63===n?(void 0===e&&(e=t.substr(0,r)),e+=p[n]):void 0!==e&&(e+=t[r])}return void 0!==e?e:t}function v(t,e){let r;return r=t.authority&&t.path.length>1&&"file"===t.scheme?`//${t.authority}${t.path}`:47===t.path.charCodeAt(0)&&(t.path.charCodeAt(1)>=65&&t.path.charCodeAt(1)<=90||t.path.charCodeAt(1)>=97&&t.path.charCodeAt(1)<=122)&&58===t.path.charCodeAt(2)?e?t.path.substr(1):t.path[1].toLowerCase()+t.path.substr(2):t.path,n.isWindows&&(r=r.replace(/\//g,"\\")),r}function y(t,e){const r=e?m:g;let n="",{scheme:i,authority:o,path:s,query:a,fragment:h}=t;if(i&&(n+=i,n+=":"),(o||"file"===i)&&(n+=c,n+=c),o){let t=o.indexOf("@");if(-1!==t){const e=o.substr(0,t);o=o.substr(t+1),t=e.lastIndexOf(":"),-1===t?n+=r(e,!1,!1):(n+=r(e.substr(0,t),!1,!1),n+=":",n+=r(e.substr(t+1),!1,!0)),n+="@"}o=o.toLowerCase(),t=o.lastIndexOf(":"),-1===t?n+=r(o,!1,!0):(n+=r(o.substr(0,t),!1,!0),n+=o.substr(t))}if(s){if(s.length>=3&&47===s.charCodeAt(0)&&58===s.charCodeAt(2)){const t=s.charCodeAt(1);t>=65&&t<=90&&(s=`/${String.fromCharCode(t+32)}:${s.substr(3)}`)}else if(s.length>=2&&58===s.charCodeAt(1)){const t=s.charCodeAt(0);t>=65&&t<=90&&(s=`${String.fromCharCode(t+32)}:${s.substr(2)}`)}n+=r(s,!0,!1)}return a&&(n+="?",n+=r(a,!1,!1)),h&&(n+="#",n+=e?h:g(h,!1,!1)),n}function b(t){try{return decodeURIComponent(t)}catch{return t.length>3?t.substr(0,3)+b(t.substr(3)):t}}e.uriToFsPath=v;const C=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function w(t){return t.match(C)?t.replace(C,(t=>b(t))):t}},679:function(t,e,r){var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.Utils=void 0;const s=o(r(470)),a=s.posix||s,h="/";var c;!function(t){t.joinPath=function(t,...e){return t.with({path:a.join(t.path,...e)})},t.resolvePath=function(t,...e){let r=t.path,n=!1;r[0]!==h&&(r=h+r,n=!0);let i=a.resolve(r,...e);return n&&i[0]===h&&!t.authority&&(i=i.substring(1)),t.with({path:i})},t.dirname=function(t){if(0===t.path.length||t.path===h)return t;let e=a.dirname(t.path);return 1===e.length&&46===e.charCodeAt(0)&&(e=""),t.with({path:e})},t.basename=function(t){return a.basename(t.path)},t.extname=function(t){return a.extname(t.path)}}(c||(e.Utils=c={}))}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={exports:{}};return t[n].call(o.exports,o,o.exports,r),o.exports}var n={};return(()=>{var t=n;Object.defineProperty(t,"__esModule",{value:!0}),t.Utils=t.URI=void 0;const e=r(796);Object.defineProperty(t,"URI",{enumerable:!0,get:function(){return e.URI}});const i=r(679);Object.defineProperty(t,"Utils",{enumerable:!0,get:function(){return i.Utils}})})(),n})()));
239
+ !function(t,e){if(true)module.exports=e();else { var n, r; }}(this,(()=>(()=>{"use strict";var t={975:t=>{function e(t){if("string"!=typeof t)throw new TypeError("Path must be a string. Received "+JSON.stringify(t))}function r(t,e){for(var r,n="",i=0,o=-1,s=0,a=0;a<=t.length;++a){if(a<t.length)r=t.charCodeAt(a);else{if(47===r)break;r=47}if(47===r){if(o===a-1||1===s);else if(o!==a-1&&2===s){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2))if(n.length>2){var h=n.lastIndexOf("/");if(h!==n.length-1){-1===h?(n="",i=0):i=(n=n.slice(0,h)).length-1-n.lastIndexOf("/"),o=a,s=0;continue}}else if(2===n.length||1===n.length){n="",i=0,o=a,s=0;continue}e&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+t.slice(o+1,a):n=t.slice(o+1,a),i=a-o-1;o=a,s=0}else 46===r&&-1!==s?++s:s=-1}return n}var n={resolve:function(){for(var t,n="",i=!1,o=arguments.length-1;o>=-1&&!i;o--){var s;o>=0?s=arguments[o]:(void 0===t&&(t=process.cwd()),s=t),e(s),0!==s.length&&(n=s+"/"+n,i=47===s.charCodeAt(0))}return n=r(n,!i),i?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(t){if(e(t),0===t.length)return".";var n=47===t.charCodeAt(0),i=47===t.charCodeAt(t.length-1);return 0!==(t=r(t,!n)).length||n||(t="."),t.length>0&&i&&(t+="/"),n?"/"+t:t},isAbsolute:function(t){return e(t),t.length>0&&47===t.charCodeAt(0)},join:function(){if(0===arguments.length)return".";for(var t,r=0;r<arguments.length;++r){var i=arguments[r];e(i),i.length>0&&(void 0===t?t=i:t+="/"+i)}return void 0===t?".":n.normalize(t)},relative:function(t,r){if(e(t),e(r),t===r)return"";if((t=n.resolve(t))===(r=n.resolve(r)))return"";for(var i=1;i<t.length&&47===t.charCodeAt(i);++i);for(var o=t.length,s=o-i,a=1;a<r.length&&47===r.charCodeAt(a);++a);for(var h=r.length-a,c=s<h?s:h,f=-1,u=0;u<=c;++u){if(u===c){if(h>c){if(47===r.charCodeAt(a+u))return r.slice(a+u+1);if(0===u)return r.slice(a+u)}else s>c&&(47===t.charCodeAt(i+u)?f=u:0===u&&(f=0));break}var l=t.charCodeAt(i+u);if(l!==r.charCodeAt(a+u))break;47===l&&(f=u)}var d="";for(u=i+f+1;u<=o;++u)u!==o&&47!==t.charCodeAt(u)||(0===d.length?d+="..":d+="/..");return d.length>0?d+r.slice(a+f):(a+=f,47===r.charCodeAt(a)&&++a,r.slice(a))},_makeLong:function(t){return t},dirname:function(t){if(e(t),0===t.length)return".";for(var r=t.charCodeAt(0),n=47===r,i=-1,o=!0,s=t.length-1;s>=1;--s)if(47===(r=t.charCodeAt(s))){if(!o){i=s;break}}else o=!1;return-1===i?n?"/":".":n&&1===i?"//":t.slice(0,i)},basename:function(t,r){if(void 0!==r&&"string"!=typeof r)throw new TypeError('"ext" argument must be a string');e(t);var n,i=0,o=-1,s=!0;if(void 0!==r&&r.length>0&&r.length<=t.length){if(r.length===t.length&&r===t)return"";var a=r.length-1,h=-1;for(n=t.length-1;n>=0;--n){var c=t.charCodeAt(n);if(47===c){if(!s){i=n+1;break}}else-1===h&&(s=!1,h=n+1),a>=0&&(c===r.charCodeAt(a)?-1==--a&&(o=n):(a=-1,o=h))}return i===o?o=h:-1===o&&(o=t.length),t.slice(i,o)}for(n=t.length-1;n>=0;--n)if(47===t.charCodeAt(n)){if(!s){i=n+1;break}}else-1===o&&(s=!1,o=n+1);return-1===o?"":t.slice(i,o)},extname:function(t){e(t);for(var r=-1,n=0,i=-1,o=!0,s=0,a=t.length-1;a>=0;--a){var h=t.charCodeAt(a);if(47!==h)-1===i&&(o=!1,i=a+1),46===h?-1===r?r=a:1!==s&&(s=1):-1!==r&&(s=-1);else if(!o){n=a+1;break}}return-1===r||-1===i||0===s||1===s&&r===i-1&&r===n+1?"":t.slice(r,i)},format:function(t){if(null===t||"object"!=typeof t)throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof t);return function(t,e){var r=e.dir||e.root,n=e.base||(e.name||"")+(e.ext||"");return r?r===e.root?r+n:r+"/"+n:n}(0,t)},parse:function(t){e(t);var r={root:"",dir:"",base:"",ext:"",name:""};if(0===t.length)return r;var n,i=t.charCodeAt(0),o=47===i;o?(r.root="/",n=1):n=0;for(var s=-1,a=0,h=-1,c=!0,f=t.length-1,u=0;f>=n;--f)if(47!==(i=t.charCodeAt(f)))-1===h&&(c=!1,h=f+1),46===i?-1===s?s=f:1!==u&&(u=1):-1!==s&&(u=-1);else if(!c){a=f+1;break}return-1===s||-1===h||0===u||1===u&&s===h-1&&s===a+1?-1!==h&&(r.base=r.name=0===a&&o?t.slice(1,h):t.slice(a,h)):(0===a&&o?(r.name=t.slice(1,s),r.base=t.slice(1,h)):(r.name=t.slice(a,s),r.base=t.slice(a,h)),r.ext=t.slice(s,h)),a>0?r.dir=t.slice(0,a-1):o&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};n.posix=n,t.exports=n},70:(t,e)=>{if(Object.defineProperty(e,"__esModule",{value:!0}),e.isWindows=void 0,"object"==typeof process)e.isWindows="win32"===process.platform;else if("object"==typeof navigator){let t=navigator.userAgent;e.isWindows=t.indexOf("Windows")>=0}},231:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.uriToFsPath=e.URI=void 0;const n=r(70),i=/^\w[\w\d+.-]*$/,o=/^\//,s=/^\/\//;function a(t,e){if(!t.scheme&&e)throw new Error(`[UriError]: Scheme is missing: {scheme: "", authority: "${t.authority}", path: "${t.path}", query: "${t.query}", fragment: "${t.fragment}"}`);if(t.scheme&&!i.test(t.scheme))throw new Error("[UriError]: Scheme contains illegal characters.");if(t.path)if(t.authority){if(!o.test(t.path))throw new Error('[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character')}else if(s.test(t.path))throw new Error('[UriError]: If a URI does not contain an authority component, then the path cannot begin with two slash characters ("//")')}const h="",c="/",f=/^(([^:/?#]+?):)?(\/\/([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?/;class u{static isUri(t){return t instanceof u||!!t&&"string"==typeof t.authority&&"string"==typeof t.fragment&&"string"==typeof t.path&&"string"==typeof t.query&&"string"==typeof t.scheme&&"string"==typeof t.fsPath&&"function"==typeof t.with&&"function"==typeof t.toString}scheme;authority;path;query;fragment;constructor(t,e,r,n,i,o=!1){"object"==typeof t?(this.scheme=t.scheme||h,this.authority=t.authority||h,this.path=t.path||h,this.query=t.query||h,this.fragment=t.fragment||h):(this.scheme=function(t,e){return t||e?t:"file"}(t,o),this.authority=e||h,this.path=function(t,e){switch(t){case"https":case"http":case"file":e?e[0]!==c&&(e=c+e):e=c}return e}(this.scheme,r||h),this.query=n||h,this.fragment=i||h,a(this,o))}get fsPath(){return v(this,!1)}with(t){if(!t)return this;let{scheme:e,authority:r,path:n,query:i,fragment:o}=t;return void 0===e?e=this.scheme:null===e&&(e=h),void 0===r?r=this.authority:null===r&&(r=h),void 0===n?n=this.path:null===n&&(n=h),void 0===i?i=this.query:null===i&&(i=h),void 0===o?o=this.fragment:null===o&&(o=h),e===this.scheme&&r===this.authority&&n===this.path&&i===this.query&&o===this.fragment?this:new d(e,r,n,i,o)}static parse(t,e=!1){const r=f.exec(t);return r?new d(r[2]||h,w(r[4]||h),w(r[5]||h),w(r[7]||h),w(r[9]||h),e):new d(h,h,h,h,h)}static file(t){let e=h;if(n.isWindows&&(t=t.replace(/\\/g,c)),t[0]===c&&t[1]===c){const r=t.indexOf(c,2);-1===r?(e=t.substring(2),t=c):(e=t.substring(2,r),t=t.substring(r)||c)}return new d("file",e,t,h,h)}static from(t){const e=new d(t.scheme,t.authority,t.path,t.query,t.fragment);return a(e,!0),e}toString(t=!1){return y(this,t)}toJSON(){return this}static revive(t){if(t){if(t instanceof u)return t;{const e=new d(t);return e._formatted=t.external,e._fsPath=t._sep===l?t.fsPath:null,e}}return t}}e.URI=u;const l=n.isWindows?1:void 0;class d extends u{_formatted=null;_fsPath=null;get fsPath(){return this._fsPath||(this._fsPath=v(this,!1)),this._fsPath}toString(t=!1){return t?y(this,!0):(this._formatted||(this._formatted=y(this,!1)),this._formatted)}toJSON(){const t={$mid:1};return this._fsPath&&(t.fsPath=this._fsPath,t._sep=l),this._formatted&&(t.external=this._formatted),this.path&&(t.path=this.path),this.scheme&&(t.scheme=this.scheme),this.authority&&(t.authority=this.authority),this.query&&(t.query=this.query),this.fragment&&(t.fragment=this.fragment),t}}const p={58:"%3A",47:"%2F",63:"%3F",35:"%23",91:"%5B",93:"%5D",64:"%40",33:"%21",36:"%24",38:"%26",39:"%27",40:"%28",41:"%29",42:"%2A",43:"%2B",44:"%2C",59:"%3B",61:"%3D",32:"%20"};function g(t,e,r){let n,i=-1;for(let o=0;o<t.length;o++){const s=t.charCodeAt(o);if(s>=97&&s<=122||s>=65&&s<=90||s>=48&&s<=57||45===s||46===s||95===s||126===s||e&&47===s||r&&91===s||r&&93===s||r&&58===s)-1!==i&&(n+=encodeURIComponent(t.substring(i,o)),i=-1),void 0!==n&&(n+=t.charAt(o));else{void 0===n&&(n=t.substr(0,o));const e=p[s];void 0!==e?(-1!==i&&(n+=encodeURIComponent(t.substring(i,o)),i=-1),n+=e):-1===i&&(i=o)}}return-1!==i&&(n+=encodeURIComponent(t.substring(i))),void 0!==n?n:t}function m(t){let e;for(let r=0;r<t.length;r++){const n=t.charCodeAt(r);35===n||63===n?(void 0===e&&(e=t.substr(0,r)),e+=p[n]):void 0!==e&&(e+=t[r])}return void 0!==e?e:t}function v(t,e){let r;return r=t.authority&&t.path.length>1&&"file"===t.scheme?`//${t.authority}${t.path}`:47===t.path.charCodeAt(0)&&(t.path.charCodeAt(1)>=65&&t.path.charCodeAt(1)<=90||t.path.charCodeAt(1)>=97&&t.path.charCodeAt(1)<=122)&&58===t.path.charCodeAt(2)?e?t.path.substr(1):t.path[1].toLowerCase()+t.path.substr(2):t.path,n.isWindows&&(r=r.replace(/\//g,"\\")),r}function y(t,e){const r=e?m:g;let n="",{scheme:i,authority:o,path:s,query:a,fragment:h}=t;if(i&&(n+=i,n+=":"),(o||"file"===i)&&(n+=c,n+=c),o){let t=o.indexOf("@");if(-1!==t){const e=o.substr(0,t);o=o.substr(t+1),t=e.lastIndexOf(":"),-1===t?n+=r(e,!1,!1):(n+=r(e.substr(0,t),!1,!1),n+=":",n+=r(e.substr(t+1),!1,!0)),n+="@"}o=o.toLowerCase(),t=o.lastIndexOf(":"),-1===t?n+=r(o,!1,!0):(n+=r(o.substr(0,t),!1,!0),n+=o.substr(t))}if(s){if(s.length>=3&&47===s.charCodeAt(0)&&58===s.charCodeAt(2)){const t=s.charCodeAt(1);t>=65&&t<=90&&(s=`/${String.fromCharCode(t+32)}:${s.substr(3)}`)}else if(s.length>=2&&58===s.charCodeAt(1)){const t=s.charCodeAt(0);t>=65&&t<=90&&(s=`${String.fromCharCode(t+32)}:${s.substr(2)}`)}n+=r(s,!0,!1)}return a&&(n+="?",n+=r(a,!1,!1)),h&&(n+="#",n+=e?h:g(h,!1,!1)),n}function b(t){try{return decodeURIComponent(t)}catch{return t.length>3?t.substr(0,3)+b(t.substr(3)):t}}e.uriToFsPath=v;const C=/(%[0-9A-Za-z][0-9A-Za-z])+/g;function w(t){return t.match(C)?t.replace(C,(t=>b(t))):t}},552:function(t,e,r){var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.Utils=void 0;const s=o(r(975)),a=s.posix||s,h="/";var c;!function(t){t.joinPath=function(t,...e){return t.with({path:a.join(t.path,...e)})},t.resolvePath=function(t,...e){let r=t.path,n=!1;r[0]!==h&&(r=h+r,n=!0);let i=a.resolve(r,...e);return n&&i[0]===h&&!t.authority&&(i=i.substring(1)),t.with({path:i})},t.dirname=function(t){if(0===t.path.length||t.path===h)return t;let e=a.dirname(t.path);return 1===e.length&&46===e.charCodeAt(0)&&(e=""),t.with({path:e})},t.basename=function(t){return a.basename(t.path)},t.extname=function(t){return a.extname(t.path)}}(c||(e.Utils=c={}))}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={exports:{}};return t[n].call(o.exports,o,o.exports,r),o.exports}var n={};return(()=>{var t=n;Object.defineProperty(t,"__esModule",{value:!0}),t.Utils=t.URI=void 0;const e=r(231);Object.defineProperty(t,"URI",{enumerable:!0,get:function(){return e.URI}});const i=r(552);Object.defineProperty(t,"Utils",{enumerable:!0,get:function(){return i.Utils}})})(),n})()));
240
240
  //# sourceMappingURL=index.js.map
241
241
 
242
242
  /***/ }),
@@ -18,8 +18,8 @@
18
18
  "process": "^0.11.10",
19
19
  "request-light": "^0.8.0",
20
20
  "ts-loader": "^9.5.2",
21
- "vscode-uri": "^3.0.8",
22
- "webpack": "^5.97.1",
21
+ "vscode-uri": "^3.1.0",
22
+ "webpack": "^5.98.0",
23
23
  "webpack-cli": "^6.0.1"
24
24
  },
25
25
  "engines": {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "..": {
30
30
  "name": "@vscode/test-web",
31
- "version": "0.0.65",
31
+ "version": "0.0.67",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
34
  "@koa/cors": "^5.0.0",
@@ -38,21 +38,21 @@
38
38
  "gunzip-maybe": "^1.4.2",
39
39
  "http-proxy-agent": "^7.0.2",
40
40
  "https-proxy-agent": "^7.0.6",
41
- "koa": "^2.15.3",
41
+ "koa": "^2.15.4",
42
42
  "koa-morgan": "^1.0.1",
43
43
  "koa-mount": "^4.0.0",
44
44
  "koa-static": "^5.0.0",
45
45
  "minimist": "^1.2.8",
46
46
  "playwright": "^1.50.1",
47
47
  "tar-fs": "^3.0.8",
48
- "vscode-uri": "^3.0.8"
48
+ "vscode-uri": "^3.1.0"
49
49
  },
50
50
  "bin": {
51
51
  "vscode-test-web": "out/server/index.js"
52
52
  },
53
53
  "devDependencies": {
54
- "@eslint/eslintrc": "^3.2.0",
55
- "@eslint/js": "^9.19.0",
54
+ "@eslint/eslintrc": "^3.3.0",
55
+ "@eslint/js": "^9.21.0",
56
56
  "@tony.ganchev/eslint-plugin-header": "^3.1.2",
57
57
  "@types/gunzip-maybe": "^1.4.2",
58
58
  "@types/koa": "^2.15.0",
@@ -63,9 +63,9 @@
63
63
  "@types/minimist": "^1.2.5",
64
64
  "@types/node": "^20.16.13",
65
65
  "@types/tar-fs": "^2.0.4",
66
- "@typescript-eslint/eslint-plugin": "^8.22.0",
67
- "@typescript-eslint/parser": "^8.22.0",
68
- "eslint": "^9.19.0",
66
+ "@typescript-eslint/eslint-plugin": "^8.25.0",
67
+ "@typescript-eslint/parser": "^8.25.0",
68
+ "eslint": "^9.21.0",
69
69
  "typescript": "^5.7.3"
70
70
  },
71
71
  "engines": {
@@ -83,58 +83,64 @@
83
83
  }
84
84
  },
85
85
  "node_modules/@jridgewell/gen-mapping": {
86
- "version": "0.3.3",
87
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
88
- "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
86
+ "version": "0.3.8",
87
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
88
+ "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
89
89
  "dev": true,
90
+ "license": "MIT",
90
91
  "dependencies": {
91
- "@jridgewell/set-array": "^1.0.1",
92
+ "@jridgewell/set-array": "^1.2.1",
92
93
  "@jridgewell/sourcemap-codec": "^1.4.10",
93
- "@jridgewell/trace-mapping": "^0.3.9"
94
+ "@jridgewell/trace-mapping": "^0.3.24"
94
95
  },
95
96
  "engines": {
96
97
  "node": ">=6.0.0"
97
98
  }
98
99
  },
99
100
  "node_modules/@jridgewell/resolve-uri": {
100
- "version": "3.1.1",
101
- "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
102
- "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
101
+ "version": "3.1.2",
102
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
103
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
103
104
  "dev": true,
105
+ "license": "MIT",
104
106
  "engines": {
105
107
  "node": ">=6.0.0"
106
108
  }
107
109
  },
108
110
  "node_modules/@jridgewell/set-array": {
109
- "version": "1.1.2",
110
- "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
111
- "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
111
+ "version": "1.2.1",
112
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
113
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
112
114
  "dev": true,
115
+ "license": "MIT",
113
116
  "engines": {
114
117
  "node": ">=6.0.0"
115
118
  }
116
119
  },
117
120
  "node_modules/@jridgewell/source-map": {
118
- "version": "0.3.5",
119
- "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
120
- "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
121
+ "version": "0.3.6",
122
+ "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz",
123
+ "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==",
121
124
  "dev": true,
125
+ "license": "MIT",
122
126
  "dependencies": {
123
- "@jridgewell/gen-mapping": "^0.3.0",
124
- "@jridgewell/trace-mapping": "^0.3.9"
127
+ "@jridgewell/gen-mapping": "^0.3.5",
128
+ "@jridgewell/trace-mapping": "^0.3.25"
125
129
  }
126
130
  },
127
131
  "node_modules/@jridgewell/sourcemap-codec": {
128
- "version": "1.4.15",
129
- "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
130
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
131
- "dev": true
132
+ "version": "1.5.0",
133
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
134
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
135
+ "dev": true,
136
+ "license": "MIT"
132
137
  },
133
138
  "node_modules/@jridgewell/trace-mapping": {
134
- "version": "0.3.22",
135
- "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz",
136
- "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==",
139
+ "version": "0.3.25",
140
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
141
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
137
142
  "dev": true,
143
+ "license": "MIT",
138
144
  "dependencies": {
139
145
  "@jridgewell/resolve-uri": "^3.1.0",
140
146
  "@jridgewell/sourcemap-codec": "^1.4.14"
@@ -177,12 +183,13 @@
177
183
  "license": "MIT"
178
184
  },
179
185
  "node_modules/@types/node": {
180
- "version": "20.11.7",
181
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.7.tgz",
182
- "integrity": "sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==",
186
+ "version": "22.13.5",
187
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz",
188
+ "integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==",
183
189
  "dev": true,
190
+ "license": "MIT",
184
191
  "dependencies": {
185
- "undici-types": "~5.26.4"
192
+ "undici-types": "~6.20.0"
186
193
  }
187
194
  },
188
195
  "node_modules/@types/vscode": {
@@ -431,30 +438,51 @@
431
438
  }
432
439
  },
433
440
  "node_modules/ajv": {
434
- "version": "6.12.6",
435
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
436
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
441
+ "version": "8.17.1",
442
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
443
+ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
437
444
  "dev": true,
438
445
  "license": "MIT",
439
446
  "dependencies": {
440
- "fast-deep-equal": "^3.1.1",
441
- "fast-json-stable-stringify": "^2.0.0",
442
- "json-schema-traverse": "^0.4.1",
443
- "uri-js": "^4.2.2"
447
+ "fast-deep-equal": "^3.1.3",
448
+ "fast-uri": "^3.0.1",
449
+ "json-schema-traverse": "^1.0.0",
450
+ "require-from-string": "^2.0.2"
444
451
  },
445
452
  "funding": {
446
453
  "type": "github",
447
454
  "url": "https://github.com/sponsors/epoberezkin"
448
455
  }
449
456
  },
457
+ "node_modules/ajv-formats": {
458
+ "version": "2.1.1",
459
+ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
460
+ "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
461
+ "dev": true,
462
+ "license": "MIT",
463
+ "dependencies": {
464
+ "ajv": "^8.0.0"
465
+ },
466
+ "peerDependencies": {
467
+ "ajv": "^8.0.0"
468
+ },
469
+ "peerDependenciesMeta": {
470
+ "ajv": {
471
+ "optional": true
472
+ }
473
+ }
474
+ },
450
475
  "node_modules/ajv-keywords": {
451
- "version": "3.5.2",
452
- "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
453
- "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
476
+ "version": "5.1.0",
477
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
478
+ "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
454
479
  "dev": true,
455
480
  "license": "MIT",
481
+ "dependencies": {
482
+ "fast-deep-equal": "^3.1.3"
483
+ },
456
484
  "peerDependencies": {
457
- "ajv": "^6.9.1"
485
+ "ajv": "^8.8.2"
458
486
  }
459
487
  },
460
488
  "node_modules/ansi-styles": {
@@ -537,7 +565,8 @@
537
565
  "version": "1.1.2",
538
566
  "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
539
567
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
540
- "dev": true
568
+ "dev": true,
569
+ "license": "MIT"
541
570
  },
542
571
  "node_modules/caniuse-lite": {
543
572
  "version": "1.0.30001696",
@@ -768,12 +797,22 @@
768
797
  "dev": true,
769
798
  "license": "MIT"
770
799
  },
771
- "node_modules/fast-json-stable-stringify": {
772
- "version": "2.1.0",
773
- "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
774
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
800
+ "node_modules/fast-uri": {
801
+ "version": "3.0.6",
802
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
803
+ "integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
775
804
  "dev": true,
776
- "license": "MIT"
805
+ "funding": [
806
+ {
807
+ "type": "github",
808
+ "url": "https://github.com/sponsors/fastify"
809
+ },
810
+ {
811
+ "type": "opencollective",
812
+ "url": "https://opencollective.com/fastify"
813
+ }
814
+ ],
815
+ "license": "BSD-3-Clause"
777
816
  },
778
817
  "node_modules/fastest-levenshtein": {
779
818
  "version": "1.0.12",
@@ -944,6 +983,7 @@
944
983
  "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
945
984
  "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
946
985
  "dev": true,
986
+ "license": "MIT",
947
987
  "dependencies": {
948
988
  "@types/node": "*",
949
989
  "merge-stream": "^2.0.0",
@@ -958,6 +998,7 @@
958
998
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
959
999
  "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
960
1000
  "dev": true,
1001
+ "license": "MIT",
961
1002
  "dependencies": {
962
1003
  "has-flag": "^4.0.0"
963
1004
  },
@@ -976,9 +1017,9 @@
976
1017
  "license": "MIT"
977
1018
  },
978
1019
  "node_modules/json-schema-traverse": {
979
- "version": "0.4.1",
980
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
981
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
1020
+ "version": "1.0.0",
1021
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1022
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
982
1023
  "dev": true,
983
1024
  "license": "MIT"
984
1025
  },
@@ -1032,7 +1073,8 @@
1032
1073
  "version": "2.0.0",
1033
1074
  "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
1034
1075
  "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
1035
- "dev": true
1076
+ "dev": true,
1077
+ "license": "MIT"
1036
1078
  },
1037
1079
  "node_modules/micromatch": {
1038
1080
  "version": "4.0.8",
@@ -1214,21 +1256,12 @@
1214
1256
  "node": ">= 0.6.0"
1215
1257
  }
1216
1258
  },
1217
- "node_modules/punycode": {
1218
- "version": "2.1.1",
1219
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
1220
- "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
1221
- "dev": true,
1222
- "license": "MIT",
1223
- "engines": {
1224
- "node": ">=6"
1225
- }
1226
- },
1227
1259
  "node_modules/randombytes": {
1228
1260
  "version": "2.1.0",
1229
1261
  "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
1230
1262
  "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==",
1231
1263
  "dev": true,
1264
+ "license": "MIT",
1232
1265
  "dependencies": {
1233
1266
  "safe-buffer": "^5.1.0"
1234
1267
  }
@@ -1252,6 +1285,16 @@
1252
1285
  "integrity": "sha512-bH6E4PMmsEXYrLX6Kr1vu+xI3HproB1vECAwaPSJeroLE1kpWE3HR27uB4icx+6YORu1ajqBJXxuedv8ZQg5Lw==",
1253
1286
  "dev": true
1254
1287
  },
1288
+ "node_modules/require-from-string": {
1289
+ "version": "2.0.2",
1290
+ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
1291
+ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
1292
+ "dev": true,
1293
+ "license": "MIT",
1294
+ "engines": {
1295
+ "node": ">=0.10.0"
1296
+ }
1297
+ },
1255
1298
  "node_modules/resolve": {
1256
1299
  "version": "1.22.1",
1257
1300
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
@@ -1311,18 +1354,20 @@
1311
1354
  "type": "consulting",
1312
1355
  "url": "https://feross.org/support"
1313
1356
  }
1314
- ]
1357
+ ],
1358
+ "license": "MIT"
1315
1359
  },
1316
1360
  "node_modules/schema-utils": {
1317
- "version": "3.3.0",
1318
- "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz",
1319
- "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==",
1361
+ "version": "4.3.0",
1362
+ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.0.tgz",
1363
+ "integrity": "sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==",
1320
1364
  "dev": true,
1321
1365
  "license": "MIT",
1322
1366
  "dependencies": {
1323
- "@types/json-schema": "^7.0.8",
1324
- "ajv": "^6.12.5",
1325
- "ajv-keywords": "^3.5.2"
1367
+ "@types/json-schema": "^7.0.9",
1368
+ "ajv": "^8.9.0",
1369
+ "ajv-formats": "^2.1.1",
1370
+ "ajv-keywords": "^5.1.0"
1326
1371
  },
1327
1372
  "engines": {
1328
1373
  "node": ">= 10.13.0"
@@ -1353,6 +1398,7 @@
1353
1398
  "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
1354
1399
  "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
1355
1400
  "dev": true,
1401
+ "license": "BSD-3-Clause",
1356
1402
  "dependencies": {
1357
1403
  "randombytes": "^2.1.0"
1358
1404
  }
@@ -1398,6 +1444,7 @@
1398
1444
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
1399
1445
  "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
1400
1446
  "dev": true,
1447
+ "license": "BSD-3-Clause",
1401
1448
  "engines": {
1402
1449
  "node": ">=0.10.0"
1403
1450
  }
@@ -1407,6 +1454,7 @@
1407
1454
  "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
1408
1455
  "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
1409
1456
  "dev": true,
1457
+ "license": "MIT",
1410
1458
  "dependencies": {
1411
1459
  "buffer-from": "^1.0.0",
1412
1460
  "source-map": "^0.6.0"
@@ -1449,10 +1497,11 @@
1449
1497
  }
1450
1498
  },
1451
1499
  "node_modules/terser": {
1452
- "version": "5.27.0",
1453
- "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz",
1454
- "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==",
1500
+ "version": "5.39.0",
1501
+ "resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz",
1502
+ "integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
1455
1503
  "dev": true,
1504
+ "license": "BSD-2-Clause",
1456
1505
  "dependencies": {
1457
1506
  "@jridgewell/source-map": "^0.3.3",
1458
1507
  "acorn": "^8.8.2",
@@ -1467,16 +1516,17 @@
1467
1516
  }
1468
1517
  },
1469
1518
  "node_modules/terser-webpack-plugin": {
1470
- "version": "5.3.10",
1471
- "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz",
1472
- "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==",
1519
+ "version": "5.3.11",
1520
+ "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz",
1521
+ "integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==",
1473
1522
  "dev": true,
1523
+ "license": "MIT",
1474
1524
  "dependencies": {
1475
- "@jridgewell/trace-mapping": "^0.3.20",
1525
+ "@jridgewell/trace-mapping": "^0.3.25",
1476
1526
  "jest-worker": "^27.4.5",
1477
- "schema-utils": "^3.1.1",
1478
- "serialize-javascript": "^6.0.1",
1479
- "terser": "^5.26.0"
1527
+ "schema-utils": "^4.3.0",
1528
+ "serialize-javascript": "^6.0.2",
1529
+ "terser": "^5.31.1"
1480
1530
  },
1481
1531
  "engines": {
1482
1532
  "node": ">= 10.13.0"
@@ -1504,7 +1554,8 @@
1504
1554
  "version": "2.20.3",
1505
1555
  "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
1506
1556
  "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
1507
- "dev": true
1557
+ "dev": true,
1558
+ "license": "MIT"
1508
1559
  },
1509
1560
  "node_modules/to-regex-range": {
1510
1561
  "version": "5.0.1",
@@ -1563,10 +1614,11 @@
1563
1614
  }
1564
1615
  },
1565
1616
  "node_modules/undici-types": {
1566
- "version": "5.26.5",
1567
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
1568
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
1569
- "dev": true
1617
+ "version": "6.20.0",
1618
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
1619
+ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
1620
+ "dev": true,
1621
+ "license": "MIT"
1570
1622
  },
1571
1623
  "node_modules/update-browserslist-db": {
1572
1624
  "version": "1.1.2",
@@ -1599,18 +1651,10 @@
1599
1651
  "browserslist": ">= 4.21.0"
1600
1652
  }
1601
1653
  },
1602
- "node_modules/uri-js": {
1603
- "version": "4.4.1",
1604
- "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
1605
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
1606
- "dev": true,
1607
- "license": "BSD-2-Clause",
1608
- "dependencies": {
1609
- "punycode": "^2.1.0"
1610
- }
1611
- },
1612
1654
  "node_modules/vscode-uri": {
1613
- "version": "3.0.8",
1655
+ "version": "3.1.0",
1656
+ "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
1657
+ "integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
1614
1658
  "dev": true,
1615
1659
  "license": "MIT"
1616
1660
  },
@@ -1628,9 +1672,9 @@
1628
1672
  }
1629
1673
  },
1630
1674
  "node_modules/webpack": {
1631
- "version": "5.97.1",
1632
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz",
1633
- "integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==",
1675
+ "version": "5.98.0",
1676
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.98.0.tgz",
1677
+ "integrity": "sha512-UFynvx+gM44Gv9qFgj0acCQK2VE1CtdfwFdimkapco3hlPCJ/zeq73n2yVKimVbtm+TnApIugGhLJnkU6gjYXA==",
1634
1678
  "dev": true,
1635
1679
  "license": "MIT",
1636
1680
  "dependencies": {
@@ -1652,9 +1696,9 @@
1652
1696
  "loader-runner": "^4.2.0",
1653
1697
  "mime-types": "^2.1.27",
1654
1698
  "neo-async": "^2.6.2",
1655
- "schema-utils": "^3.2.0",
1699
+ "schema-utils": "^4.3.0",
1656
1700
  "tapable": "^2.1.1",
1657
- "terser-webpack-plugin": "^5.3.10",
1701
+ "terser-webpack-plugin": "^5.3.11",
1658
1702
  "watchpack": "^2.4.1",
1659
1703
  "webpack-sources": "^3.2.3"
1660
1704
  },
@@ -46,8 +46,8 @@
46
46
  "process": "^0.11.10",
47
47
  "request-light": "^0.8.0",
48
48
  "ts-loader": "^9.5.2",
49
- "vscode-uri": "^3.0.8",
50
- "webpack": "^5.97.1",
49
+ "vscode-uri": "^3.1.0",
50
+ "webpack": "^5.98.0",
51
51
  "webpack-cli": "^6.0.1"
52
52
  },
53
53
  "dependencies": {
@@ -1 +1 @@
1
- {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.7.3"}
1
+ {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.8.2"}
@@ -1 +1 @@
1
- {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.7.3"}
1
+ {"root":["../../../src/browser/main.ts","../../../src/browser/workbench.api.d.ts"],"version":"5.8.2"}
@@ -59,7 +59,7 @@ async function getScannedBuiltinExtensions(vsCodeDevLocation) {
59
59
  }
60
60
  const browserMainLocation = path.join(vsCodeDevLocation, 'extensions', ext.extensionPath, browserMain);
61
61
  if (!(await (0, download_1.fileExists)(browserMainLocation))) {
62
- console.log(`${browserMainLocation} not found. Make sure all extensions are compiled (use 'yarn watch-web').`);
62
+ console.log(`${browserMainLocation} not found. Make sure all extensions are compiled (use 'npm run watch-web').`);
63
63
  }
64
64
  }
65
65
  }
@@ -1 +1 @@
1
- {"root":["../../src/server/app.ts","../../src/server/download.ts","../../src/server/extensions.ts","../../src/server/index.ts","../../src/server/main.ts","../../src/server/mounts.ts","../../src/server/workbench.ts"],"version":"5.7.3"}
1
+ {"root":["../../src/server/app.ts","../../src/server/download.ts","../../src/server/extensions.ts","../../src/server/index.ts","../../src/server/main.ts","../../src/server/mounts.ts","../../src/server/workbench.ts"],"version":"5.8.2"}
@@ -187,7 +187,7 @@ async function getProductOverrides(vsCodeDevLocation) {
187
187
  }
188
188
  }
189
189
  async function getDevCssModules(vsCodeDevLocation) {
190
- const glob = await Promise.resolve().then(() => require('glob'));
190
+ const glob = await Promise.resolve().then(() => require('tinyglobby'));
191
191
  return glob.glob('**/*.css', { cwd: path.join(vsCodeDevLocation, 'out') });
192
192
  }
193
193
  async function isESM(vsCodeDevLocation) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/test-web",
3
- "version": "0.0.66",
3
+ "version": "0.0.68",
4
4
  "scripts": {
5
5
  "install-extensions": "npm i --prefix=fs-provider && npm i --prefix=sample",
6
6
  "compile": "tsc -b ./ && npm run compile-fs-provider",
@@ -25,23 +25,23 @@
25
25
  "dependencies": {
26
26
  "@koa/cors": "^5.0.0",
27
27
  "@koa/router": "^13.1.0",
28
- "@playwright/browser-chromium": "^1.50.1",
29
- "glob": "^11.0.1",
28
+ "@playwright/browser-chromium": "^1.51.1",
29
+ "tinyglobby": "0.2.12",
30
30
  "gunzip-maybe": "^1.4.2",
31
31
  "http-proxy-agent": "^7.0.2",
32
32
  "https-proxy-agent": "^7.0.6",
33
- "koa": "^2.15.3",
33
+ "koa": "^2.16.0",
34
34
  "koa-morgan": "^1.0.1",
35
35
  "koa-mount": "^4.0.0",
36
36
  "koa-static": "^5.0.0",
37
37
  "minimist": "^1.2.8",
38
- "playwright": "^1.50.1",
38
+ "playwright": "^1.51.1",
39
39
  "tar-fs": "^3.0.8",
40
- "vscode-uri": "^3.0.8"
40
+ "vscode-uri": "^3.1.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@eslint/eslintrc": "^3.2.0",
44
- "@eslint/js": "^9.19.0",
43
+ "@eslint/eslintrc": "^3.3.1",
44
+ "@eslint/js": "^9.23.0",
45
45
  "@types/gunzip-maybe": "^1.4.2",
46
46
  "@types/koa": "^2.15.0",
47
47
  "@types/koa__router": "^12.0.4",
@@ -51,11 +51,11 @@
51
51
  "@types/minimist": "^1.2.5",
52
52
  "@types/node": "^20.16.13",
53
53
  "@types/tar-fs": "^2.0.4",
54
- "@typescript-eslint/eslint-plugin": "^8.22.0",
55
- "@typescript-eslint/parser": "^8.22.0",
56
- "eslint": "^9.19.0",
54
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
55
+ "@typescript-eslint/parser": "^8.28.0",
56
+ "eslint": "^9.23.0",
57
57
  "@tony.ganchev/eslint-plugin-header": "^3.1.2",
58
- "typescript": "^5.7.3"
58
+ "typescript": "^5.8.2"
59
59
  },
60
60
  "license": "MIT",
61
61
  "author": "Visual Studio Code Team",
@@ -1 +1 @@
1
- {"fileNames":[],"fileInfos":[],"root":[],"options":{"composite":true},"version":"5.7.3"}
1
+ {"fileNames":[],"fileInfos":[],"root":[],"options":{"composite":true},"version":"5.8.2"}