mirror of
https://github.com/scratchfoundation/scratch-sb1-converter.git
synced 2024-11-28 02:25:43 -05:00
9231957791
Add ValidationError to help distinguish between unrecoverable errors while decoding an `.sb` file and encoding to Scratch 2 data. Export AssertionError and ValidationError so users of the converter can know when an error is from validating the Scratch 1 file (as in it likely is not an Scratch 1 file) or from making sure the Scratch 1 file data matches expected ranges (like not making memory buffers that are too big). |
||
---|---|---|
.. | ||
assert.js | ||
log.js |