Paweł Grabarz
Paweł Grabarz
vue-hyperclick is using js-hyperclick internally. It actually only translates vue files to extract the JS part from them. Anything related to the actual jumping functionality is configured inside js-hyperclick.
Refinement notes: - The arrow should appear only in the most obvious case: method call with a "self" argument placed the access chain - The icon should become a port...
@AdRiley What you see is an argument placeholder for the dot operator right-hand side, since the default node expression (`operator1.`) includes the trailing dot. This isn't really a bug, more...
This is an enormouse PR that you are trying to revert. It might be worth to try to address the issue instead first.
Since the original issue was successfully fixed and merged, this revert is no longer necessary.
That looks like a problem with AST range mapping again. Might be related to what I'm seeing with duplicated AST IDs on widgets.
@surma Looking into that further, transform behaves totally differently when you force to create a render layer. This happens specifically for 3d transforms (`translateZ(0)` counts). Because it's so different, shouldn't...
:+1: This is required to run any test coverage tool.
First nested directives support was added in 9644439ba48262e89c027fbe9d63f8292efd954e, and later a few fixes were added to it. All of that landed in 3.0.0. Neting should work out of the box....
No plans as of now, as it would involve creating a complex parser. You can use multiple nested `@ifdef`s instead like ``` // @ifdef a // @ifdef b ... your...