Skip to content

Commit f05b877

Browse files
authored
Remove git.io shortlinks from repo (#14493)
[skip ci]
1 parent 0b9fb13 commit f05b877

2 files changed

Lines changed: 57 additions & 57 deletions

File tree

packages/babel-core/src/parser/util/missing-plugin-helper.ts

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,233 +2,233 @@ const pluginNameMap = {
22
asyncDoExpressions: {
33
syntax: {
44
name: "@babel/plugin-syntax-async-do-expressions",
5-
url: "https://git.io/JYer8",
5+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-async-do-expressions",
66
},
77
},
88
classProperties: {
99
syntax: {
1010
name: "@babel/plugin-syntax-class-properties",
11-
url: "https://git.io/vb4yQ",
11+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties",
1212
},
1313
transform: {
1414
name: "@babel/plugin-proposal-class-properties",
15-
url: "https://git.io/vb4SL",
15+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-class-properties",
1616
},
1717
},
1818
classPrivateProperties: {
1919
syntax: {
2020
name: "@babel/plugin-syntax-class-properties",
21-
url: "https://git.io/vb4yQ",
21+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties",
2222
},
2323
transform: {
2424
name: "@babel/plugin-proposal-class-properties",
25-
url: "https://git.io/vb4SL",
25+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-class-properties",
2626
},
2727
},
2828
classPrivateMethods: {
2929
syntax: {
3030
name: "@babel/plugin-syntax-class-properties",
31-
url: "https://git.io/vb4yQ",
31+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties",
3232
},
3333
transform: {
3434
name: "@babel/plugin-proposal-private-methods",
35-
url: "https://git.io/JvpRG",
35+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-private-methods",
3636
},
3737
},
3838
classStaticBlock: {
3939
syntax: {
4040
name: "@babel/plugin-syntax-class-static-block",
41-
url: "https://git.io/JTLB6",
41+
url: "https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-class-static-block",
4242
},
4343
transform: {
4444
name: "@babel/plugin-proposal-class-static-block",
45-
url: "https://git.io/JTLBP",
45+
url: "https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-static-block",
4646
},
4747
},
4848
decimal: {
4949
syntax: {
5050
name: "@babel/plugin-syntax-decimal",
51-
url: "https://git.io/JfKOH",
51+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-decimal",
5252
},
5353
},
5454
decorators: {
5555
syntax: {
5656
name: "@babel/plugin-syntax-decorators",
57-
url: "https://git.io/vb4y9",
57+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-decorators",
5858
},
5959
transform: {
6060
name: "@babel/plugin-proposal-decorators",
61-
url: "https://git.io/vb4ST",
61+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-decorators",
6262
},
6363
},
6464
doExpressions: {
6565
syntax: {
6666
name: "@babel/plugin-syntax-do-expressions",
67-
url: "https://git.io/vb4yh",
67+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-do-expressions",
6868
},
6969
transform: {
7070
name: "@babel/plugin-proposal-do-expressions",
71-
url: "https://git.io/vb4S3",
71+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-do-expressions",
7272
},
7373
},
7474
dynamicImport: {
7575
syntax: {
7676
name: "@babel/plugin-syntax-dynamic-import",
77-
url: "https://git.io/vb4Sv",
77+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-dynamic-import",
7878
},
7979
},
8080
exportDefaultFrom: {
8181
syntax: {
8282
name: "@babel/plugin-syntax-export-default-from",
83-
url: "https://git.io/vb4SO",
83+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-export-default-from",
8484
},
8585
transform: {
8686
name: "@babel/plugin-proposal-export-default-from",
87-
url: "https://git.io/vb4yH",
87+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-export-default-from",
8888
},
8989
},
9090
exportNamespaceFrom: {
9191
syntax: {
9292
name: "@babel/plugin-syntax-export-namespace-from",
93-
url: "https://git.io/vb4Sf",
93+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-export-namespace-from",
9494
},
9595
transform: {
9696
name: "@babel/plugin-proposal-export-namespace-from",
97-
url: "https://git.io/vb4SG",
97+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-export-namespace-from",
9898
},
9999
},
100100
flow: {
101101
syntax: {
102102
name: "@babel/plugin-syntax-flow",
103-
url: "https://git.io/vb4yb",
103+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-flow",
104104
},
105105
transform: {
106106
name: "@babel/preset-flow",
107-
url: "https://git.io/JfeDn",
107+
url: "https://github.com/babel/babel/tree/main/packages/babel-preset-flow",
108108
},
109109
},
110110
functionBind: {
111111
syntax: {
112112
name: "@babel/plugin-syntax-function-bind",
113-
url: "https://git.io/vb4y7",
113+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-function-bind",
114114
},
115115
transform: {
116116
name: "@babel/plugin-proposal-function-bind",
117-
url: "https://git.io/vb4St",
117+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-function-bind",
118118
},
119119
},
120120
functionSent: {
121121
syntax: {
122122
name: "@babel/plugin-syntax-function-sent",
123-
url: "https://git.io/vb4yN",
123+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-function-sent",
124124
},
125125
transform: {
126126
name: "@babel/plugin-proposal-function-sent",
127-
url: "https://git.io/vb4SZ",
127+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-function-sent",
128128
},
129129
},
130130
importMeta: {
131131
syntax: {
132132
name: "@babel/plugin-syntax-import-meta",
133-
url: "https://git.io/vbKK6",
133+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-meta",
134134
},
135135
},
136136
jsx: {
137137
syntax: {
138138
name: "@babel/plugin-syntax-jsx",
139-
url: "https://git.io/vb4yA",
139+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-jsx",
140140
},
141141
transform: {
142142
name: "@babel/preset-react",
143-
url: "https://git.io/JfeDR",
143+
url: "https://github.com/babel/babel/tree/main/packages/babel-preset-react",
144144
},
145145
},
146146
importAssertions: {
147147
syntax: {
148148
name: "@babel/plugin-syntax-import-assertions",
149-
url: "https://git.io/JUbkv",
149+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-import-assertions",
150150
},
151151
},
152152
moduleStringNames: {
153153
syntax: {
154154
name: "@babel/plugin-syntax-module-string-names",
155-
url: "https://git.io/JTL8G",
155+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-module-string-names",
156156
},
157157
},
158158
numericSeparator: {
159159
syntax: {
160160
name: "@babel/plugin-syntax-numeric-separator",
161-
url: "https://git.io/vb4Sq",
161+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-numeric-separator",
162162
},
163163
transform: {
164164
name: "@babel/plugin-proposal-numeric-separator",
165-
url: "https://git.io/vb4yS",
165+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-numeric-separator",
166166
},
167167
},
168168
optionalChaining: {
169169
syntax: {
170170
name: "@babel/plugin-syntax-optional-chaining",
171-
url: "https://git.io/vb4Sc",
171+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-optional-chaining",
172172
},
173173
transform: {
174174
name: "@babel/plugin-proposal-optional-chaining",
175-
url: "https://git.io/vb4Sk",
175+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-optional-chaining",
176176
},
177177
},
178178
pipelineOperator: {
179179
syntax: {
180180
name: "@babel/plugin-syntax-pipeline-operator",
181-
url: "https://git.io/vb4yj",
181+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-pipeline-operator",
182182
},
183183
transform: {
184184
name: "@babel/plugin-proposal-pipeline-operator",
185-
url: "https://git.io/vb4SU",
185+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-pipeline-operator",
186186
},
187187
},
188188
privateIn: {
189189
syntax: {
190190
name: "@babel/plugin-syntax-private-property-in-object",
191-
url: "https://git.io/JfK3q",
191+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-private-property-in-object",
192192
},
193193
transform: {
194194
name: "@babel/plugin-proposal-private-property-in-object",
195-
url: "https://git.io/JfK3O",
195+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-private-property-in-object",
196196
},
197197
},
198198
recordAndTuple: {
199199
syntax: {
200200
name: "@babel/plugin-syntax-record-and-tuple",
201-
url: "https://git.io/JvKp3",
201+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-record-and-tuple",
202202
},
203203
},
204204
regexpUnicodeSets: {
205205
syntax: {
206206
name: "@babel/plugin-syntax-unicode-sets-regex",
207-
url: "https://git.io/J9GTd",
207+
url: "https://github.com/babel/babel/blob/main/packages/babel-plugin-syntax-unicode-sets-regex/README.md",
208208
},
209209
transform: {
210210
name: "@babel/plugin-proposal-unicode-sets-regex",
211-
url: "https://git.io/J9GTQ",
211+
url: "https://github.com/babel/babel/blob/main/packages/babel-plugin-proposalunicode-sets-regex/README.md",
212212
},
213213
},
214214
throwExpressions: {
215215
syntax: {
216216
name: "@babel/plugin-syntax-throw-expressions",
217-
url: "https://git.io/vb4SJ",
217+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-throw-expressions",
218218
},
219219
transform: {
220220
name: "@babel/plugin-proposal-throw-expressions",
221-
url: "https://git.io/vb4yF",
221+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-throw-expressions",
222222
},
223223
},
224224
typescript: {
225225
syntax: {
226226
name: "@babel/plugin-syntax-typescript",
227-
url: "https://git.io/vb4SC",
227+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-typescript",
228228
},
229229
transform: {
230230
name: "@babel/preset-typescript",
231-
url: "https://git.io/JfeDz",
231+
url: "https://github.com/babel/babel/tree/main/packages/babel-preset-typescript",
232232
},
233233
},
234234

@@ -239,51 +239,51 @@ const pluginNameMap = {
239239
asyncGenerators: {
240240
syntax: {
241241
name: "@babel/plugin-syntax-async-generators",
242-
url: "https://git.io/vb4SY",
242+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-async-generators",
243243
},
244244
transform: {
245245
name: "@babel/plugin-proposal-async-generator-functions",
246-
url: "https://git.io/vb4yp",
246+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-async-generator-functions",
247247
},
248248
},
249249
logicalAssignment: {
250250
syntax: {
251251
name: "@babel/plugin-syntax-logical-assignment-operators",
252-
url: "https://git.io/vAlBp",
252+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-logical-assignment-operators",
253253
},
254254
transform: {
255255
name: "@babel/plugin-proposal-logical-assignment-operators",
256-
url: "https://git.io/vAlRe",
256+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-logical-assignment-operators",
257257
},
258258
},
259259
nullishCoalescingOperator: {
260260
syntax: {
261261
name: "@babel/plugin-syntax-nullish-coalescing-operator",
262-
url: "https://git.io/vb4yx",
262+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-nullish-coalescing-operator",
263263
},
264264
transform: {
265265
name: "@babel/plugin-proposal-nullish-coalescing-operator",
266-
url: "https://git.io/vb4Se",
266+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-transform-nullish-coalescing-opearator",
267267
},
268268
},
269269
objectRestSpread: {
270270
syntax: {
271271
name: "@babel/plugin-syntax-object-rest-spread",
272-
url: "https://git.io/vb4y5",
272+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-object-rest-spread",
273273
},
274274
transform: {
275275
name: "@babel/plugin-proposal-object-rest-spread",
276-
url: "https://git.io/vb4Ss",
276+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-object-rest-spread",
277277
},
278278
},
279279
optionalCatchBinding: {
280280
syntax: {
281281
name: "@babel/plugin-syntax-optional-catch-binding",
282-
url: "https://git.io/vb4Sn",
282+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-optional-catch-binding",
283283
},
284284
transform: {
285285
name: "@babel/plugin-proposal-optional-catch-binding",
286-
url: "https://git.io/vb4SI",
286+
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-optional-catch-binding",
287287
},
288288
},
289289
};

packages/babel-core/test/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ describe("api", function () {
798798
"Support for the experimental syntax 'pipelineOperator' isn't currently enabled (1:3):",
799799
);
800800
expect(err.message).toMatch(
801-
"Add @babel/plugin-proposal-pipeline-operator (https://git.io/vb4SU) to the " +
801+
"Add @babel/plugin-proposal-pipeline-operator (https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-pipeline-operator) to the " +
802802
"'plugins' section of your Babel config to enable transformation.",
803803
);
804804
resolve();
@@ -817,7 +817,7 @@ describe("api", function () {
817817
"Support for the experimental syntax 'doExpressions' isn't currently enabled (1:2):",
818818
);
819819
expect(err.message).toMatch(
820-
"Add @babel/plugin-proposal-do-expressions (https://git.io/vb4S3) to the " +
820+
"Add @babel/plugin-proposal-do-expressions (https://github.com/babel/babel/tree/main/packages/babel-plugin-proposal-do-expressions) to the " +
821821
"'plugins' section of your Babel config to enable transformation.",
822822
);
823823
resolve();

0 commit comments

Comments
 (0)