BC Minecraft Bedrock Diagnoser
v1.21.44-4
Minecraft 기반암 프로젝트에 대한 진단을 제공하는 TypeScript 패키지 라이브러리
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