Results 9 issues of Hari Haran

Added support for `;` in Adding multiple cc's #176

Rebased the branch #36

Based on [this ](https://github.com/Keboo/AutoDI/issues/13) discussion , i have made some changes. Sorry if my VS settings overridden any code formatting

### Current behavior As per the [Azure Devops Docs](https://learn.microsoft.com/en-us/azure/devops/repos/git/branch-policies?view=azure-devops&tabs=browser) regarding **Branch Policies** > A branch that has required policies configured can't be deleted, and requires pull requests (PRs) for all...

As per the [Azure Devops Docs](https://learn.microsoft.com/en-us/azure/devops/repos/git/branch-policies?view=azure-devops&tabs=browser) regarding **Branch Policies** > A branch that has required policies configured can't be deleted, and requires pull requests (PRs) for all changes. I have...

### Which package(s) are affected? Lit Core (lit / lit-html / lit-element / reactive-element) ### Description I am trying to use [@swc/jest](https://swc.rs/docs/usage/jest) to speed up my tests on my `lit+typescript+jest`...

### Describe the bug I am trying to use [@swc/jest](https://swc.rs/docs/usage/jest) to speed up my tests on my `lit+typescript+jest` setup. When using the `swc/jest` as the test runner the `willUpdate` method...

C-bug

## Please describe your changes Currently we have bunch of import statements that do `@tiptap/pm/model` / `@tiptap/pm/view`. We can simplify this similar to `@tiptap/core`, I exported all the types from...