bc-minecraft-bedrock-diagnoser
TypeScript icon, indicating that this package has built-in type declarations

1.20.73-0 • Public • Published

BC-Minecraft-Bedrock-Diagnoser

Npm Package & Publish Npm Test tagged-release

A typescript package library that provides diagnostics for minecraft bedrock projects

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;

Contributing

First, read the contributing guide. fork the project, clone it and run the following commands:

Installation

  npm ci
  npm update

Package Sidebar

Install

npm i bc-minecraft-bedrock-diagnoser

Weekly Downloads

260

Version

1.20.73-0

License

BSD-3-Clause

Unpacked Size

582 kB

Total Files

573

Last publish

Collaborators

  • blockceptionltd
  • daanv2