Aurelia 1.x Q&A - Sandbox at https://codesandbox.io/s/aurelia-javascript-sandbox-jnl6q85zq5
export class Api { getUser(userID){} getUsers(options = {}) {} saveUser(userObject) {} }
thing = () => { whatever}
@Vheissu Wallaby's started giving me
SyntaxError: Unexpected token = at tests/specs/model-watcher-tests.ts:5
and I can't figure out why. Have you ever seen this?