Merge with upstream

This commit is contained in:
Florian Scholdei
2020-02-25 16:22:54 +01:00
78 changed files with 3192 additions and 1518 deletions

View File

@@ -4,7 +4,7 @@ describe("binder tests", () => {
let binder: Binder;
beforeEach(() => {
binder = new Binder();
binder = new Binder("testing");
});
it("should return an empty array for non existing extension points", () => {