Files
babel/packages/babel-plugin-transform-computed-properties/test/fixtures/regression/7144/input.mjs

4 lines
38 B
JavaScript

export default {
[a]: b,
[c]: d
};