summaryrefslogtreecommitdiff
path: root/modules/script
Commit message (Expand)AuthorAgeFilesLines
* signals: Simulate GObject's connect_after behavior on signalsMarco Trevisan (Treviño)2023-02-191-1/+5
* debugger: Use spread syntax to override style propertyPhilip Chimento2023-02-191-3/+1
* debugger: Support Symbol valuesPhilip Chimento2023-01-011-1/+5
* print: Format Symbol property keysPhilip Chimento2023-01-011-1/+10
* print: Pretty-print formatting for SymbolsPhilip Chimento2023-01-011-0/+22
* print: Refactor check for nonstandard toString in pretty-printPhilip Chimento2023-01-011-11/+15
* integrated the pretty printer to debugger.jsNasah2022-07-231-13/+3
* Not PR focus: pretty printing empty objects as {}Nasah2022-07-231-1/+2
* pretty print string value with double quotesNasah2022-07-231-2/+4
* automatically adding () to the expression to be printedNasah2022-07-231-0/+2
* Add check for GObject introspected objects to pretty-printNasah Kuma2022-06-131-7/+14
* Merge branch 'handle-reference-cycles-in-pretty-print-function' into 'master'Philip Chimento2022-03-241-7/+17
|\
| * Closes: #469 ;added check for circular referencing when printing out objectsNasah Kuma2022-03-231-7/+17
* | Merge branch 'verbose-object-print-output' into 'master'Philip Chimento2022-03-061-1/+71
|\ \ | |/
| * Verbose object print outputNasah Kuma2022-02-251-0/+53
| * print: Connect up prettyPrint() to Console.interact() and log()Philip Chimento2022-02-251-1/+18
* | package: Reverse order of running-from-source checksPhilip Chimento2022-03-021-14/+14
|/
* Add TypeError to Error debugger printerEvan Welsh2022-01-161-1/+1
* debugger: Handle EOF at debugger prompt correctlyPhilip Chimento2022-01-161-3/+5
* Update ESLint to v8ewlsh/eslint-v8Evan Welsh2021-08-181-1/+1
* debugger: Add option to ignore caught exceptionsFlorian Müllner2021-08-131-1/+14
* ByteArray: Implement ByteArray.toGBytes() in JSEvan Welsh2021-08-071-1/+14
* ByteArray: Clarify eslint overrideEvan Welsh2021-07-011-1/+3
* ByteArray: Add jsdoc to ByteArray.fromArray()Evan Welsh2021-07-011-2/+7
* Add list command to debuggerNasah Kuma2021-02-181-4/+13
* Refactor ARGV handling and add system.programArgs.ewlsh/refactor-argvEvan Welsh2021-02-111-0/+8
* Add list command to debuggerNasah-Kuma2021-02-111-0/+38
* debugger: Handle special return values from Environment.getVariable()Philip Chimento2021-02-081-0/+12
* format: Add some linter rules and warnings about imports.formatPhilip Chimento2021-02-081-0/+1
* Display current line of source code when displaying current frame in debuggerNasah Kuma2021-01-271-15/+18
* Add backtrace full command to debuggerNasah Kuma2021-01-091-8/+32
* debugger: Make '$$' mean the last valuePhilip Chimento2020-11-301-1/+5
* Correct contributor copyright email.Evan Welsh2020-11-302-2/+2
* maint: Add copyright notices based on major file contributorsPhilip Chimento2020-11-306-0/+8
* *: Fix spelling mistakes found by codespellBjörn Daase2020-11-292-6/+6
* lint: Switch to eslint-plugin-jsdoc and remove lint-condo.Evan Welsh2020-11-207-5/+26
* added rule to handle blank lines at the start of blocksNasah-Kuma2020-10-271-2/+0
* maint: Add dual MIT/LGPL license to all GJS files that didn't have onePhilip Chimento2020-10-045-0/+7
* maint: Convert all existing license/copyright comments to SPDX formatPhilip Chimento2020-10-0412-225/+34
* print: Define API writablePhilip Chimento2020-08-301-0/+4
* maint: Add more eslint rules for restricted syntaxPhilip Chimento2020-08-301-2/+2
* debugger: Remove Debugger.enabled propertyPhilip Chimento2020-08-111-12/+2
* global: Refactor to support multiple global types.Evan Welsh2020-07-271-2/+2
* modules: Split print functions into native module.Evan Welsh2020-07-043-2/+32
* js: Replace trimLeft and trimRight with trimStart and trimEndPhilip Chimento2020-05-161-3/+3
* JS: migrate from the global `window` to `globalThis`Andy Holmes2020-04-243-6/+6
* GObject: Allow omitting setters and gettersPhilip Chimento2020-04-191-0/+3
* modules: Reorganize modules to support multiple globals.Evan Welsh2020-02-0216-0/+4457