Re: [heycam/webidl] BREAKING: Convert the `unrestricted` keyword into an extended attribute (#857)

It’s not just that we can’t define a `typedef` with a space, it’s that `unrestricted float32` and `unrestricted float64` are syntax errors, so we have to use `[Unrestricted] float32` and `[Unrestricted] float64`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/857#issuecomment-604095023

Received on Wednesday, 25 March 2020 21:23:27 UTC