deno_core icon indicating copy to clipboard operation
deno_core copied to clipboard

Make `#[ops(stable)]` opt-in instead of opt-out

Open dsherret opened this issue 2 years ago • 0 comments

We should use #[ops(stable)] to say an op is stable so that it's an explicit opt-in. This would reduce the chances of someone creating an unstable op as stable.

Edit: Oh, it seems we need #[ops(unstable)] for this to actually work.

dsherret avatar Aug 09 '22 23:08 dsherret