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 3f87353 commit 9059a3bCopy full SHA for 9059a3b
src/vs/base/common/decorators.ts
@@ -3,7 +3,7 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
-export function createDecorator(mapFn: (fn: Function, key: string) => Function): Function {
+function createDecorator(mapFn: (fn: Function, key: string) => Function): Function {
7
return (target: any, key: string, descriptor: any) => {
8
let fnKey: string | null = null;
9
let fn: Function | null = null;
0 commit comments