Commit 33f10aa
committed
refactor: Remove redundant condition definitions in SDLReader and JSXTypeScriptStates
This commit simplifies the condition handling in SDLReader and JSXTypeScriptStates by removing unnecessary instance-level definitions of condition categories. The base class now automatically builds these categories, enhancing code clarity and maintainability.1 parent 9fddec0 commit 33f10aa
2 files changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 51 | + | |
| 52 | + | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
| |||
0 commit comments