I want to parse this code to ast:
const code = ` class Test { constructor(private foo: Foo) { } } `;
But when I run I get error: