Revision d60747f0430c32de2375119a076614b1e461232e authored by chenjigeng on 05 October 2021, 15:14:16 UTC, committed by GitHub on 05 October 2021, 15:14:16 UTC
* feat: add quick fix for types

* feat: add test case for quick fix of types

* feat: add did-you-mean error when Cannot_find_name_0 and Cannot_find_namespace_0

* feat: add Cannot_find_namespace_0_Did_you_mean_1 error and only suggest when resolve type

* feat: update baselines

* feat: update baselines

* feat: update baselines

* chore: fix style problem

* Always suggest spelling corrections

* suggest primitives instead of their wrappers

* Add primitives to suggestions

Instead of altering wrappers to look like primitives.

* add semicolons

* revert unneeded change

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
1 parent ee24e2e
History
File Mode Size
ISSUE_TEMPLATE
codeql
workflow-resources
workflows
pr_owners.txt -rw-r--r-- 148 bytes
pull_request_template.md -rw-r--r-- 449 bytes
tsc.json -rw-r--r-- 460 bytes

back to top