this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› (typescript) patch event target interface with a value

+29 -6
+5
package.json
··· 25 25 "dependencies": { 26 26 "chart.xkcd": "^1.1.13", 27 27 "pinia": "^2.1.3" 28 + }, 29 + "pnpm": { 30 + "patchedDependencies": { 31 + "typescript@5.0.4": "patches/typescript@5.0.4.patch" 32 + } 28 33 } 29 34 }
+12
patches/typescript@5.0.4.patch
··· 1 + diff --git a/lib/lib.dom.d.ts b/lib/lib.dom.d.ts 2 + index 4a1be1170b5f39cc844bdf0a1c5b89872380c40c..1fd652f50c115b4d97f668ef75fe0d05c83a8eb9 100644 3 + --- a/lib/lib.dom.d.ts 4 + +++ b/lib/lib.dom.d.ts 5 + @@ -5344,6 +5344,7 @@ interface EventTarget { 6 + dispatchEvent(event: Event): boolean; 7 + /** Removes the event listener in target's event listener list with the same type, callback, and options. */ 8 + removeEventListener(type: string, callback: EventListenerOrEventListenerObject | null, options?: EventListenerOptions | boolean): void; 9 + + value?: string 10 + } 11 + 12 + declare var EventTarget: {
+12 -6
pnpm-lock.yaml
··· 1 1 lockfileVersion: '6.0' 2 2 3 + patchedDependencies: 4 + typescript@5.0.4: 5 + hash: tswc77krsppsyyde46hhoafsoi 6 + path: patches/typescript@5.0.4.patch 7 + 3 8 dependencies: 4 9 chart.xkcd: 5 10 specifier: ^1.1.13 ··· 29 34 version: 1.62.1 30 35 typescript: 31 36 specifier: ^5.0.4 32 - version: 5.0.4 37 + version: 5.0.4(patch_hash=tswc77krsppsyyde46hhoafsoi) 33 38 vitest: 34 39 specifier: ^0.31.1 35 40 version: 0.31.1(sass@1.62.1) ··· 1860 1865 typescript: '*' 1861 1866 dependencies: 1862 1867 '@volar/language-core': 1.5.4 1863 - typescript: 5.0.4 1868 + typescript: 5.0.4(patch_hash=tswc77krsppsyyde46hhoafsoi) 1864 1869 dev: true 1865 1870 1866 1871 /@vue/compiler-core@3.2.45: ··· 2001 2006 dependencies: 2002 2007 '@volar/typescript': 1.5.4(typescript@5.0.4) 2003 2008 '@vue/language-core': 1.7.0 2004 - typescript: 5.0.4 2009 + typescript: 5.0.4(patch_hash=tswc77krsppsyyde46hhoafsoi) 2005 2010 dev: true 2006 2011 2007 2012 /@vueuse/head@1.1.26(vue@3.3.4): ··· 4295 4300 optional: true 4296 4301 dependencies: 4297 4302 '@vue/devtools-api': 6.5.0 4298 - typescript: 5.0.4 4303 + typescript: 5.0.4(patch_hash=tswc77krsppsyyde46hhoafsoi) 4299 4304 vue: 3.3.4 4300 4305 vue-demi: 0.14.5(vue@3.3.4) 4301 4306 dev: false ··· 4840 4845 engines: {node: '>=10'} 4841 4846 dev: true 4842 4847 4843 - /typescript@5.0.4: 4848 + /typescript@5.0.4(patch_hash=tswc77krsppsyyde46hhoafsoi): 4844 4849 resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} 4845 4850 engines: {node: '>=12.20'} 4846 4851 hasBin: true 4852 + patched: true 4847 4853 4848 4854 /ufo@1.1.2: 4849 4855 resolution: {integrity: sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==} ··· 5292 5298 '@vue/language-core': 1.7.0 5293 5299 '@vue/typescript': 1.7.0(typescript@5.0.4) 5294 5300 semver: 7.5.1 5295 - typescript: 5.0.4 5301 + typescript: 5.0.4(patch_hash=tswc77krsppsyyde46hhoafsoi) 5296 5302 dev: true 5297 5303 5298 5304 /vue@3.3.4: