Files
swift-mirror/lib/Option/features.json
Max Obermeier 504fe3c3a4 Make emission of extension block symbols formal feature
- add name to lib/Option/features.json
 - add flag for explicitly disabling extension block symbols feature
2022-10-19 19:13:11 +02:00

35 lines
598 B
JSON

{
"features": [
{
"name": "experimental-skip-all-function-bodies"
},
{
"name": "experimental-allow-module-with-compiler-errors"
},
{
"name": "index-unit-output-path"
},
{
"name": "library-level"
},
{
"name": "emit-abi-descriptor"
},
{
"name": "no-warn-superfluous-index-unit-path"
},
{
"name": "empty-abi-descriptor"
},
{
"name": "enable-bare-slash-regex-updated"
},
{
"name": "emit-const-value-sidecar"
},
{
"name": "emit-extension-block-symbols"
}
]
}