We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f941c66 commit 185aee7Copy full SHA for 185aee7
app-config-extension-utils/src/index.ts
@@ -15,7 +15,7 @@ export function composeExtensions(extensions: ParsingExtension[]): ParsingExtens
15
}
16
17
export function named(name: string, parsingExtension: ParsingExtension): ParsingExtension {
18
- Object.defineProperty(parsingExtension, '_extensionName', { value: name });
+ Object.defineProperty(parsingExtension, 'extensionName', { value: name });
19
20
return parsingExtension;
21
0 commit comments