Jack Williams

Results 4 issues of Jack Williams

Enums should not be suggested as a branding mechanism because they will be normalised away in union types. The current example: ```ts // FOO enum FooIdBrand {} type FooId =...

**Aim:** Discover higher-order types using proxies that wrap and monitor values at run-time. **Example** ```ts function foo(f, x, y) { return f(x.g,x.a) * (y ? -1 : 1); } let...

enhancement
help wanted
discussion

This issue is used to track the popularity of adding multiple locale support. Feel free to provide relevant feedback, or indicate support with a 👍. We can make no guarantees...

localization

This issue tracks an enhancement request for improving the error message when saving from AFE fails. Currently, we only display the default error message from the Office JavaScript API. Related...

enhancement