-
Notifications
You must be signed in to change notification settings - Fork 35
Commit 9465bed
committed
Bulk renames to use new calendar types
This commit is a search-n-replace to use the new calendar types
defined in the previous commit:
* nonIsoGeneralImpl => nonIsoImpl (the variable name)
* NonIsoGeneralImpl => NonIsoImpl (the type)
* typeof nonIsoGeneralImpl & { helper: NonIsoHelperBase }
=> NonIsoImplWithHelper
* nonIsoHelperBase => helperSharedImpl (variable)
* NonIsoHelperBase => HelperSharedImpl (type). The old NonIsoHelperBase
interface is still present (under the new name) and the code uses the superset
of both old and new same-named interfaces. The old one will be removed
in the next commit once code using it is migrated to the new "split"
interface with HelperSharedImpl and HelperPerCalendarImpl. But at
least in the next commit there won't be lots of rename-only diffs.
* Temporal.AssignmentOptions['overflow'] => Overflow
* Temporal.ArithmeticOptions['overflow'] => Overflow (same values as
AssignmentOptions enumeration)
There's a lot more one-off changes coming up, but by breaking out these
generic renames it will hopefully make everything else easier to review.1 parent 3e65d55 commit 9465bedCopy full SHA for 9465bed
File tree
Expand file treeCollapse file tree
1 file changed
+64
-128
lines changedFilter options
- lib
Expand file treeCollapse file tree
1 file changed
+64
-128
lines changed
0 commit comments