BC Minecraft Bedrock Diagnoser
v1.21.44-4
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