You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance Grid 3 symbol library and color utilities support
Fixed import error in src/processors/index.ts - isSymbolLibraryReference and parseImageSymbolReference are exported from resolver.ts, not symbols.ts
3. Fixed self-reference bug in src/processors/gridsetProcessor.ts - removed ...button?.parameters that referenced the variable being created
4. Added missing constructor parameters to AACButton class in src/core/treeStructure.ts for symbolLibrary and symbolPath
5. Fixed resolver logic in src/processors/gridset/resolver.ts - restructured the check to ensure [grid3x] built-in resources use the builtinHandler before treating them as symbol library references
0 commit comments