scratch-parser/lib
chrisgarrity 750e866444 fix(unzip): handle sb2 files zipped with a folder
Uses a pattern to find the sprite or project json in a zipped folder or flat list of files.

Added tests for
* loading a sprite or project with a nested folder
* loading a file without a json

Fixes #42
2019-02-07 11:24:33 +01:00
..
parse.js feat(schemas): add support for sprite files for 2.0 and 3.0 2018-05-02 23:46:26 -04:00
sb2_definitions.json fix(sprite2): sprite2 validation should allow sprites without sounds 2018-05-07 10:24:12 -04:00
sb2_schema.json feat(schemas): add support for sprite files for 2.0 and 3.0 2018-05-02 23:46:26 -04:00
sb3_definitions.json fix(sb3_definitions): prevent sprites from being named _stage_ 2018-12-19 11:09:06 -05:00
sb3_schema.json feat(schemas): add support for sprite files for 2.0 and 3.0 2018-05-02 23:46:26 -04:00
sprite2_schema.json test: add new sprite2 test fixtures and integration tests 2018-05-02 23:46:26 -04:00
sprite3_schema.json refactor(sprite3_schema): clean up sprite3 representation 2018-05-03 16:20:54 -04:00
unpack.js test(tests): fix up tests to accommodate new apis 2018-05-02 23:46:26 -04:00
unzip.js fix(unzip): handle sb2 files zipped with a folder 2019-02-07 11:24:33 +01:00
validate.js feat(schemas): add support for sprite files for 2.0 and 3.0 2018-05-02 23:46:26 -04:00