├── LICENSE ├── README.md ├── pics ├── before_and_after.png ├── console.jpg └── preview.jpg └── source ├── package-lock.json ├── package.json └── wsc.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/README.md -------------------------------------------------------------------------------- /pics/before_and_after.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/pics/before_and_after.png -------------------------------------------------------------------------------- /pics/console.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/pics/console.jpg -------------------------------------------------------------------------------- /pics/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/pics/preview.jpg -------------------------------------------------------------------------------- /source/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/source/package-lock.json -------------------------------------------------------------------------------- /source/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/source/package.json -------------------------------------------------------------------------------- /source/wsc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DosX-dev/WebSafeCompiler/HEAD/source/wsc.js --------------------------------------------------------------------------------