Ryan Johnson
Ryan Johnson
We'll be looking into refactoring how `` and `` behave as part of a future update.
After a brief attempt, I discovered that `:link:visited` is not equivalent to `a:visited`. Will need to investigate further.
Anticipated consumption after Nov 2018 CAREaTHON project. ```javascript import { HXElement } from 'helix-ui/lib/elements'; import { KEYS } from 'helix-ui/lib/utils'; import { getPosition } from 'helix-ui/lib/utils/position'; ```
We'll be investigating LOE to complete this work.
@maxdeepfield: those two blank lines are part of the `✗ avoid` example. It should look like the following (2 blank lines between last two statements) ```javascript // ✓ ok var...
This seems to have been fixed in #507
I'm working on getting this updated. * esdoc PR: #524 * esdoc-plugins PR: TBD
ES6 classes are just syntactic sugar on top of classic constructor functions. What you probably want is: ```javascript class CarBuilder { /** * @param {function} carConstructor - class definition/constructor of...
Have there been any updates to this? Any idea when this might be fixed?
I agree with concatenating `$tags` as you walk down the JSON tree. This definition... ```json5 { "color": { "$tags": ["global"], "brand": { "$tags": ["marketing", "company"], "primary": { "400": { "$value":...