[gjs: 5/5] Merge branch 'ewlsh/whatwg-console' into 'master'




commit 94654f83ecfe899ceeef4be69972520c24c3b791
Merge: 77b25a6e e24c0548
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Aug 17 03:41:26 2021 +0000

    Merge branch 'ewlsh/whatwg-console' into 'master'
    
    WHATWG Console Implementation
    
    See merge request GNOME/gjs!634

 .editorconfig                     |   3 +
 .eslintrc.yml                     |   1 +
 gjs/debugger.cpp                  |  15 +-
 installed-tests/js/.eslintrc.yml  |   1 +
 installed-tests/js/matchers.js    |  36 +-
 installed-tests/js/meson.build    |   1 +
 installed-tests/js/testConsole.js | 256 ++++++++++++++
 js.gresource.xml                  |   1 +
 libgjs-private/gjs-util.c         |  13 +
 libgjs-private/gjs-util.h         |   3 +
 meson.build                       |   1 +
 modules/esm/_bootstrap/default.js |   2 +
 modules/esm/console.js            | 718 ++++++++++++++++++++++++++++++++++++++
 util/console.cpp                  |  64 ++++
 util/console.h                    |  31 ++
 15 files changed, 1134 insertions(+), 12 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]