summaryrefslogtreecommitdiff
path: root/elpa/js2-refactor-20210306.2003/js2-refactor-autoloads.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/js2-refactor-20210306.2003/js2-refactor-autoloads.el')
-rw-r--r--elpa/js2-refactor-20210306.2003/js2-refactor-autoloads.el131
1 files changed, 131 insertions, 0 deletions
diff --git a/elpa/js2-refactor-20210306.2003/js2-refactor-autoloads.el b/elpa/js2-refactor-20210306.2003/js2-refactor-autoloads.el
new file mode 100644
index 0000000..cae75d6
--- /dev/null
+++ b/elpa/js2-refactor-20210306.2003/js2-refactor-autoloads.el
@@ -0,0 +1,131 @@
+;;; js2-refactor-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
+;;
+;;; Code:
+
+(add-to-list 'load-path (directory-file-name
+ (or (file-name-directory #$) (car load-path))))
+
+
+;;;### (autoloads nil "js2-refactor" "js2-refactor.el" (0 0 0 0))
+;;; Generated autoloads from js2-refactor.el
+
+(autoload 'js2-refactor-mode "js2-refactor" "\
+Minor mode providing JavaScript refactorings.
+
+This is a minor mode. If called interactively, toggle the
+`Js2-Refactor mode' mode. If the prefix argument is positive,
+enable the mode, and if it is zero or negative, disable the mode.
+
+If called from Lisp, toggle the mode if ARG is `toggle'. Enable
+the mode if ARG is nil, omitted, or is a positive number.
+Disable the mode if ARG is a negative number.
+
+To check whether the minor mode is enabled in the current buffer,
+evaluate `js2-refactor-mode'.
+
+The mode's hook is called both when the mode is enabled and when
+it is disabled.
+
+\(fn &optional ARG)" t nil)
+
+(autoload 'js2r-add-keybindings-with-prefix "js2-refactor" "\
+Add js2r keybindings using the prefix PREFIX.
+
+\(fn PREFIX)" nil nil)
+
+(autoload 'js2r-add-keybindings-with-modifier "js2-refactor" "\
+Add js2r keybindings using the modifier MODIFIER.
+
+\(fn MODIFIER)" nil nil)
+
+(register-definition-prefixes "js2-refactor" '("js2"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-conditionals" "js2r-conditionals.el"
+;;;;;; (0 0 0 0))
+;;; Generated autoloads from js2r-conditionals.el
+
+(register-definition-prefixes "js2r-conditionals" '("js2r-ternary-to-if"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-conveniences" "js2r-conveniences.el"
+;;;;;; (0 0 0 0))
+;;; Generated autoloads from js2r-conveniences.el
+
+(register-definition-prefixes "js2r-conveniences" '("js2r-" "move-line-"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-formatting" "js2r-formatting.el" (0 0
+;;;;;; 0 0))
+;;; Generated autoloads from js2r-formatting.el
+
+(register-definition-prefixes "js2r-formatting" '("js2r-"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-functions" "js2r-functions.el" (0 0 0
+;;;;;; 0))
+;;; Generated autoloads from js2r-functions.el
+
+(register-definition-prefixes "js2r-functions" '("js2r-"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-helpers" "js2r-helpers.el" (0 0 0 0))
+;;; Generated autoloads from js2r-helpers.el
+
+(register-definition-prefixes "js2r-helpers" '("js2r--"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-iife" "js2r-iife.el" (0 0 0 0))
+;;; Generated autoloads from js2r-iife.el
+
+(register-definition-prefixes "js2r-iife" '("js2r-"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-paredit" "js2r-paredit.el" (0 0 0 0))
+;;; Generated autoloads from js2r-paredit.el
+
+(register-definition-prefixes "js2r-paredit" '("js2r-"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-vars" "js2r-vars.el" (0 0 0 0))
+;;; Generated autoloads from js2r-vars.el
+
+(autoload 'js2r-rename-var "js2r-vars" "\
+Renames the variable on point and all occurrences in its lexical scope." t nil)
+
+(autoload 'js2r-extract-var "js2r-vars" nil t nil)
+
+(autoload 'js2r-extract-let "js2r-vars" nil t nil)
+
+(autoload 'js2r-extract-const "js2r-vars" nil t nil)
+
+(register-definition-prefixes "js2r-vars" '("current-line-contents" "js2r-"))
+
+;;;***
+
+;;;### (autoloads nil "js2r-wrapping" "js2r-wrapping.el" (0 0 0 0))
+;;; Generated autoloads from js2r-wrapping.el
+
+(register-definition-prefixes "js2r-wrapping" '("js2r-"))
+
+;;;***
+
+;;;### (autoloads nil nil ("js2-refactor-pkg.el") (0 0 0 0))
+
+;;;***
+
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; coding: utf-8
+;; End:
+;;; js2-refactor-autoloads.el ends here