From 9ba4a42426b43ff7f7f19ca0ba4f74b175b9b84a Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Mon, 10 Jun 2019 10:15:03 +0200 Subject: Add generated gflib.js under `typescript/js`. Add deprecation notice in `javascript`. --- src/runtime/javascript/DEPRECATED.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/runtime/javascript/DEPRECATED.md (limited to 'src/runtime/javascript/DEPRECATED.md') 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. -- cgit v1.2.3