mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
* fix: input exports * chore: fix build * chore: attempt to fix build * chore: attempt to fix build * chore: create new align enum to replace old one * chore: format * fix: Tweak renamings entries It appears that the goal is to map: Blockly.Input.Align -> Blockly.inputs.Align Blockly.Align -> Blockly.inputs.Align Blockly.ALIGN_* -> Blockly.inputs.Align.* I believe this commit achieves that in a more minimal (and correct) way—but if I have misunderstood the intention then this will not be a useful correction. --------- Co-authored-by: Christopher Allen <cpcallen+git@google.com>
36 lines
744 B
JSON
36 lines
744 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
// Include the definitions that are required for API Extractor
|
|
"extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
|
|
"tagDefinitions": [
|
|
{
|
|
"tagName": "@alias",
|
|
"syntaxKind": "block"
|
|
},
|
|
{
|
|
"tagName": "@define",
|
|
"syntaxKind": "block"
|
|
},
|
|
{
|
|
"tagName": "@license",
|
|
"syntaxKind": "block"
|
|
},
|
|
{
|
|
"tagName": "@nocollapse",
|
|
"syntaxKind": "modifier"
|
|
},
|
|
{
|
|
"tagName": "@suppress",
|
|
"syntaxKind": "modifier"
|
|
}
|
|
],
|
|
|
|
"supportForTags": {
|
|
"@alias": true,
|
|
"@define": true,
|
|
"@license": true,
|
|
"@nocollapse": true,
|
|
"@suppress": true
|
|
}
|
|
}
|