Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tree-sitter/tree-sitter-javascript issues and pull requests

#342 - Is it possible to disable TS-specific highlights from this grammar?

Issue - State: closed - Opened by rschristian 4 days ago - 2 comments

#341 - feat!: remove glimmer template tags

Pull Request - State: closed - Opened by amaanq 9 days ago - 1 comment

#340 - Update bindings & regenerate

Pull Request - State: closed - Opened by amaanq 21 days ago

#339 - Range of jsx_text node is too large

Issue - State: open - Opened by llemaitre19 about 2 months ago - 2 comments
Labels: bug

#338 - build: update bindings

Pull Request - State: closed - Opened by amaanq 2 months ago

#338 - build: update bindings

Pull Request - State: closed - Opened by amaanq 2 months ago

#337 - Bug: escape sequences are too restricted for tagged templates

Issue - State: open - Opened by jackschu 2 months ago
Labels: bug

#336 - Fix: Operator precedence rules for tagged template functions

Pull Request - State: closed - Opened by jackschu 2 months ago - 1 comment

#334 - apparent incorrect parse of `new` expression with a tagged template

Issue - State: closed - Opened by ltcmelo 3 months ago
Labels: bug

#333 - Document target ECMAScript edition

Issue - State: open - Opened by juanmirocks 3 months ago

#332 - Fix: for in / of statements containing new lines

Pull Request - State: closed - Opened by jackschu 4 months ago - 1 comment

#331 - Fix: expand meta_property to include import.meta

Pull Request - State: closed - Opened by jackschu 4 months ago - 1 comment

#330 - Fix: disallow semi injection before template string

Pull Request - State: closed - Opened by jackschu 4 months ago - 1 comment

#329 - `jsx_element` nodes on different line being parsed as start on the same line.

Issue - State: closed - Opened by lucario387 4 months ago - 6 comments
Labels: bug

#328 - Fix: JSXText node trims whitespace too often

Pull Request - State: closed - Opened by jackschu 4 months ago - 3 comments

#327 - Fix: allow auto-semicolon insertion before prefix-less decimal literals

Pull Request - State: closed - Opened by jackschu 4 months ago - 1 comment

#325 - JSXText node trims whitespace too often

Issue - State: closed - Opened by jackschu 4 months ago
Labels: bug

#324 - Inline comments can result in mis-parsed return, break, and continue statements

Issue - State: closed - Opened by jackschu 5 months ago - 1 comment
Labels: bug

#323 - Default export of anonymous function declaration is misclassified as function expression

Issue - State: open - Opened by jackschu 5 months ago - 1 comment
Labels: bug

#322 - Parser Hangs forever Parsing JS Code

Issue - State: closed - Opened by jpulec 5 months ago - 2 comments
Labels: bug

#321 - `tree-sitter-javascript` version 0.21.2 does not compile on Windows

Issue - State: closed - Opened by Luni-4 6 months ago - 3 comments
Labels: bug

#319 - U2028/U2029 doesn't terminate comments

Issue - State: closed - Opened by jackschu 6 months ago
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 7 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 6 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 2 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 2 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 2 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 3 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 2 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 3 comments
Labels: bug

#318 - incorrect parse for destructuring dssignment

Issue - State: open - Opened by ltcmelo 6 months ago - 2 comments
Labels: bug

#317 - fix: conditionally enable no-unused-parameter

Pull Request - State: closed - Opened by HerringtonDarkholme 6 months ago

#316 - [bug] tree-sitter-javascript build fails on Windows

Issue - State: closed - Opened by HerringtonDarkholme 6 months ago
Labels: bug

#315 - Parse the condition of a for loop into a dedicated node

Issue - State: open - Opened by yorickpeterse 7 months ago - 1 comment

#314 - fix: static can be on its own line

Pull Request - State: closed - Opened by amaanq 7 months ago

#313 - Bug: 'class_static_block' cant contain 'extras' like newlines

Issue - State: closed - Opened by jackschu 7 months ago - 3 comments
Labels: bug

#312 - Update bindings & workflows

Pull Request - State: closed - Opened by amaanq 7 months ago

#311 - Regenerate bindings

Pull Request - State: closed - Opened by segevfiner 7 months ago - 3 comments

#310 - Regenerate bindings

Pull Request - State: closed - Opened by segevfiner 7 months ago

#309 - Error during build

Issue - State: closed - Opened by SFX123456 7 months ago - 2 comments
Labels: bug

#308 - Cannot use with tree-sitter-rs 0.22.

Issue - State: closed - Opened by iago-lito 8 months ago

#307 - fix: escape braces in regex

Pull Request - State: closed - Opened by amaanq 8 months ago

#306 - Segmentation Fault when Parsing Javascript

Issue - State: closed - Opened by soohoonc 8 months ago - 5 comments
Labels: bug

#305 - fix: allow ampersands not followed by a `#` in jsx strings

Pull Request - State: closed - Opened by amaanq 8 months ago

#304 - Broken highlighting when using bare `&` in JSX attribute

Issue - State: closed - Opened by rschristian 8 months ago - 2 comments
Labels: bug

#303 - Handling of `await` and `yield` not context-dependent

Issue - State: open - Opened by Maxdamantus 8 months ago
Labels: bug

#302 - refactor!: use last-wins precedence for queries

Pull Request - State: closed - Opened by amaanq 9 months ago

#301 - docs: update badges

Pull Request - State: closed - Opened by amaanq 9 months ago

#300 - Update highlights.scm for content_tag

Pull Request - State: closed - Opened by NullVoxPopuli 9 months ago - 4 comments

#299 - Fixes

Pull Request - State: closed - Opened by amaanq 9 months ago

#298 - Fail to parse nested do{}while()

Issue - State: closed - Opened by mingodad 9 months ago - 2 comments
Labels: bug

#297 - Fail to parse a comment immediately after regex

Issue - State: closed - Opened by mingodad 9 months ago
Labels: bug

#296 - fix: don't parse html comments inside regexes

Pull Request - State: closed - Opened by amaanq 9 months ago

#295 - Fail to recognize regex /<!--/

Issue - State: closed - Opened by mingodad 9 months ago
Labels: bug

#293 - fix: tweak template literal injection

Pull Request - State: closed - Opened by amaanq 9 months ago

#292 - examples/background-process.mjs

Issue - State: closed - Opened by Eijipolo 9 months ago

#292 - examples/background-process.mjs

Issue - State: closed - Opened by Eijipolo 9 months ago

#292 - examples/background-process.mjs

Issue - State: closed - Opened by Eijipolo 9 months ago

#291 - 0.20.3

Pull Request - State: closed - Opened by amaanq 9 months ago

#290 - let a /* >_< */ = 1

Issue - State: closed - Opened by vird 9 months ago - 1 comment
Labels: bug

#289 - 0.20.2

Pull Request - State: closed - Opened by amaanq 9 months ago

#288 - Misc bug fixes

Pull Request - State: closed - Opened by amaanq 9 months ago - 2 comments

#287 - if (n-->0){} is parsed as JSX comment

Issue - State: closed - Opened by vird 9 months ago - 1 comment
Labels: bug

#286 - class A{;}

Issue - State: closed - Opened by vird 9 months ago
Labels: bug

#285 - chore: split javascript and jsx parsers into separate dialects

Pull Request - State: closed - Opened by calebdw 10 months ago - 1 comment

#284 - Support HTML entities in JSX text/attributes

Pull Request - State: closed - Opened by cpmsmith 10 months ago - 2 comments

#283 - Import statements with newlines in them not parsing correctly

Issue - State: closed - Opened by helixbass 10 months ago - 1 comment
Labels: bug

#282 - İi

Issue - State: open - Opened by fevzijenga 11 months ago

#281 - J

Issue - State: open - Opened by fevzijenga 11 months ago
Labels: bug

#280 - Introduce condition alias for capturing the conditions

Pull Request - State: closed - Opened by ketkarameya 11 months ago - 6 comments

#279 - The semicolon should be interted before comment

Pull Request - State: closed - Opened by cuyl 11 months ago - 1 comment

#278 - Javascript parser throwing error

Issue - State: closed - Opened by bryant-the-coder 11 months ago - 3 comments
Labels: bug

#277 - feat: Add support for import attributes

Pull Request - State: closed - Opened by mskelton 12 months ago - 1 comment

#276 - Expose template string chars as nodes

Pull Request - State: closed - Opened by helixbass 12 months ago - 1 comment

#275 - Expose template string chars as nodes?

Issue - State: closed - Opened by helixbass 12 months ago - 1 comment

#274 - Extremely bad performance on longer javascript files

Issue - State: closed - Opened by ahelwer 12 months ago - 2 comments
Labels: bug

#273 - Linguistics Failure Patch

Issue - State: closed - Opened by CastorPollox 12 months ago
Labels: bug

#272 - building shared libraries for c.

Pull Request - State: closed - Opened by diasbruno about 1 year ago - 5 comments

#271 - Compiling parser as shared library

Issue - State: closed - Opened by diasbruno about 1 year ago - 1 comment

#268 - Consider "un-aliasing" function named-node kind vs function token kind?

Issue - State: closed - Opened by helixbass about 1 year ago - 5 comments

#267 - Align nested_identifier -> member_expression alias field names

Pull Request - State: closed - Opened by helixbass about 1 year ago - 3 comments

#266 - Private property "in" object parsing error

Issue - State: closed - Opened by helixbass about 1 year ago - 2 comments
Labels: bug

#265 - Bunch of errors caused by `e.innerHTML` in userscript

Issue - State: closed - Opened by johannesrld about 1 year ago - 1 comment
Labels: bug

#264 - fix do statements

Pull Request - State: closed - Opened by amaanq about 1 year ago

#263 - Nested do statement gives parse error

Issue - State: closed - Opened by helixbass about 1 year ago - 2 comments
Labels: bug

#262 - Newline inside class body causes incorrect parsing

Issue - State: closed - Opened by helixbass about 1 year ago - 1 comment
Labels: bug

#261 - Prep release

Pull Request - State: closed - Opened by amaanq about 1 year ago - 1 comment

#260 - Publish to npm

Issue - State: closed - Opened by bricker about 1 year ago - 1 comment

#259 - Incorrectly parsed labeled statement

Issue - State: open - Opened by helixbass over 1 year ago - 4 comments
Labels: bug

#258 - Publish latest changes to Rust crate

Issue - State: closed - Opened by bharathm03 over 1 year ago

#257 - Parse Infinity and NaN as numbers

Pull Request - State: closed - Opened by guillaumebrunerie over 1 year ago - 3 comments

#256 - method_definition not producing generator_function children

Issue - State: closed - Opened by raczosala over 1 year ago - 3 comments
Labels: bug

#255 - Comment not recognized in the middle of a ternary expression

Issue - State: closed - Opened by savetheclocktower over 1 year ago - 1 comment
Labels: bug

#254 - Bitcoin binance us

Issue - State: closed - Opened by TangeeG over 1 year ago

#249 - Look at this... 👀

Issue - State: closed - Opened by hoxxeinx over 1 year ago