File tree 5 files changed +4
-23
lines changed
5 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " tree-sitter-typescript" ,
3
3
"version" : " 0.13.6" ,
4
4
"description" : " Typescript grammar for tree-sitter" ,
5
- "main" : " typescript.js" ,
6
5
"keywords" : [
7
6
" parser" ,
8
7
" tree-sitter" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
try {
2
- module . exports = require ( "./build/Release/tree_sitter_typescript_binding " ) ;
2
+ module . exports = require ( ".. /build/Release/tree_sitter_tsx_binding " ) ;
3
3
} catch ( error ) {
4
4
try {
5
- module . exports = require ( "./build/Debug/tree_sitter_typescript_binding " ) ;
5
+ module . exports = require ( ".. /build/Debug/tree_sitter_tsx_binding " ) ;
6
6
} catch ( _ ) {
7
7
throw error
8
8
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
try {
2
- module . exports = require ( "./build/Release/tree_sitter_typescript_binding" ) ;
2
+ module . exports = require ( ".. /build/Release/tree_sitter_typescript_binding" ) ;
3
3
} catch ( error ) {
4
4
try {
5
- module . exports = require ( "./build/Debug/tree_sitter_typescript_binding" ) ;
5
+ module . exports = require ( ".. /build/Debug/tree_sitter_typescript_binding" ) ;
6
6
} catch ( _ ) {
7
7
throw error
8
8
}
You can’t perform that action at this time.
0 commit comments