From 8f2bf2718ce57045cb33ef340416f45474c7ad0f Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Sun, 25 Feb 2024 10:26:26 -0800 Subject: [PATCH] Update download.html no js download --- download.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/download.html b/download.html index 29ee62b1..75c24785 100644 --- a/download.html +++ b/download.html @@ -158,8 +158,6 @@

JavaScript/TypeScript Target

npm install antlr4
-

Or, you can download antlr-javascript-runtime-4.13.1.zip. -

The runtime is provided in the form of source code, so no additional installation is required. Simply refer to the JavaScript in that zip from your project, and eventually webpack it.

See JavaScript runtime target for more information.