Soul_Master

Results 4 issues of Soul_Master

There are several errors in type definition of @web/parse5-utils package because all of these methods are not defined. ![image](https://user-images.githubusercontent.com/442046/145512104-7bdf5168-b0f5-4ca5-a18f-55b10521458f.png)

## 🐛 Bug Report ![image](https://user-images.githubusercontent.com/442046/167289279-8ccde458-6e94-4d13-82fd-097c48159e00.png) ![image](https://user-images.githubusercontent.com/442046/167289296-1ea46920-78f8-404b-a022-e4eef9a5f7c4.png) ### Expected behavior Cannot upgrade XF.Material 5.0.0.2291 or latest version (5.0.0.2401) ### Reproduction steps 1. Upgrade XamarinForm dependency to XF.Material 5.0.0.2291 (or later) 2....

In TypeScript 2.9, external module can reference to other JSON module. TSLint language service should allow us to ignore JSON files just like TypeScript definition files. I try to exclude...

I have the following module as entry point to import enum variable from commonJS module. **index.js module** ```js import commonExport from './common.js'; import { NetworkTypes } from './common.js'; console.info('default import...