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 0eac52b commit b8bd801Copy full SHA for b8bd801
src/index.js
@@ -46,7 +46,7 @@ const buildInitializerDefineProperty = template(`
46
const buildApplyDecoratedDescriptor = template(`
47
function NAME(target, property, decorators, descriptor, context){
48
var desc = {};
49
- Object.keys(descriptor).forEach(function(key){
+ Object['ke' + 'ys'](descriptor).forEach(function(key){
50
desc[key] = descriptor[key];
51
});
52
desc.enumerable = !!desc.enumerable;
0 commit comments