UNPKG
tree-sitter-php
Version:
latest (0.24.2)
0.24.2
0.24.1
0.24.0
0.23.12
0.23.11
0.23.10
0.23.9
0.23.8
0.23.7
0.23.6
0.23.4
0.23.3
0.23.2
0.23.1
0.23.0
0.22.8
0.22.7
0.22.6
0.22.5
0.22.2
0.22.1
0.22.0
0.21.1
0.21.0
0.20.0
0.19.0
0.16.2
0.16.1
0.16.0
0.13.1
0.13.0
0.11.0
0.4.0
0.3.0
0.2.0
0.1.1
PHP grammar for tree-sitter
github.com/tree-sitter/tree-sitter-php
tree-sitter/tree-sitter-php
tree-sitter-php
/
index.js
10 lines
(9 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
try
{
module
.
exports
= require(
"./build/Release/tree_sitter_php_binding"
); }
catch
(error) {
try
{
module
.
exports
= require(
"./build/Debug/tree_sitter_php_binding"
); }
catch
(_) {
throw
error } }