Skip to content

Commit

Permalink
Update scripts/components/api-changes-validator/api_usage_generator.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Amplifiyer <[email protected]>
  • Loading branch information
sobolk and Amplifiyer authored Aug 28, 2024
1 parent 6b6d7e6 commit 3ab9067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class ApiUsageGenerator {
if (namedExport.propertyName) {
// If property name is present this means that
// API Extractor aliased type definition to avoid duplicate
// end exported from namespace as 'SomeType_2 as SomeType'
// and exported from namespace as 'SomeType_2 as SomeType'
symbolNameInApiView = namedExport.propertyName.getText();
const exportedSymbolName = namedExport.name.getText();
namespaceDefinitions.aliasedSymbols.set(
Expand Down

0 comments on commit 3ab9067

Please sign in to comment.