js3-mode icon indicating copy to clipboard operation
js3-mode copied to clipboard

A chimeric fork of js2-mode and js-mode

Results 23 js3-mode issues
Sort by recently updated
recently updated
newest added

This was already raised as an issue for js2-mode. But when running js3-mode on OSX El Capitan, 10.11.1 Double clicking does not select word See js2 ticket below. I dont...

Hi... I use Js3-mode and html-mode for managaing coldfusion code that has both script notation as well as notation styles when writing functions. function foo() { } <cffunction name="foo"> Is...

Mostly formatting fixes.

Lets say I want to define a variable, export it from a CommonJS module, and set it to a function. js3-mode will auto-indent this as follows: ``` var foo =...

Indirect buffer most of the time is not in range 1 to (buffer-size) so (point-min) to (point-max) is a correct way to do this. This fixes exception when using narrow-indirect.el...

It would be great if someone else could maintain js3-mode. I think most people use the well-maintained [js2-mode](https://github.com/mooz/js2-mode), but a bunch of people prefer js3-mode so it would be nice...

patch-welcome

I haven't found any way to not make js3-mode unhappy about certain features of ES6 code (namely default parameters). Is there an option I'm missing?

Feature
patch-welcome

Hi, I have problem with lazy dots mode. According to [the doc](js3-indent-dots), I enabled `js3-indent-dots` and `js3-lazy-dots`. It should work as ``` foo.bar() .baz() ``` However, it turns out to...

So I'm working on [a project](https://github.com/binarymax/bifrost) that uses tabs instead of spaces. Normally I can set up my .dir-locals.el like so: ``` elisp ((nil . (indent-tabs-mode . t) (whitespace-action ....

Bug

JSHint just added some really cool stuff in r11 https://github.com/jshint/jshint/pull/593/ Would be really cool if this stuff was added to js3, no idea how hard it would be though.

Feature
Next-version