From b529a34c667d1df5c8f4a2db858a772c2dee8a13 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Mon, 8 Feb 2021 17:31:42 -0500 Subject: [PATCH] JS: Mention TypeScript in the Markdown documentation. Let people know that a TypeScript version of Astronomy Engine is now available. --- jsdoc2md/js.hbs | 9 +++++++-- source/js/README.md | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/jsdoc2md/js.hbs b/jsdoc2md/js.hbs index 4d473f7e..b9a08558 100644 --- a/jsdoc2md/js.hbs +++ b/jsdoc2md/js.hbs @@ -1,7 +1,12 @@ -# Astronomy Engine (JavaScript) +# Astronomy Engine (JavaScript / TypeScript) This is the complete programming reference for the JavaScript version of Astronomy Engine. It supports client side programming -in the browser and backend use of [Node.js](https://nodejs.org). +in the browser, and backend use of [Node.js](https://nodejs.org). + +Both the browser and backend versions of the JavaScript code are generated from +[TypeScript](https://www.typescriptlang.org/) code in `astronomy.ts`, +which is also provided here for those who want to use it directly. + Other programming languages are supported also. See the [home page](https://github.com/cosinekitty/astronomy) for more info. diff --git a/source/js/README.md b/source/js/README.md index 6e20005e..2b42041b 100644 --- a/source/js/README.md +++ b/source/js/README.md @@ -1,7 +1,12 @@ -# Astronomy Engine (JavaScript) +# Astronomy Engine (JavaScript / TypeScript) This is the complete programming reference for the JavaScript version of Astronomy Engine. It supports client side programming -in the browser and backend use of [Node.js](https://nodejs.org). +in the browser, and backend use of [Node.js](https://nodejs.org). + +Both the browser and backend versions of the JavaScript code are generated from +[TypeScript](https://www.typescriptlang.org/) code in `astronomy.ts`, +which is also provided here for those who want to use it directly. + Other programming languages are supported also. See the [home page](https://github.com/cosinekitty/astronomy) for more info.