Commit d52b9d2
Add JSI_UNSTABLE flag (#54547)
Summary:
Pull Request resolved: #54547
We want to have a proper way of releasing new JSI features, rather than
releasing into JSI as they are added.
To do this, we are adding a new `JSI_UNSTABLE` flag that will gate new
features. Until Hermes releases a new version, all of these "unstable"
features are subject to change. Interfaces may be modified, API behavior
may be changed, etc.
When Hermes release a new version, the new additions will be moved out
of the "unstable" status and become frozen.
This diff adds the `JSI_UNSTABLE` flag to JSI and adds corresponding
changes to the BUCK build. Later diffs will use this gate new APIs.
Changelog: [Internal]
Reviewed By: lavenzg
Differential Revision: D85915163
fbshipit-source-id: b2f754af4bb53db8dfe837e3ea2e2543d691754d1 parent 2d6a323 commit d52b9d2
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
255 | 261 | | |
256 | 262 | | |
257 | 263 | | |
| |||
0 commit comments