BC Minecraft Bedrock Diagnoser
v1.21.44-4
Perpustakaan Paket TypeScript yang menyediakan diagnostik untuk proyek Bedrock 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 ; Pertama, baca panduan yang berkontribusi. membayar proyek, kloning dan jalankan perintah berikut:
Instalasi
npm ci
npm update