diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2019-06-10 10:15:03 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2019-06-10 10:15:03 +0200 |
| commit | 9ba4a42426b43ff7f7f19ca0ba4f74b175b9b84a (patch) | |
| tree | 4dbfbd6500bc545dc26325b7c2dc2e88f4acba47 /src/runtime/javascript/DEPRECATED.md | |
| parent | bbd1c9147a0a58c45919f5afef0c095ab1fed42d (diff) | |
Add generated gflib.js under `typescript/js`. Add deprecation notice in `javascript`.
Diffstat (limited to 'src/runtime/javascript/DEPRECATED.md')
| -rw-r--r-- | src/runtime/javascript/DEPRECATED.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/runtime/javascript/DEPRECATED.md b/src/runtime/javascript/DEPRECATED.md new file mode 100644 index 000000000..a4a8993c6 --- /dev/null +++ b/src/runtime/javascript/DEPRECATED.md @@ -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. |
