chore: merge develop into rc/v11

This commit is contained in:
Maribeth Bottorff
2024-04-01 14:57:19 -07:00
committed by GitHub
34 changed files with 375 additions and 426 deletions

View File

@@ -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:

View File

@@ -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',