1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports [` basic: <div v-t = " 'hello'" /> 1` ] = `
4
- "const { openBlock : _openBlock , createBlock : _createBlock } = Vue
4
+ "const { openBlock : _openBlock , createElementBlock : _createElementBlock } = Vue
5
5
6
6
return function render(_ctx, _cache) {
7
- return (_openBlock (), _createBlock (\\" div\\ " , null , \\" こんにちは!\\ " ))
7
+ return (_openBlock (), _createElementBlock (\\" div\\ " , null , \\" こんにちは!\\ " ))
8
8
} "
9
9
` ;
10
10
@@ -28,6 +28,7 @@ Object {
28
28
" disableTracking" : false ,
29
29
" dynamicProps" : undefined ,
30
30
" isBlock" : true ,
31
+ " isComponent" : false ,
31
32
" loc" : Object {
32
33
" end" : Object {
33
34
" column" : 21 ,
@@ -116,6 +117,7 @@ Object {
116
117
" disableTracking" : false ,
117
118
" dynamicProps" : undefined ,
118
119
" isBlock" : true ,
120
+ " isComponent" : false ,
119
121
" loc" : Object {
120
122
" end" : Object {
121
123
" column" : 21 ,
@@ -139,7 +141,7 @@ Object {
139
141
" filters" : Array [],
140
142
" helpers" : Array [
141
143
Symbol (openBlock ),
142
- Symbol (createBlock ),
144
+ Symbol (createElementBlock ),
143
145
],
144
146
" hoists" : Array [],
145
147
" imports" : Array [],
@@ -162,10 +164,10 @@ Object {
162
164
` ;
163
165
164
166
exports [` missing translation: <div v-t = " 'foo.bar'" /> 1` ] = `
165
- "const { openBlock : _openBlock , createBlock : _createBlock } = Vue
167
+ "const { openBlock : _openBlock , createElementBlock : _createElementBlock } = Vue
166
168
167
169
return function render(_ctx, _cache) {
168
- return (_openBlock (), _createBlock (\\" div\\ " , null , \\" foo.bar\\ " ))
170
+ return (_openBlock (), _createElementBlock (\\" div\\ " , null , \\" foo.bar\\ " ))
169
171
} "
170
172
` ;
171
173
@@ -189,6 +191,7 @@ Object {
189
191
" disableTracking" : false ,
190
192
" dynamicProps" : undefined ,
191
193
" isBlock" : true ,
194
+ " isComponent" : false ,
192
195
" loc" : Object {
193
196
" end" : Object {
194
197
" column" : 23 ,
@@ -277,6 +280,7 @@ Object {
277
280
" disableTracking" : false ,
278
281
" dynamicProps" : undefined ,
279
282
" isBlock" : true ,
283
+ " isComponent" : false ,
280
284
" loc" : Object {
281
285
" end" : Object {
282
286
" column" : 23 ,
@@ -300,7 +304,7 @@ Object {
300
304
" filters" : Array [],
301
305
" helpers" : Array [
302
306
Symbol (openBlock ),
303
- Symbol (createBlock ),
307
+ Symbol (createElementBlock ),
304
308
],
305
309
" hoists" : Array [],
306
310
" imports" : Array [],
@@ -323,10 +327,10 @@ Object {
323
327
` ;
324
328
325
329
exports [` named: <div v-t = " { path: 'hello', locale: 'ja', args: { name: 'kazupon' } }" /> 1` ] = `
326
- "const { openBlock : _openBlock , createBlock : _createBlock } = Vue
330
+ "const { openBlock : _openBlock , createElementBlock : _createElementBlock } = Vue
327
331
328
332
return function render(_ctx, _cache) {
329
- return (_openBlock (), _createBlock (\\" div\\ " , null , \\" こんにちは、kazupon!\\ " ))
333
+ return (_openBlock (), _createElementBlock (\\" div\\ " , null , \\" こんにちは、kazupon!\\ " ))
330
334
} "
331
335
` ;
332
336
@@ -350,6 +354,7 @@ Object {
350
354
" disableTracking" : false ,
351
355
" dynamicProps" : undefined ,
352
356
" isBlock" : true ,
357
+ " isComponent" : false ,
353
358
" loc" : Object {
354
359
" end" : Object {
355
360
" column" : 72 ,
@@ -438,6 +443,7 @@ Object {
438
443
" disableTracking" : false ,
439
444
" dynamicProps" : undefined ,
440
445
" isBlock" : true ,
446
+ " isComponent" : false ,
441
447
" loc" : Object {
442
448
" end" : Object {
443
449
" column" : 72 ,
@@ -461,7 +467,7 @@ Object {
461
467
" filters" : Array [],
462
468
" helpers" : Array [
463
469
Symbol (openBlock ),
464
- Symbol (createBlock ),
470
+ Symbol (createElementBlock ),
465
471
],
466
472
" hoists" : Array [],
467
473
" imports" : Array [],
@@ -484,10 +490,10 @@ Object {
484
490
` ;
485
491
486
492
exports [` plural: <div v-t = " { path: 'banana', choice: 2 }" /> 1` ] = `
487
- "const { openBlock : _openBlock , createBlock : _createBlock } = Vue
493
+ "const { openBlock : _openBlock , createElementBlock : _createElementBlock } = Vue
488
494
489
495
return function render(_ctx, _cache) {
490
- return (_openBlock (), _createBlock (\\" div\\ " , null , \\" 2 bananas\\ " ))
496
+ return (_openBlock (), _createElementBlock (\\" div\\ " , null , \\" 2 bananas\\ " ))
491
497
} "
492
498
` ;
493
499
@@ -511,6 +517,7 @@ Object {
511
517
" disableTracking" : false ,
512
518
" dynamicProps" : undefined ,
513
519
" isBlock" : true ,
520
+ " isComponent" : false ,
514
521
" loc" : Object {
515
522
" end" : Object {
516
523
" column" : 43 ,
@@ -599,6 +606,7 @@ Object {
599
606
" disableTracking" : false ,
600
607
" dynamicProps" : undefined ,
601
608
" isBlock" : true ,
609
+ " isComponent" : false ,
602
610
" loc" : Object {
603
611
" end" : Object {
604
612
" column" : 43 ,
@@ -622,7 +630,7 @@ Object {
622
630
" filters" : Array [],
623
631
" helpers" : Array [
624
632
Symbol (openBlock ),
625
- Symbol (createBlock ),
633
+ Symbol (createElementBlock ),
626
634
],
627
635
" hoists" : Array [],
628
636
" imports" : Array [],
0 commit comments