emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 21/46: js2-get-token-internal-1: add a FIXME


From: Dmitry Gutov
Subject: [elpa] 21/46: js2-get-token-internal-1: add a FIXME
Date: Sat, 15 Nov 2014 20:58:03 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 14ff9aed2ac8cc485b53549f2daac72a98acfa90
Author: Dmitry Gutov <address@hidden>
Date:   Thu Jul 10 02:26:57 2014 +0300

    js2-get-token-internal-1: add a FIXME
---
 js2-mode.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/js2-mode.el b/js2-mode.el
index b4f768c..4f1df5d 100644
--- a/js2-mode.el
+++ b/js2-mode.el
@@ -5515,6 +5515,9 @@ its relevant fields and puts it into `js2-ti-tokens'."
           (js2-unget-char)
           (setf str (js2-collect-string js2-ts-string-buffer)
                 (js2-token-end token) js2-ts-cursor)
+          ;; FIXME: Invalid in ES5 and ES6, see
+          ;; https://bugzilla.mozilla.org/show_bug.cgi?id=694360
+          ;; Probably should just drop this conditional.
           (unless contains-escape
             ;; OPT we shouldn't have to make a string (object!) to
             ;; check if it's a keyword.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]