Commit 4c552c8
committed
feat!: rename exported alias from
This commit follows on 575c74c and
8f43afc in renaming exported aliases
which follow REPL namespace conventions rather than more common
nested package conventions. This helps ensure more consistent naming
throughout the project as concerns exported aliases from sub-
namespaces.
BREAKING CHANGE: rename exported alias from `reverseString` to `reverse`
To migrate, users should drop the `String` suffix.reverseString to reverse
1 parent 8f43afc commit 4c552c8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments