mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
classes work, excluding name and constructor/super
Former-commit-id: 818d014931
This commit is contained in:
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@@ -25,7 +25,7 @@
|
||||
"label": "test",
|
||||
"type": "process",
|
||||
"command": "zig",
|
||||
"args": ["test", "${file}"],
|
||||
"args": ["test", "${file}", "--main-pkg-path", "${workspaceFolder}"],
|
||||
|
||||
"group": {
|
||||
"kind": "test",
|
||||
@@ -33,7 +33,9 @@
|
||||
},
|
||||
"presentation": {
|
||||
"showReuseMessage": false,
|
||||
"clear": true
|
||||
"clear": true,
|
||||
"panel": "new",
|
||||
"reveal": "always"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user