Aurelia 1.x Q&A - Sandbox at https://codesandbox.io/s/aurelia-javascript-sandbox-jnl6q85zq5
3cp on rm-esprima
3cp on master
chore: upgrade deps fix(cli-bundler): fix error on … (compare)
3cp on rm-esprima
chore: upgrade deps fix(cli-bundler): fix error on … (compare)
export let/var
or export { foo }
where foo
is let/var
(as opposed to const
), which can easily be checked by a linter/babel/whatever, there is no way to shoot yourself in the foot