Skip to content

Latest commit

 

History

History
 
 

README.md

Summary

This package contains type definitions for Minecraft JS

There are three main domains of APIs in src/lib:

  • ECMAScript language features - e.g. JavaScript APIs like functions on Array etc which are documented in ECMA-262
  • QuickJS APIs - e.g. APIs which are available in QuickJS and Minecraft

Changes

  • Intl APIs - e.g. APIs scoped to Intl which are documented in ECMA-402 are removed