make a shared library of the typo database

This commit is contained in:
erik-krogh
2022-09-08 15:49:34 +02:00
parent b3653cc3d0
commit 88f295fbb1
8 changed files with 9052 additions and 18072 deletions

View File

@@ -4,7 +4,7 @@
import javascript
// import typo database (generated from Wikipedia, licensed under CC BY-SA 3.0)
import TypoDatabase
import codeql.typos.TypoDatabase
/**
* Holds if `wrong` is a misspelling of `right` that might be intentional or

File diff suppressed because it is too large Load Diff

View File

@@ -9,3 +9,4 @@ defaultSuiteFile: codeql-suites/javascript-code-scanning.qls
dependencies:
codeql/javascript-all: "*"
codeql/suite-helpers: "*"
codeql/typos: "*"