Skip to content

Commit

Permalink
Update web-tree-sitter to include isalnum builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Oct 16, 2023
1 parent 016d813 commit bf59f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vendor/web-tree-sitter/tree-sitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1826,6 +1826,9 @@ var TreeSitter = function() {
var _isalpha = Module["_isalpha"] = function() {
return (_isalpha = Module["_isalpha"] = Module["asm"]["isalpha"]).apply(null, arguments)
};
var _isalnum = Module["_isalnum"] = function() {
return (_isalnum = Module["_isalnum"] = Module["asm"]["isalnum"]).apply(null, arguments)
};
var ___errno_location = Module["___errno_location"] = function() {
return (___errno_location = Module["___errno_location"] = Module["asm"]["__errno_location"]).apply(null, arguments)
};
Expand Down
Binary file modified vendor/web-tree-sitter/tree-sitter.wasm
Binary file not shown.

0 comments on commit bf59f53

Please sign in to comment.