summaryrefslogtreecommitdiff
path: root/modules/esm
Commit message (Expand)AuthorAgeFilesLines
* esm: Improve startup time by delaying imports of native and GI modulesPhilip Chimento2023-03-043-23/+17
* gi: Roll back change to imports.gi.versions object if gi.require() failsPhilip Chimento2023-03-041-6/+13
* console: Use private fields and methodsPhilip Chimento2023-02-191-119/+43
* console: Pass CODE information to structured warning logsMarco Trevisan (Treviño)2022-11-021-1/+2
* console: Also use formatters for console.traceMarco Trevisan (Treviño)2022-11-021-10/+17
* console: Include CODE file, function and line in structured loggingMarco Trevisan (Treviño)2022-11-021-0/+18
* console: Write the whole stack trace when using console.trace()Marco Trevisan (Treviño)2022-11-021-4/+9
* console: Ensure that PrintOptions fields are included in the structured logMarco Trevisan (Treviño)2022-11-021-0/+1
* console: Use more const variables when possibleMarco Trevisan (Treviño)2022-11-021-5/+5
* console: Add missing description to warn()Marco Trevisan (Treviño)2022-11-021-0/+2
* Implement WHATWG Timers APIEvan Welsh2022-01-142-0/+168
* Update ESLint to v8ewlsh/eslint-v8Evan Welsh2021-08-181-1/+1
* modules: Implement console.clear()Evan Welsh2021-08-161-0/+2
* modules: Implement WHATWG console specificationEvan Welsh2021-08-162-0/+718
* modules: Cleanup JSDoc, use ArrayBuffer.isView(), and use Object.definePropertyEvan Welsh2021-08-141-25/+20
* modules: Implement non-fatal encoding and decodingEvan Welsh2021-08-111-1/+1
* modules: Implement fatal TextEncoder and TextDecoder APIsEvan Welsh2021-08-114-0/+517
* esm/gi: Use __version__ property to check for conflictsFlorian Müllner2021-08-041-7/+8
* modules: Add bootstrap file with ESM supportEvan Welsh2021-07-121-0/+4
* system: Add System.dumpMemoryInfo() APIPhilip Chimento2021-07-031-0/+2
* gettext: Export LocaleCategory enum in ES modulePhilip Chimento2021-06-081-0/+2
* system: Add missing functions to System modulePhilip Chimento2021-04-111-0/+4
* Refactor ARGV handling and add system.programArgs.ewlsh/refactor-argvEvan Welsh2021-02-111-0/+2
* system: Alphabetize list of module properties and add missingPhilip Chimento2021-02-111-8/+10
* esm: Add additional builtin ES modulesEvan Welsh2021-02-063-0/+66
* esm: Enable static module imports.Evan Welsh2021-02-062-0/+32