Variable: js-js-tmpdir

js-js-tmpdir is a customizable variable defined in js.el.gz.

Value

"~/.emacs.d/js/js"

Documentation

Temporary directory used by js-mode to communicate with Mozilla.

This directory must be readable and writable by both Mozilla and Emacs.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defcustom js-js-tmpdir
  (locate-user-emacs-file "js/js")
  "Temporary directory used by `js-mode' to communicate with Mozilla.
This directory must be readable and writable by both Mozilla and Emacs."
  :type 'directory
  :version "28.1")