]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/js2-mode/tests/externs.el
Merge commit '7558a961a03b3a9d26fafc69d9665e4aadf47738' from js2-mode
[gnu-emacs-elpa] / packages / js2-mode / tests / externs.el
index 8fb1161138e4ff7e1f64ea832cafdf9e8f055e19..40957f600cf85fa3636fb23573562c0a36b9d274 100644 (file)
@@ -41,3 +41,7 @@
     (js2-mode)
     (should (equal (js2-get-jslint-globals)
                    '("quux" "tee" "$")))))
+
+;;;TODO
+;; ensure that any symbols bound with the import syntax are added to the extern list
+;; ensure that any symbols bound with the export syntax exist in the file scope