Add generated gflib.js under typescript/js. Add deprecation notice in javascript.

This commit is contained in:
John J. Camilleri
2019-06-10 10:15:03 +02:00
parent bbd1c9147a
commit 9ba4a42426
4 changed files with 1124 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
# Deprecation notice
As of June 2019, this JavaScript version of the GF runtime is considered deprecated,
in favour of the TypeScript version in `../typescript/gflib.ts`.
If you don't want/need TypeScript and are just looking for a ready-to-use JavaScript version,
see `../typescript/js/gflib.js` which is generated directly from the TypeScript version.