json schema store match current api #5429
-
Describe the featureHello all, thanks again for maintaining this codebase! Request: Is it possible to auto upload these schema changes (per version) so we can point to the matching schema IE "http://json.schemastore.org/swcrc/1.2.224" Again I'm not familiar with schemastore.org, but am curious if versioning the json is possible and if these jsc parameters can be added Example documentation: {
"$schema": "http://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"tsx": true
},
"target": "es2020",
"loose": false,
"minify": {
"compress": {
"unused": true,
"dead_code": true
}
}
},
"module": {
"type": "es6"
},
"minify": true,
"isModule": false,
"sourceMaps": true
} Babel plugin or link to the feature descriptionauto publish to schemastore.org and include jsc types Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't own schemastore for the json and afaik it's community driven requires PR approval that we can't easily automate. |
Beta Was this translation helpful? Give feedback.
We don't own schemastore for the json and afaik it's community driven requires PR approval that we can't easily automate.