Closed
Bug 1953140
Opened 8 days ago
Closed 7 days ago
Turn on incremental TypeScript builds, and allow referencing outside modules without errors on toolkit/components/search code
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(2 files)
Bug 1950484 added a couple of improvements for the toolkit extensions TypeScript implementation, that I'd like to echo across to toolkit/component/search:
- Enabled incremental builds/checking.
- Enabled referencing "external" modules without raising errors from those modules when running
./mach ts check ...
.
I think both of these will help as we build more type information.
Assignee | ||
Comment 1•8 days ago
|
||
Assignee | ||
Comment 2•8 days ago
|
||
This allows us to reference them without 'mach ts check' raising issues within the external modules.
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0df007859050
Allow incremental typescript builds for toolkit/components/search. r=mbeier
https://hg.mozilla.org/integration/autoland/rev/c2678b8ea160
Enable referencing outside modules for TypeScript on toolkit/components/search. r=mbeier.
Comment 4•7 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0df007859050
https://hg.mozilla.org/mozilla-central/rev/c2678b8ea160
Status: NEW → RESOLVED
Closed: 7 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•