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
It's been more than two years since the last Sanctuary release, so it's understandable that some new EcmaScript objects are not supported by default by Sanctuary. Like the Intl.NumberFormat etc. But it would probably be a good a idea to support them in the next release (whenever that might be).
Example:
console.debug(S.I(newIntl.NumberFormat('da')))// Uncaught TypeError: Unrecognized value
The list is probably long, so this is just a reminder to write down a list of all new EcmaScript objects that Sanctuary does not support and then, implement Types for them in Sanctuary.
The text was updated successfully, but these errors were encountered:
It's been more than two years since the last Sanctuary release, so it's understandable that some new EcmaScript objects are not supported by default by Sanctuary. Like the
Intl.NumberFormat
etc. But it would probably be a good a idea to support them in the next release (whenever that might be).Example:
Easily fixable with:
The list is probably long, so this is just a reminder to write down a list of all new EcmaScript objects that Sanctuary does not support and then, implement Types for them in Sanctuary.
The text was updated successfully, but these errors were encountered: