File tree Expand file tree Collapse file tree 6 files changed +1491
-1589
lines changed Expand file tree Collapse file tree 6 files changed +1491
-1589
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches-ignore :
5
5
- gh-pages
6
+ - releases/**
6
7
pull_request :
8
+ branches-ignore :
9
+ - gh-pages
10
+ - releases/**
11
+ types :
12
+ - opened
13
+ - synchronize
14
+ - reopened
15
+ permissions :
16
+ contents : read
7
17
env :
8
18
CI : true
9
19
10
20
jobs :
11
21
test :
12
- name : " Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}"
22
+ name : ' Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
13
23
runs-on : ${{ matrix.os }}
14
24
strategy :
15
25
matrix :
16
- os : [ubuntu-latest]
17
- node : [10, 12, 14]
26
+ os : [ubuntu-latest, windows-latest, macos-latest ]
27
+ node : [12, 14, 16 ]
18
28
steps :
19
29
- name : Checkout
20
30
uses : actions/checkout@v2
21
31
- name : Setup Node.js ${{ matrix.node }}
22
- uses : actions/setup-node@v1
32
+ uses : actions/setup-node@v2
23
33
with :
24
34
node-version : ${{ matrix.node }}
35
+ cache : ' yarn'
25
36
- name : Install
26
37
run : yarn install
27
38
- name : Build
Original file line number Diff line number Diff line change 33
33
"@microsoft/api-extractor" : " ^7.13.1" ,
34
34
"@types/jest" : " ^26.0.22" ,
35
35
"@types/node" : " ^14.14.25" ,
36
- "@types/webpack" : " ^4.41.26" ,
37
- "@types/webpack-merge" : " ^4.1.5" ,
38
36
"@typescript-eslint/eslint-plugin" : " ^4.19.0" ,
39
37
"@typescript-eslint/parser" : " ^4.19.0" ,
40
38
"@vue/compiler-sfc" : " ^3.0.9" ,
66
64
"webpack-merge" : " ^4.2.2"
67
65
},
68
66
"engines" : {
69
- "node" : " >= 10 .0"
67
+ "node" : " >= 12 .0"
70
68
},
71
69
"files" : [
72
70
" lib/*.js" ,
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ Object {
136
136
},
137
137
" components" : Array [],
138
138
" directives" : Array [],
139
+ " filters" : Array [],
139
140
" helpers" : Array [
140
141
Symbol (openBlock ),
141
142
Symbol (createBlock ),
@@ -296,6 +297,7 @@ Object {
296
297
},
297
298
" components" : Array [],
298
299
" directives" : Array [],
300
+ " filters" : Array [],
299
301
" helpers" : Array [
300
302
Symbol (openBlock ),
301
303
Symbol (createBlock ),
@@ -456,6 +458,7 @@ Object {
456
458
},
457
459
" components" : Array [],
458
460
" directives" : Array [],
461
+ " filters" : Array [],
459
462
" helpers" : Array [
460
463
Symbol (openBlock ),
461
464
Symbol (createBlock ),
@@ -616,6 +619,7 @@ Object {
616
619
},
617
620
" components" : Array [],
618
621
" directives" : Array [],
622
+ " filters" : Array [],
619
623
" helpers" : Array [
620
624
Symbol (openBlock ),
621
625
Symbol (createBlock ),
Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ Object {
324
324
},
325
325
" components" : Array [],
326
326
" directives" : Array [],
327
+ " filters" : Array [],
327
328
" helpers" : Array [
328
329
Symbol (toDisplayString ),
329
330
Symbol (openBlock ),
@@ -592,6 +593,7 @@ Object {
592
593
},
593
594
" components" : Array [],
594
595
" directives" : Array [],
596
+ " filters" : Array [],
595
597
" helpers" : Array [
596
598
Symbol (toDisplayString ),
597
599
Symbol (openBlock ),
@@ -861,6 +863,7 @@ Object {
861
863
},
862
864
" components" : Array [],
863
865
" directives" : Array [],
866
+ " filters" : Array [],
864
867
" helpers" : Array [
865
868
Symbol (toDisplayString ),
866
869
Symbol (openBlock ),
@@ -1130,6 +1133,7 @@ Object {
1130
1133
},
1131
1134
" components" : Array [],
1132
1135
" directives" : Array [],
1136
+ " filters" : Array [],
1133
1137
" helpers" : Array [
1134
1138
Symbol (toDisplayString ),
1135
1139
Symbol (openBlock ),
@@ -1399,6 +1403,7 @@ Object {
1399
1403
},
1400
1404
" components" : Array [],
1401
1405
" directives" : Array [],
1406
+ " filters" : Array [],
1402
1407
" helpers" : Array [
1403
1408
Symbol (toDisplayString ),
1404
1409
Symbol (openBlock ),
@@ -1668,6 +1673,7 @@ Object {
1668
1673
},
1669
1674
" components" : Array [],
1670
1675
" directives" : Array [],
1676
+ " filters" : Array [],
1671
1677
" helpers" : Array [
1672
1678
Symbol (toDisplayString ),
1673
1679
Symbol (openBlock ),
@@ -1937,6 +1943,7 @@ Object {
1937
1943
},
1938
1944
" components" : Array [],
1939
1945
" directives" : Array [],
1946
+ " filters" : Array [],
1940
1947
" helpers" : Array [
1941
1948
Symbol (toDisplayString ),
1942
1949
Symbol (openBlock ),
@@ -2206,6 +2213,7 @@ Object {
2206
2213
},
2207
2214
" components" : Array [],
2208
2215
" directives" : Array [],
2216
+ " filters" : Array [],
2209
2217
" helpers" : Array [
2210
2218
Symbol (toDisplayString ),
2211
2219
Symbol (openBlock ),
@@ -2475,6 +2483,7 @@ Object {
2475
2483
},
2476
2484
" components" : Array [],
2477
2485
" directives" : Array [],
2486
+ " filters" : Array [],
2478
2487
" helpers" : Array [
2479
2488
Symbol (toDisplayString ),
2480
2489
Symbol (openBlock ),
@@ -2744,6 +2753,7 @@ Object {
2744
2753
},
2745
2754
" components" : Array [],
2746
2755
" directives" : Array [],
2756
+ " filters" : Array [],
2747
2757
" helpers" : Array [
2748
2758
Symbol (toDisplayString ),
2749
2759
Symbol (openBlock ),
@@ -3013,6 +3023,7 @@ Object {
3013
3023
},
3014
3024
" components" : Array [],
3015
3025
" directives" : Array [],
3026
+ " filters" : Array [],
3016
3027
" helpers" : Array [
3017
3028
Symbol (toDisplayString ),
3018
3029
Symbol (openBlock ),
@@ -3281,6 +3292,7 @@ Object {
3281
3292
},
3282
3293
" components" : Array [],
3283
3294
" directives" : Array [],
3295
+ " filters" : Array [],
3284
3296
" helpers" : Array [
3285
3297
Symbol (toDisplayString ),
3286
3298
Symbol (openBlock ),
@@ -3553,6 +3565,7 @@ Object {
3553
3565
},
3554
3566
" components" : Array [],
3555
3567
" directives" : Array [],
3568
+ " filters" : Array [],
3556
3569
" helpers" : Array [
3557
3570
Symbol (toDisplayString ),
3558
3571
Symbol (openBlock ),
@@ -3824,6 +3837,7 @@ Object {
3824
3837
},
3825
3838
" components" : Array [],
3826
3839
" directives" : Array [],
3840
+ " filters" : Array [],
3827
3841
" helpers" : Array [
3828
3842
Symbol (toDisplayString ),
3829
3843
Symbol (openBlock ),
Original file line number Diff line number Diff line change 44
44
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
45
45
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
46
46
// "typeRoots": [], /* List of folders to include type definitions from. */
47
- "typeRoots" : [
48
- " ./@types" ,
49
- " ./node_modules/@types"
50
- ],
47
+ // "typeRoots": [
48
+ // "./@types",
49
+ // "./node_modules/@types"
50
+ // ],
51
51
// "types": [], /* Type declaration files to be included in compilation. */
52
52
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
53
53
"esModuleInterop" : true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
You can’t perform that action at this time.
0 commit comments