JavaScript: Alert suppression through single-line /* */ style comments.

This commit is contained in:
Max Schaefer
2020-01-02 10:45:20 +00:00
parent 45d0e5971f
commit 8d1ad5c5f3
5 changed files with 36 additions and 4 deletions

View File

@@ -2,14 +2,16 @@
## General improvements
* Alert suppression can now be done with single-line block comments (`/* ... */`) as well as line comments (`// ...`).
* Imports with the `.js` extension can now be resolved to a TypeScript file,
when the import refers to a file generated by TypeScript.
* Support for the following frameworks and libraries has been improved:
- [react](https://www.npmjs.com/package/react)
- [typeahead.js](https://www.npmjs.com/package/typeahead.js)
- [Handlebars](https://www.npmjs.com/package/handlebars)
- Imports with the `.js` extension can now be resolved to a TypeScript file,
when the import refers to a file generated by TypeScript.
## New queries
| **Query** | **Tags** | **Purpose** |