File tree 4 files changed +1476
-1416
lines changed
4 files changed +1476
-1416
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = function (grunt) {
29
29
"babel" : {
30
30
options : {
31
31
sourceMap : false ,
32
- presets : [ "babel- preset-env" ]
32
+ presets : [ "@ babel/ preset-env" ]
33
33
} ,
34
34
dist : {
35
35
files : {
Original file line number Diff line number Diff line change 36
36
var descriptor = arguments . length > 1 && arguments [ 1 ] !== undefined ? arguments [ 1 ] : { } ;
37
37
var result = [ ] ,
38
38
val = 0 ,
39
- e = void 0 ,
40
- base = void 0 ,
41
- bits = void 0 ,
42
- ceil = void 0 ,
43
- full = void 0 ,
44
- fullforms = void 0 ,
45
- locale = void 0 ,
46
- localeOptions = void 0 ,
47
- neg = void 0 ,
48
- num = void 0 ,
49
- output = void 0 ,
50
- round = void 0 ,
51
- unix = void 0 ,
52
- separator = void 0 ,
53
- spacer = void 0 ,
54
- standard = void 0 ,
55
- symbols = void 0 ;
39
+ e ,
40
+ base ,
41
+ bits ,
42
+ ceil ,
43
+ full ,
44
+ fullforms ,
45
+ locale ,
46
+ localeOptions ,
47
+ neg ,
48
+ num ,
49
+ output ,
50
+ round ,
51
+ unix ,
52
+ separator ,
53
+ spacer ,
54
+ standard ,
55
+ symbols ;
56
56
57
57
if ( isNaN ( arg ) ) {
58
58
throw new TypeError ( "Invalid number" ) ;
You can’t perform that action at this time.
0 commit comments