sort-js-object-keys icon indicating copy to clipboard operation
sort-js-object-keys copied to clipboard

Unable to sort object containing `import`

Open OliverJAsh opened this issue 3 years ago • 0 comments

const x = {
  a: 1,
  b: import('foo')
}

OliverJAsh avatar Oct 14 '22 11:10 OliverJAsh