ES2015(ES6)の子クラスの constructor() では super() が必須で、super()の前には this.* や super.* が使えない話 - Qiita

TL;DR タイトルのままです。 背景:よく出会うエラー SyntaxError: missing super() call in constructor SyntaxError: 'this' is not allowed before super() Syntax...