Class properties are not supported

node v17.9.1
version: master
endpointsharetweet
'use strict'; class Foo { prop1; constructor(prop1) { this.prop1 = prop1; } }
Loading…

no comments

    sign in to comment