-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from libxml2js to libxml2-wasm. libxml2js is no longer activel…
…y maintained and has a critical vulnerability. Also adds some more type information and a script to check that the types are valid.
- Loading branch information
1 parent
61a390e
commit b7df5e0
Showing
4 changed files
with
70 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"compilerOptions": { | ||
"strict": true, | ||
"noImplicitAny": true, | ||
"strictFunctionTypes": true, | ||
"strictPropertyInitialization": true, | ||
"strictBindCallApply": true, | ||
"noImplicitThis": true, | ||
"noImplicitReturns": true, | ||
"alwaysStrict": true, | ||
"esModuleInterop": true, | ||
"checkJs": true, | ||
"allowJs": true, | ||
"declaration": true, | ||
"target": "ES2016", | ||
"module": "ESNext", | ||
"moduleResolution": "node" | ||
}, | ||
"verbose": true | ||
} |
Oops, something went wrong.