sort-js-object-keys
sort-js-object-keys copied to clipboard
Unable to sort object containing `import`
const x = {
a: 1,
b: import('foo')
}