Post

mike douges
mike douges@douges·
This might not look like much but it's fixing a long standing bug where selections would break unexpectedly Left is before, selection becomes directionalLight Right is after, no change Previously selections used line+column, in the next version of @trytriplex it uses AST path
English
1
1
3
389
mike douges
mike douges@douges·
AST path is like {exportName}/{elementName}/.../{elementName}. It's not perfect e.g. there are edge cases where re-ordering elements could break. But it works well for most cases and it doesn't bleed code from Triplex into your code like data-triplex-id.
English
1
0
0
138
mike douges
mike douges@douges·
This fix remains true to Triplex's original values: No Triplex-specific code No installed dependencies Keen to finish this and get it out. 💪
English
0
0
0
132
共有