BC Minecraft Bedrock Diagnoser
v1.21.44-4
مكتبة حزمة TypeScript التي توفر تشخيصات لمشاريع الأساس Minecraft
const context : DiagnoserContext = {
getDiagnoser : ( doc : TextDocument , project : MCProject ) => { ... } ,
getDocument : ( uri : string ) => { ... } ,
getFiles : ( folder : string , ignores : MCIgnore ) => { ... } ,
cache : ProjectData
} ;
const diagnoser = new Diagnoser ( context ) ;
diagnoser . Process ( doc ) : boolean ;
diagnoser . ProcessFolder ( folder , ignores ) : void ;
diagnoser . ProcessPack ( pack ) : void ; أولاً ، اقرأ دليل المساهمة. مفترق المشروع ، واستنساخه وقم بتشغيل الأوامر التالية:
تثبيت
npm ci
npm update