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
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
* @param name {string} - The human readable name of the element. Used for annotation messages.
98
98
* @param transform {transformMember} - The callback to transform a member
99
99
* @param requiredKeys {string[]} - The callback to transform a member
100
+
* @param orderedKeys {string[]} - An ordered list of keys which should be parsed first - This is useful when some keys depend on others. All non-ordered keys past last in user-defined order.
100
101
* @param sendWarning {boolean}
101
102
* @param object {ObjectElement} - The object containing members to transform
0 commit comments