From 2304af294fce7e1a5596a67e696e7440bd2c27ff Mon Sep 17 00:00:00 2001 From: Jjp137 Date: Tue, 11 Feb 2020 01:22:49 -0800 Subject: [PATCH] lib.rst: add a link for jsconsole [backport] (#13383) (cherry picked from commit 84a71dad8797176e9b7ec4f9fefef9fbcd3d8fa4) --- doc/lib.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lib.rst b/doc/lib.rst index e87cc77cc270d..9252ec7a0cbc0 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -472,6 +472,9 @@ Modules for JS backend * `dom `_ Declaration of the Document Object Model for the JS backend. +* `jsconsole `_ + Wrapper for the ``console`` object. + * `jscore `_ Wrapper of core JavaScript functions. For most purposes you should be using the ``math``, ``json``, and ``times`` stdlib modules instead of this module.