mirror of
https://github.com/google/blockly.git
synced 2026-03-09 23:00:10 +01:00
chore: merge develop into rc/v11
This commit is contained in:
@@ -81,7 +81,7 @@ def main():
|
||||
for line in infile:
|
||||
if line.startswith('///'):
|
||||
if description:
|
||||
description = description + ' ' + line[3:].strip()
|
||||
description += ' ' + line[3:].strip()
|
||||
else:
|
||||
description = line[3:].strip()
|
||||
else:
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
// The name that the export had before this version.
|
||||
// All of the properties on this object are optional.
|
||||
'oldExportName': {
|
||||
// The new module that the export is in in this version. If
|
||||
// The new module that the export is in this version. If
|
||||
// this is not provided, the newModule is assumed to be the
|
||||
// parent module's newPath.
|
||||
newModule: 'new.module.name',
|
||||
|
||||
Reference in New Issue
Block a user