issues
search
mooz
/
js2-mode
Improved JavaScript editing mode for GNU Emacs
GNU General Public License v3.0
1.33k
stars
186
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
A bunch of fixes for `export` nodes
#605
mishoo
opened
2 months ago
2
fix parsing export { foo as "bar" }
#604
mishoo
closed
2 months ago
1
Fail start mode with "Error running timer" on Emacs 31.0.50
#603
kostafey
opened
4 months ago
6
Add @async to js2-jsdoc-empty-tag-regexp
#602
DamienCassou
closed
7 months ago
0
Feature request: insert closing delimiter
#601
kengruven
opened
7 months ago
1
Cleanup some deprecated code
#600
DamienCassou
closed
8 months ago
1
New static initialization blocks support has problems with named IIFE and 'use strict'
#599
nexushoratio
closed
9 months ago
4
js2-mode does not recognize asynchronous generators within class or object
#598
belden
closed
11 months ago
3
js2-mode doesn't recognize LS and PS line endings, leading to incorrect syntax highlighting
#597
cpitclaudel
opened
1 year ago
6
Update README.md to explain the differences (incl. benefits and caveats) of `js2-mode` versus other packages
#596
MattMicheletti
opened
1 year ago
11
Does js2-mode become obsolete in Emacs 27.1? Or that the latest stable is not available via ELPA / MELPA?
#595
thjwong
closed
11 months ago
1
Static blocks not recognised as valid code
#594
cyrus-and
closed
1 year ago
2
Support top-level await
#593
DamienCassou
closed
2 years ago
7
Escaped expressions containing a real expression in a template literal inside a a lambda inside a class method break the parser
#592
ArneBab
closed
2 years ago
2
Possible bug with js2-node-abs-pos and `new` expressions
#591
DamienCassou
closed
2 years ago
3
Add support for the d (hasIndices) and s (dotAll) regexp flags
#590
DamienCassou
closed
2 years ago
2
Remove the correct hook in js2-minor-mode-exit
#589
pkryger
closed
2 years ago
1
Using '#' pound sign for 'private' properties in a .js file causes syntax issues to not be highlighted
#588
SamuelBanya
closed
2 years ago
6
Use Eask for CI?
#587
jcs090218
closed
1 year ago
3
No code highlighting without menu-bar?
#586
bbo2adwuff
closed
2 years ago
6
js2-PRIVATE_NAME is breaking js2-skip-preprocessor-directives
#585
sandinmyjoints
opened
2 years ago
7
Add support for numbers with numeric separator
#584
DamienCassou
closed
2 years ago
3
HTML tag regex inadvertently matches types.
#583
trev-dev
closed
2 years ago
2
Make "Code has no side effects" warning optional
#582
DamienCassou
closed
2 years ago
2
How to disable syntax highlight.
#581
lazyskulptor
closed
2 years ago
2
Add GNU ELPA badge
#580
skangas
closed
2 years ago
2
Make it possible to configure mocha node names for Imenu
#579
DamienCassou
closed
2 years ago
0
private method and private property are not indenting
#578
hage
closed
3 years ago
2
Add GitHub Actions workflow
#577
DamienCassou
closed
3 years ago
1
Support mocha-like test files in Imenu
#576
DamienCassou
closed
3 years ago
7
Imenu support for mocha-like test files
#575
DamienCassou
closed
3 years ago
8
forward-sexp and backward-sexp are incoherent
#574
DamienCassou
opened
3 years ago
1
Omitting parentheses and identifiers of CATCH should not raise errors
#573
rayw000
closed
3 years ago
1
Syntax highlighting only applied after edit
#572
ben-cellfield
opened
3 years ago
20
parse-partial-sexp expects args TO greater than FROM since Emacs 28.1
#571
jacott
closed
3 years ago
3
Weird highlighting when using ES6 private variables in class and get/set
#570
wkechel
closed
3 years ago
4
Strange interaction with whitespace-mode’s highlighting of long lines
#569
guillaumebrunerie
opened
3 years ago
1
Missing js2-error face on unknown variable
#568
DamienCassou
closed
3 years ago
5
Disable all warnings
#567
farynaio
closed
3 years ago
2
js2 as a javascript interpreter
#566
zcaudate
closed
3 years ago
4
Numbers in a string highlighted seperately when highlighting from scratch
#565
MageJohn
closed
3 years ago
5
RegExp literal not highlighted after logical compound assignment
#564
MageJohn
closed
3 years ago
3
Update README.md
#563
KevinBoyette
closed
4 years ago
0
Syntax error on spread operator in JSX component
#562
chetstone
opened
4 years ago
2
start implementing NULLISH-COALESCING, likely incomplete
#561
ArneBab
closed
4 years ago
15
advice for nullish-coalescing? (??)
#560
ArneBab
closed
4 years ago
1
Support for nullish coalescing operator (??)
#559
jming422
closed
4 years ago
4
Fix &rest syntax in cl-destructuring-bind
#558
phst
closed
4 years ago
1
Remove a few unused variables
#557
phst
closed
4 years ago
1
add missing symbols for browser
#556
ArneBab
closed
4 years ago
5
Next