mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
65de5a7185
57 changed files with 1144 additions and 341 deletions
|
|
@ -1293,6 +1293,7 @@ Messages.Extended.prototype = extend(Messages.Simple.prototype, {
|
|||
{
|
||||
let map = {
|
||||
"number": "cm-number",
|
||||
"bigint": "cm-number",
|
||||
"longstring": "console-string",
|
||||
"string": "console-string",
|
||||
"regexp": "cm-string-2",
|
||||
|
|
@ -3364,6 +3365,15 @@ Widgets.ObjectRenderers.add({
|
|||
render: WrappedPrimitiveRenderer,
|
||||
});
|
||||
|
||||
/**
|
||||
* The widget used for displaying BigInt previews.
|
||||
*/
|
||||
Widgets.ObjectRenderers.add({
|
||||
byClass: "BigInt",
|
||||
|
||||
render: WrappedPrimitiveRenderer,
|
||||
});
|
||||
|
||||
/**
|
||||
* The widget used for displaying String previews.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue