File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 4646 "@codemirror/view" : " ^6.38.1" ,
4747 "@minecraftmetascript/mms-wasm" : " ../mms/result/js" ,
4848 "@open-rpc/client-js" : " ^1.8.1" ,
49- "@spyglassmc/mcdoc" : " ^0.3.38" ,
5049 "@steeze-ui/svelte-icon" : " ^1.6.2" ,
5150 "@steeze-ui/tabler-icons" : " ^3.3.1" ,
5251 "@sveltejs/adapter-static" : " ^3.0.9" ,
Original file line number Diff line number Diff line change @@ -116,10 +116,6 @@ const getMaybeSerialized = (v: object | string): object => {
116116 return v ;
117117} ;
118118
119- const fetchData = async ( ) => {
120- const mcdocData = await fetch ( 'https://raw.githubusercontent.com/SpyglassMC/vanilla-mcdoc' ) ;
121- } ;
122-
123119const main = async ( e : MessageEvent ) => {
124120 const message = parse ( DeepslateRenderWorkerMessageSchema , e . data ) ;
125121 switch ( message . kind ) {
You can’t perform that action at this time.
0 commit comments