Open
Bug 1955908
Opened 1 year ago
Updated 7 months ago
Make CSSCompleter.resolveState only accepts array of tokens instead of source string + line and column
Categories
(DevTools :: Style Editor, task, P3)
DevTools
Style Editor
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
Details
In Bug 1069183, we're changing the signature of resolveState so it can accepts an array of tokens instead of a source string + location, so we can avoid doing too much tokenization.
When #1069183 lands, there will still be usages of the "old" signature. We should try to migrate those to pass an array of tokens instead
Updated•7 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•