Commit 1d3965a
committed
feat(ecma): refine class.inner text object selection
Replace basic node capture for class.inner with make-range!
implementation
to select class body content without including braces. This makes
class.inner
behavior consistent with function.inner, providing a more intuitive text
object selection for editing class contents.1 parent 9937e5e commit 1d3965a
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
| |||
0 commit comments