kaitai_struct_webide
kaitai_struct_webide copied to clipboard
Moving V2 files into separate folder as ground work for deletion/moving to other branch
In this commit I moved all code I could find related to V2 and moved it to related folder. It's a ground work in preparation for either axing whole V2 version or moving it to a separete branch
- V1 is totally untouched as much as it needed to be and all the features should work normally.
- Script to run local version also runs without any problems and is also pinned in
package.json
- V2 folder can be axed at any point and it will not impact V1 in any way - Tested locally
There is a question of few environments/files/testing files:
- playground.html -> it only loads a preview of some unfinished features related to Yaml edit
- github_oauth.html -> another testing playfield for github token - most probably related to v2 GithubFileSource
- serve_files.py, serve_practice.py and checker.js -> those files seems like attempt to load local files with python,
- tsconfig.playground.json -> used as part of task to build playground.html,
Also the same for the directories:
- template_compiler -> used by playground.html if that file is to be deleted then this folder also
- practice -> some random files probably for testing, not used anywhere
@generalmimon What do you think?