Closed
Bug 1980791
Opened 2 months ago
Closed 2 months ago
EventUtils JSDoc types reference nil instead of null
Categories
(Testing :: Mochitest, defect)
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
People
(Reporter: robert, Assigned: robert)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0
Steps to reproduce:
Noticed that the JS Doc types reference Selection|nil
instead of Selection|null
as nil
is not a builtin TS type.
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::JavaScript Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
I don't think that categorisation is right, looks like it should be Product = Testing & Component = Mochitest?
Updated•2 months ago
|
Component: JavaScript Engine → Mochitest
Product: Core → Testing
Updated•2 months ago
|
Assignee: nobody → robert
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by gijskruitbosch@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/c0555900b2c4
https://hg.mozilla.org/integration/autoland/rev/a9508c95ef3a
replace nil EventUtils JSDoc types with null r=Gijs DONTBUILD
Comment 5•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•