BlocklyProp icon indicating copy to clipboard operation
BlocklyProp copied to clipboard

Add REST endpoint to obtain compiler library metdata

Open zfi opened this issue 5 years ago • 1 comments

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.

zfi avatar Jun 05 '19 22:06 zfi