mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
fix: input exports (#7165)
* 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>
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
{
|
||||
"tagName": "@nocollapse",
|
||||
"syntaxKind": "modifier"
|
||||
},
|
||||
{
|
||||
"tagName": "@suppress",
|
||||
"syntaxKind": "modifier"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -26,7 +30,6 @@
|
||||
"@define": true,
|
||||
"@license": true,
|
||||
"@nocollapse": true,
|
||||
"@suppress": true,
|
||||
"@unrestricted": true
|
||||
"@suppress": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user