vscode/extensions/markdown-language-features/preview-src
Matt Bierner b1c5e2f19b
Don't include dom typings in extensions (#89942)
**Problem**
All of our extensions currently are built using the dom typings. This can lead to runtime errors if you mistakenly use `window` or similar

**Fix**
Exclude the dom typings from compile. Then explicitly import the node types for `URL` and `TextEncoder`
2020-02-04 11:08:22 -08:00
..
activeLineMarker.ts
csp.ts Remove onCommand from markdown preview 2018-09-21 15:08:41 -07:00
events.ts Fix markdown preview restoring to wrong position on restart 2019-02-14 18:24:01 -08:00
index.ts run "eslint --fix" to get some changes for free 2020-01-02 20:14:09 +01:00
loading.ts Reduce usage of postCommand in markdown preview 2018-09-21 15:08:41 -07:00
messaging.ts Remove onCommand from markdown preview 2018-09-21 15:08:41 -07:00
pre.ts
scroll-sync.ts Improve scroll sync for nested markdown lists 2019-11-08 18:13:01 -08:00
settings.ts Add vscode.env.webviewResourceRoot api 2019-06-18 22:29:37 -07:00
strings.ts
tsconfig.json Don't include dom typings in extensions (#89942) 2020-02-04 11:08:22 -08:00