editor icon indicating copy to clipboard operation
editor copied to clipboard

Extract bridge. custom syntax into own data package

Open solvedDev opened this issue 3 years ago • 0 comments

Store all data related to bridge. custom syntax within its own data package. Storing them within the "minecraftBedrock" package is a bit unintuitive.

Changes to data loading within the core app are required to make this work:

  • Load presets from multiple packages
  • Load file definitions from multiple packages
  • Loading typescript declarations might need a tweak to respect the base package path of the file definition

Changes to the bundling script within the editor-packages repo are needed:

  • We still need to produce a single fileDefinitions.json file for the standalone version of Dash to consume

solvedDev avatar Jul 28 '22 10:07 solvedDev