formulahendry / formulahendry/vscode-code-runner

可以支持es6实列属性的写法

Open
#543 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

源码:
class Query {
_relation = [];
constructor() {}
}
const find = new Query();
输出:
_relation = [];
^

SyntaxError: Unexpected token =

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.