Skip to content

Instantly share code, notes, and snippets.

@makenowjust
Last active October 10, 2015 05:53
Show Gist options
  • Select an option

  • Save makenowjust/eb99b6b8826812a1b1ca to your computer and use it in GitHub Desktop.

Select an option

Save makenowjust/eb99b6b8826812a1b1ca to your computer and use it in GitHub Desktop.
// this example dosen't work.
{foo, bar} = {foo: 1, bar: 2}
// $ babel-node object-destructuring-starts-a-line.js
// SyntaxError: object-destructuring-starts-a-line.js: Unexpected token (1:11)
// > 1 | {foo, bar} = {foo: 1, bar: 2}
// | ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment