summaryrefslogtreecommitdiff
path: root/elpa/js2-refactor-20210306.2003/js2-refactor-autoloads.el
blob: cae75d67446497ca68e0553bde41654c181c396e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
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