Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
This folder contains the following dependencies for accessible Blockly:
* Angular2 (angular2-all.umd.min.js, angular2-polyfills.min.js)
* RxJava (Rx.umd.min)
Used for data binding between the core Blockly workspace and accessible Blockly.
RxJava is required by Angular2.
Fetched from https://code.angularjs.org/
The current version is 2.0.0-beta.16.
* ES6 Shim
Required by Angular2, for Javascript files.
Fetched from https://github.com/paulmillr/es6-shim
The current version is 0.35.1.