BlocklyProp
BlocklyProp copied to clipboard
Add REST endpoint to obtain compiler library metdata
The current implementation of blocks have no process available to determine that the libraries used by the compiler are at the correct version to support the newer blocks. This can be resolved by adding an endpoint to the BlocklyProp server that will return the Simple Libraries version. The browser code can then make a determination and, if necessary, fail elegantly.