diff options
| author | krangelov <kr.angelov@gmail.com> | 2019-08-09 15:18:27 +0200 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2019-08-09 15:18:27 +0200 |
| commit | 85a81ef741239717cbc81e883e10433d8c0bc2b3 (patch) | |
| tree | 698cd7d7782a1b757e2f61609a0d840fef888689 /src/runtime/javascript | |
| parent | 3e662475ee8413f21562bf06c45d5e8e4efe4eff (diff) | |
| parent | b77626b802b2152508ba62e1d36accf85ae30a95 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'src/runtime/javascript')
| -rw-r--r-- | src/runtime/javascript/DEPRECATED.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/runtime/javascript/DEPRECATED.md b/src/runtime/javascript/DEPRECATED.md index a4a8993c6..83f4e51d6 100644 --- a/src/runtime/javascript/DEPRECATED.md +++ b/src/runtime/javascript/DEPRECATED.md @@ -1,7 +1,4 @@ # 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. +in favour of the TypeScript version in <https://github.com/GrammaticalFramework/gf-typescript>. |
