Skip to content

Commit

Permalink
Merge pull request #770 from savetheclocktower/web-tree-sitter-fix
Browse files Browse the repository at this point in the history
Update `web-tree-sitter` to include `isalnum` builtin
  • Loading branch information
savetheclocktower authored Oct 19, 2023
2 parents f95b3a7 + bf59f53 commit c572fc1
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 c572fc1

Please sign in to comment.