Commit aaad32f
Add supports_async_loading? semantic method
Replace specific version check with semantic method that clearly indicates
what feature is being checked for. This improves code readability and
makes version requirements more self-documenting.
- Add PackerUtils.supports_async_loading? method
- Replace shakapacker_version_requirement_met?("8.2.0") with supports_async_loading?
- Version requirement is now encapsulated in the semantic method
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 27644c0 commit aaad32f
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments