mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
feat 🥁: add wrapper function support with reference tracking
- add reference tracking for wrapper functions in vanilla-extract style objects - implement ReferenceTracker class for detecting vanilla-extract imports - add createReferenceBasedNodeVisitors for automatic function detection - support wrapper functions with parameter mapping enable all lint rules to work with custom wrapper functions This commit introduces robust reference tracking and wrapper function support, enabling all lint rules to work seamlessly with custom vanilla-extract style patterns while preserving compatibility with existing usage and improving rule extensibility.
This commit is contained in:
parent
35875fbb31
commit
02576d923c
15 changed files with 1942 additions and 212 deletions
|
|
@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
|
||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.11.0] - 2025-06-25
|
||||
|
||||
- add reference tracking for wrapper functions in vanilla-extract style objects
|
||||
- implement ReferenceTracker class for detecting vanilla-extract imports
|
||||
- add createReferenceBasedNodeVisitors for automatic function detection
|
||||
- support wrapper functions with parameter mapping enable all lint rules to work with custom wrapper functions
|
||||
|
||||
## [1.10.0] - 2025-04-19
|
||||
|
||||
- confirm compatibility with ESLint 8.57.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue