@mrgrain/cdk-esbuild 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +107 -73
- package/API.md +24 -0
- package/CHANGELOG.md +2 -2
- package/lib/asset.d.ts +1 -6
- package/lib/asset.js +3 -3
- package/lib/bundler.d.ts +11 -14
- package/lib/bundler.js +7 -8
- package/lib/code.d.ts +1 -35
- package/lib/code.js +4 -23
- package/lib/esbuild-types.d.ts +57 -292
- package/lib/esbuild-types.js +1 -1
- package/lib/inline-code.d.ts +14 -37
- package/lib/inline-code.js +13 -33
- package/lib/source.d.ts +0 -35
- package/lib/source.js +3 -26
- package/package.json +8 -8
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -2777,7 +2777,7 @@
|
|
|
2777
2777
|
"stability": "stable"
|
|
2778
2778
|
},
|
|
2779
2779
|
"homepage": "https://github.com/mrgrain/cdk-esbuild",
|
|
2780
|
-
"jsiiVersion": "1.
|
|
2780
|
+
"jsiiVersion": "1.54.0 (build b1b977a)",
|
|
2781
2781
|
"keywords": [
|
|
2782
2782
|
"aws-cdk",
|
|
2783
2783
|
"bundler",
|
|
@@ -2900,7 +2900,7 @@
|
|
|
2900
2900
|
"kind": "interface",
|
|
2901
2901
|
"locationInModule": {
|
|
2902
2902
|
"filename": "src/esbuild-types.ts",
|
|
2903
|
-
"line":
|
|
2903
|
+
"line": 74
|
|
2904
2904
|
},
|
|
2905
2905
|
"name": "BuildOptions",
|
|
2906
2906
|
"properties": [
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
"immutable": true,
|
|
2914
2914
|
"locationInModule": {
|
|
2915
2915
|
"filename": "src/esbuild-types.ts",
|
|
2916
|
-
"line":
|
|
2916
|
+
"line": 126
|
|
2917
2917
|
},
|
|
2918
2918
|
"name": "absWorkingDir",
|
|
2919
2919
|
"optional": true,
|
|
@@ -2930,7 +2930,7 @@
|
|
|
2930
2930
|
"immutable": true,
|
|
2931
2931
|
"locationInModule": {
|
|
2932
2932
|
"filename": "src/esbuild-types.ts",
|
|
2933
|
-
"line":
|
|
2933
|
+
"line": 104
|
|
2934
2934
|
},
|
|
2935
2935
|
"name": "allowOverwrite",
|
|
2936
2936
|
"optional": true,
|
|
@@ -2947,7 +2947,7 @@
|
|
|
2947
2947
|
"immutable": true,
|
|
2948
2948
|
"locationInModule": {
|
|
2949
2949
|
"filename": "src/esbuild-types.ts",
|
|
2950
|
-
"line":
|
|
2950
|
+
"line": 116
|
|
2951
2951
|
},
|
|
2952
2952
|
"name": "assetNames",
|
|
2953
2953
|
"optional": true,
|
|
@@ -2964,7 +2964,7 @@
|
|
|
2964
2964
|
"immutable": true,
|
|
2965
2965
|
"locationInModule": {
|
|
2966
2966
|
"filename": "src/esbuild-types.ts",
|
|
2967
|
-
"line":
|
|
2967
|
+
"line": 120
|
|
2968
2968
|
},
|
|
2969
2969
|
"name": "banner",
|
|
2970
2970
|
"optional": true,
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
"immutable": true,
|
|
2987
2987
|
"locationInModule": {
|
|
2988
2988
|
"filename": "src/esbuild-types.ts",
|
|
2989
|
-
"line":
|
|
2989
|
+
"line": 76
|
|
2990
2990
|
},
|
|
2991
2991
|
"name": "bundle",
|
|
2992
2992
|
"optional": true,
|
|
@@ -3003,7 +3003,7 @@
|
|
|
3003
3003
|
"immutable": true,
|
|
3004
3004
|
"locationInModule": {
|
|
3005
3005
|
"filename": "src/esbuild-types.ts",
|
|
3006
|
-
"line":
|
|
3006
|
+
"line": 46
|
|
3007
3007
|
},
|
|
3008
3008
|
"name": "charset",
|
|
3009
3009
|
"optional": true,
|
|
@@ -3020,7 +3020,7 @@
|
|
|
3020
3020
|
"immutable": true,
|
|
3021
3021
|
"locationInModule": {
|
|
3022
3022
|
"filename": "src/esbuild-types.ts",
|
|
3023
|
-
"line":
|
|
3023
|
+
"line": 114
|
|
3024
3024
|
},
|
|
3025
3025
|
"name": "chunkNames",
|
|
3026
3026
|
"optional": true,
|
|
@@ -3037,7 +3037,7 @@
|
|
|
3037
3037
|
"immutable": true,
|
|
3038
3038
|
"locationInModule": {
|
|
3039
3039
|
"filename": "src/esbuild-types.ts",
|
|
3040
|
-
"line":
|
|
3040
|
+
"line": 67
|
|
3041
3041
|
},
|
|
3042
3042
|
"name": "color",
|
|
3043
3043
|
"optional": true,
|
|
@@ -3054,7 +3054,7 @@
|
|
|
3054
3054
|
"immutable": true,
|
|
3055
3055
|
"locationInModule": {
|
|
3056
3056
|
"filename": "src/esbuild-types.ts",
|
|
3057
|
-
"line":
|
|
3057
|
+
"line": 100
|
|
3058
3058
|
},
|
|
3059
3059
|
"name": "conditions",
|
|
3060
3060
|
"optional": true,
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
"immutable": true,
|
|
3077
3077
|
"locationInModule": {
|
|
3078
3078
|
"filename": "src/esbuild-types.ts",
|
|
3079
|
-
"line":
|
|
3079
|
+
"line": 60
|
|
3080
3080
|
},
|
|
3081
3081
|
"name": "define",
|
|
3082
3082
|
"optional": true,
|
|
@@ -3098,7 +3098,7 @@
|
|
|
3098
3098
|
"immutable": true,
|
|
3099
3099
|
"locationInModule": {
|
|
3100
3100
|
"filename": "src/esbuild-types.ts",
|
|
3101
|
-
"line":
|
|
3101
|
+
"line": 36
|
|
3102
3102
|
},
|
|
3103
3103
|
"name": "drop",
|
|
3104
3104
|
"optional": true,
|
|
@@ -3120,7 +3120,7 @@
|
|
|
3120
3120
|
"immutable": true,
|
|
3121
3121
|
"locationInModule": {
|
|
3122
3122
|
"filename": "src/esbuild-types.ts",
|
|
3123
|
-
"line":
|
|
3123
|
+
"line": 112
|
|
3124
3124
|
},
|
|
3125
3125
|
"name": "entryNames",
|
|
3126
3126
|
"optional": true,
|
|
@@ -3137,7 +3137,7 @@
|
|
|
3137
3137
|
"immutable": true,
|
|
3138
3138
|
"locationInModule": {
|
|
3139
3139
|
"filename": "src/esbuild-types.ts",
|
|
3140
|
-
"line":
|
|
3140
|
+
"line": 92
|
|
3141
3141
|
},
|
|
3142
3142
|
"name": "external",
|
|
3143
3143
|
"optional": true,
|
|
@@ -3159,7 +3159,7 @@
|
|
|
3159
3159
|
"immutable": true,
|
|
3160
3160
|
"locationInModule": {
|
|
3161
3161
|
"filename": "src/esbuild-types.ts",
|
|
3162
|
-
"line":
|
|
3162
|
+
"line": 122
|
|
3163
3163
|
},
|
|
3164
3164
|
"name": "footer",
|
|
3165
3165
|
"optional": true,
|
|
@@ -3215,7 +3215,7 @@
|
|
|
3215
3215
|
"immutable": true,
|
|
3216
3216
|
"locationInModule": {
|
|
3217
3217
|
"filename": "src/esbuild-types.ts",
|
|
3218
|
-
"line":
|
|
3218
|
+
"line": 50
|
|
3219
3219
|
},
|
|
3220
3220
|
"name": "ignoreAnnotations",
|
|
3221
3221
|
"optional": true,
|
|
@@ -3232,7 +3232,7 @@
|
|
|
3232
3232
|
"immutable": true,
|
|
3233
3233
|
"locationInModule": {
|
|
3234
3234
|
"filename": "src/esbuild-types.ts",
|
|
3235
|
-
"line":
|
|
3235
|
+
"line": 124
|
|
3236
3236
|
},
|
|
3237
3237
|
"name": "incremental",
|
|
3238
3238
|
"optional": true,
|
|
@@ -3249,7 +3249,7 @@
|
|
|
3249
3249
|
"immutable": true,
|
|
3250
3250
|
"locationInModule": {
|
|
3251
3251
|
"filename": "src/esbuild-types.ts",
|
|
3252
|
-
"line":
|
|
3252
|
+
"line": 118
|
|
3253
3253
|
},
|
|
3254
3254
|
"name": "inject",
|
|
3255
3255
|
"optional": true,
|
|
@@ -3271,7 +3271,7 @@
|
|
|
3271
3271
|
"immutable": true,
|
|
3272
3272
|
"locationInModule": {
|
|
3273
3273
|
"filename": "src/esbuild-types.ts",
|
|
3274
|
-
"line":
|
|
3274
|
+
"line": 53
|
|
3275
3275
|
},
|
|
3276
3276
|
"name": "jsx",
|
|
3277
3277
|
"optional": true,
|
|
@@ -3288,7 +3288,7 @@
|
|
|
3288
3288
|
"immutable": true,
|
|
3289
3289
|
"locationInModule": {
|
|
3290
3290
|
"filename": "src/esbuild-types.ts",
|
|
3291
|
-
"line":
|
|
3291
|
+
"line": 55
|
|
3292
3292
|
},
|
|
3293
3293
|
"name": "jsxFactory",
|
|
3294
3294
|
"optional": true,
|
|
@@ -3305,7 +3305,7 @@
|
|
|
3305
3305
|
"immutable": true,
|
|
3306
3306
|
"locationInModule": {
|
|
3307
3307
|
"filename": "src/esbuild-types.ts",
|
|
3308
|
-
"line":
|
|
3308
|
+
"line": 57
|
|
3309
3309
|
},
|
|
3310
3310
|
"name": "jsxFragment",
|
|
3311
3311
|
"optional": true,
|
|
@@ -3322,7 +3322,7 @@
|
|
|
3322
3322
|
"immutable": true,
|
|
3323
3323
|
"locationInModule": {
|
|
3324
3324
|
"filename": "src/esbuild-types.ts",
|
|
3325
|
-
"line":
|
|
3325
|
+
"line": 64
|
|
3326
3326
|
},
|
|
3327
3327
|
"name": "keepNames",
|
|
3328
3328
|
"optional": true,
|
|
@@ -3356,7 +3356,7 @@
|
|
|
3356
3356
|
"immutable": true,
|
|
3357
3357
|
"locationInModule": {
|
|
3358
3358
|
"filename": "src/esbuild-types.ts",
|
|
3359
|
-
"line":
|
|
3359
|
+
"line": 94
|
|
3360
3360
|
},
|
|
3361
3361
|
"name": "loader",
|
|
3362
3362
|
"optional": true,
|
|
@@ -3378,7 +3378,7 @@
|
|
|
3378
3378
|
"immutable": true,
|
|
3379
3379
|
"locationInModule": {
|
|
3380
3380
|
"filename": "src/esbuild-types.ts",
|
|
3381
|
-
"line":
|
|
3381
|
+
"line": 69
|
|
3382
3382
|
},
|
|
3383
3383
|
"name": "logLevel",
|
|
3384
3384
|
"optional": true,
|
|
@@ -3395,7 +3395,7 @@
|
|
|
3395
3395
|
"immutable": true,
|
|
3396
3396
|
"locationInModule": {
|
|
3397
3397
|
"filename": "src/esbuild-types.ts",
|
|
3398
|
-
"line":
|
|
3398
|
+
"line": 71
|
|
3399
3399
|
},
|
|
3400
3400
|
"name": "logLimit",
|
|
3401
3401
|
"optional": true,
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
"immutable": true,
|
|
3413
3413
|
"locationInModule": {
|
|
3414
3414
|
"filename": "src/esbuild-types.ts",
|
|
3415
|
-
"line":
|
|
3415
|
+
"line": 98
|
|
3416
3416
|
},
|
|
3417
3417
|
"name": "mainFields",
|
|
3418
3418
|
"optional": true,
|
|
@@ -3434,7 +3434,7 @@
|
|
|
3434
3434
|
"immutable": true,
|
|
3435
3435
|
"locationInModule": {
|
|
3436
3436
|
"filename": "src/esbuild-types.ts",
|
|
3437
|
-
"line":
|
|
3437
|
+
"line": 34
|
|
3438
3438
|
},
|
|
3439
3439
|
"name": "mangleCache",
|
|
3440
3440
|
"optional": true,
|
|
@@ -3473,6 +3473,23 @@
|
|
|
3473
3473
|
"primitive": "any"
|
|
3474
3474
|
}
|
|
3475
3475
|
},
|
|
3476
|
+
{
|
|
3477
|
+
"abstract": true,
|
|
3478
|
+
"docs": {
|
|
3479
|
+
"stability": "stable",
|
|
3480
|
+
"summary": "Documentation: https://esbuild.github.io/api/#mangle-props."
|
|
3481
|
+
},
|
|
3482
|
+
"immutable": true,
|
|
3483
|
+
"locationInModule": {
|
|
3484
|
+
"filename": "src/esbuild-types.ts",
|
|
3485
|
+
"line": 32
|
|
3486
|
+
},
|
|
3487
|
+
"name": "mangleQuoted",
|
|
3488
|
+
"optional": true,
|
|
3489
|
+
"type": {
|
|
3490
|
+
"primitive": "boolean"
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3476
3493
|
{
|
|
3477
3494
|
"abstract": true,
|
|
3478
3495
|
"docs": {
|
|
@@ -3482,7 +3499,7 @@
|
|
|
3482
3499
|
"immutable": true,
|
|
3483
3500
|
"locationInModule": {
|
|
3484
3501
|
"filename": "src/esbuild-types.ts",
|
|
3485
|
-
"line":
|
|
3502
|
+
"line": 84
|
|
3486
3503
|
},
|
|
3487
3504
|
"name": "metafile",
|
|
3488
3505
|
"optional": true,
|
|
@@ -3499,7 +3516,7 @@
|
|
|
3499
3516
|
"immutable": true,
|
|
3500
3517
|
"locationInModule": {
|
|
3501
3518
|
"filename": "src/esbuild-types.ts",
|
|
3502
|
-
"line":
|
|
3519
|
+
"line": 38
|
|
3503
3520
|
},
|
|
3504
3521
|
"name": "minify",
|
|
3505
3522
|
"optional": true,
|
|
@@ -3516,7 +3533,7 @@
|
|
|
3516
3533
|
"immutable": true,
|
|
3517
3534
|
"locationInModule": {
|
|
3518
3535
|
"filename": "src/esbuild-types.ts",
|
|
3519
|
-
"line":
|
|
3536
|
+
"line": 42
|
|
3520
3537
|
},
|
|
3521
3538
|
"name": "minifyIdentifiers",
|
|
3522
3539
|
"optional": true,
|
|
@@ -3533,7 +3550,7 @@
|
|
|
3533
3550
|
"immutable": true,
|
|
3534
3551
|
"locationInModule": {
|
|
3535
3552
|
"filename": "src/esbuild-types.ts",
|
|
3536
|
-
"line":
|
|
3553
|
+
"line": 44
|
|
3537
3554
|
},
|
|
3538
3555
|
"name": "minifySyntax",
|
|
3539
3556
|
"optional": true,
|
|
@@ -3550,7 +3567,7 @@
|
|
|
3550
3567
|
"immutable": true,
|
|
3551
3568
|
"locationInModule": {
|
|
3552
3569
|
"filename": "src/esbuild-types.ts",
|
|
3553
|
-
"line":
|
|
3570
|
+
"line": 40
|
|
3554
3571
|
},
|
|
3555
3572
|
"name": "minifyWhitespace",
|
|
3556
3573
|
"optional": true,
|
|
@@ -3567,7 +3584,7 @@
|
|
|
3567
3584
|
"immutable": true,
|
|
3568
3585
|
"locationInModule": {
|
|
3569
3586
|
"filename": "src/esbuild-types.ts",
|
|
3570
|
-
"line":
|
|
3587
|
+
"line": 128
|
|
3571
3588
|
},
|
|
3572
3589
|
"name": "nodePaths",
|
|
3573
3590
|
"optional": true,
|
|
@@ -3589,7 +3606,7 @@
|
|
|
3589
3606
|
"immutable": true,
|
|
3590
3607
|
"locationInModule": {
|
|
3591
3608
|
"filename": "src/esbuild-types.ts",
|
|
3592
|
-
"line":
|
|
3609
|
+
"line": 88
|
|
3593
3610
|
},
|
|
3594
3611
|
"name": "outbase",
|
|
3595
3612
|
"optional": true,
|
|
@@ -3606,7 +3623,7 @@
|
|
|
3606
3623
|
"immutable": true,
|
|
3607
3624
|
"locationInModule": {
|
|
3608
3625
|
"filename": "src/esbuild-types.ts",
|
|
3609
|
-
"line":
|
|
3626
|
+
"line": 86
|
|
3610
3627
|
},
|
|
3611
3628
|
"name": "outdir",
|
|
3612
3629
|
"optional": true,
|
|
@@ -3623,7 +3640,7 @@
|
|
|
3623
3640
|
"immutable": true,
|
|
3624
3641
|
"locationInModule": {
|
|
3625
3642
|
"filename": "src/esbuild-types.ts",
|
|
3626
|
-
"line":
|
|
3643
|
+
"line": 108
|
|
3627
3644
|
},
|
|
3628
3645
|
"name": "outExtension",
|
|
3629
3646
|
"optional": true,
|
|
@@ -3645,7 +3662,7 @@
|
|
|
3645
3662
|
"immutable": true,
|
|
3646
3663
|
"locationInModule": {
|
|
3647
3664
|
"filename": "src/esbuild-types.ts",
|
|
3648
|
-
"line":
|
|
3665
|
+
"line": 82
|
|
3649
3666
|
},
|
|
3650
3667
|
"name": "outfile",
|
|
3651
3668
|
"optional": true,
|
|
@@ -3662,7 +3679,7 @@
|
|
|
3662
3679
|
"immutable": true,
|
|
3663
3680
|
"locationInModule": {
|
|
3664
3681
|
"filename": "src/esbuild-types.ts",
|
|
3665
|
-
"line":
|
|
3682
|
+
"line": 90
|
|
3666
3683
|
},
|
|
3667
3684
|
"name": "platform",
|
|
3668
3685
|
"optional": true,
|
|
@@ -3679,7 +3696,7 @@
|
|
|
3679
3696
|
"immutable": true,
|
|
3680
3697
|
"locationInModule": {
|
|
3681
3698
|
"filename": "src/esbuild-types.ts",
|
|
3682
|
-
"line":
|
|
3699
|
+
"line": 80
|
|
3683
3700
|
},
|
|
3684
3701
|
"name": "preserveSymlinks",
|
|
3685
3702
|
"optional": true,
|
|
@@ -3696,7 +3713,7 @@
|
|
|
3696
3713
|
"immutable": true,
|
|
3697
3714
|
"locationInModule": {
|
|
3698
3715
|
"filename": "src/esbuild-types.ts",
|
|
3699
|
-
"line":
|
|
3716
|
+
"line": 110
|
|
3700
3717
|
},
|
|
3701
3718
|
"name": "publicPath",
|
|
3702
3719
|
"optional": true,
|
|
@@ -3713,7 +3730,7 @@
|
|
|
3713
3730
|
"immutable": true,
|
|
3714
3731
|
"locationInModule": {
|
|
3715
3732
|
"filename": "src/esbuild-types.ts",
|
|
3716
|
-
"line":
|
|
3733
|
+
"line": 62
|
|
3717
3734
|
},
|
|
3718
3735
|
"name": "pure",
|
|
3719
3736
|
"optional": true,
|
|
@@ -3752,7 +3769,7 @@
|
|
|
3752
3769
|
"immutable": true,
|
|
3753
3770
|
"locationInModule": {
|
|
3754
3771
|
"filename": "src/esbuild-types.ts",
|
|
3755
|
-
"line":
|
|
3772
|
+
"line": 96
|
|
3756
3773
|
},
|
|
3757
3774
|
"name": "resolveExtensions",
|
|
3758
3775
|
"optional": true,
|
|
@@ -3834,7 +3851,7 @@
|
|
|
3834
3851
|
"immutable": true,
|
|
3835
3852
|
"locationInModule": {
|
|
3836
3853
|
"filename": "src/esbuild-types.ts",
|
|
3837
|
-
"line":
|
|
3854
|
+
"line": 78
|
|
3838
3855
|
},
|
|
3839
3856
|
"name": "splitting",
|
|
3840
3857
|
"optional": true,
|
|
@@ -3882,7 +3899,7 @@
|
|
|
3882
3899
|
"immutable": true,
|
|
3883
3900
|
"locationInModule": {
|
|
3884
3901
|
"filename": "src/esbuild-types.ts",
|
|
3885
|
-
"line":
|
|
3902
|
+
"line": 48
|
|
3886
3903
|
},
|
|
3887
3904
|
"name": "treeShaking",
|
|
3888
3905
|
"optional": true,
|
|
@@ -3899,7 +3916,7 @@
|
|
|
3899
3916
|
"immutable": true,
|
|
3900
3917
|
"locationInModule": {
|
|
3901
3918
|
"filename": "src/esbuild-types.ts",
|
|
3902
|
-
"line":
|
|
3919
|
+
"line": 106
|
|
3903
3920
|
},
|
|
3904
3921
|
"name": "tsconfig",
|
|
3905
3922
|
"optional": true,
|
|
@@ -3916,7 +3933,7 @@
|
|
|
3916
3933
|
"immutable": true,
|
|
3917
3934
|
"locationInModule": {
|
|
3918
3935
|
"filename": "src/esbuild-types.ts",
|
|
3919
|
-
"line":
|
|
3936
|
+
"line": 102
|
|
3920
3937
|
},
|
|
3921
3938
|
"name": "write",
|
|
3922
3939
|
"optional": true,
|
|
@@ -4901,7 +4918,7 @@
|
|
|
4901
4918
|
"kind": "interface",
|
|
4902
4919
|
"locationInModule": {
|
|
4903
4920
|
"filename": "src/esbuild-types.ts",
|
|
4904
|
-
"line":
|
|
4921
|
+
"line": 235
|
|
4905
4922
|
},
|
|
4906
4923
|
"name": "TransformOptions",
|
|
4907
4924
|
"properties": [
|
|
@@ -4913,7 +4930,7 @@
|
|
|
4913
4930
|
"immutable": true,
|
|
4914
4931
|
"locationInModule": {
|
|
4915
4932
|
"filename": "src/esbuild-types.ts",
|
|
4916
|
-
"line":
|
|
4933
|
+
"line": 240
|
|
4917
4934
|
},
|
|
4918
4935
|
"name": "banner",
|
|
4919
4936
|
"optional": true,
|
|
@@ -4930,7 +4947,7 @@
|
|
|
4930
4947
|
"immutable": true,
|
|
4931
4948
|
"locationInModule": {
|
|
4932
4949
|
"filename": "src/esbuild-types.ts",
|
|
4933
|
-
"line":
|
|
4950
|
+
"line": 46
|
|
4934
4951
|
},
|
|
4935
4952
|
"name": "charset",
|
|
4936
4953
|
"optional": true,
|
|
@@ -4947,7 +4964,7 @@
|
|
|
4947
4964
|
"immutable": true,
|
|
4948
4965
|
"locationInModule": {
|
|
4949
4966
|
"filename": "src/esbuild-types.ts",
|
|
4950
|
-
"line":
|
|
4967
|
+
"line": 67
|
|
4951
4968
|
},
|
|
4952
4969
|
"name": "color",
|
|
4953
4970
|
"optional": true,
|
|
@@ -4964,7 +4981,7 @@
|
|
|
4964
4981
|
"immutable": true,
|
|
4965
4982
|
"locationInModule": {
|
|
4966
4983
|
"filename": "src/esbuild-types.ts",
|
|
4967
|
-
"line":
|
|
4984
|
+
"line": 60
|
|
4968
4985
|
},
|
|
4969
4986
|
"name": "define",
|
|
4970
4987
|
"optional": true,
|
|
@@ -4986,7 +5003,7 @@
|
|
|
4986
5003
|
"immutable": true,
|
|
4987
5004
|
"locationInModule": {
|
|
4988
5005
|
"filename": "src/esbuild-types.ts",
|
|
4989
|
-
"line":
|
|
5006
|
+
"line": 36
|
|
4990
5007
|
},
|
|
4991
5008
|
"name": "drop",
|
|
4992
5009
|
"optional": true,
|
|
@@ -5007,7 +5024,7 @@
|
|
|
5007
5024
|
"immutable": true,
|
|
5008
5025
|
"locationInModule": {
|
|
5009
5026
|
"filename": "src/esbuild-types.ts",
|
|
5010
|
-
"line":
|
|
5027
|
+
"line": 241
|
|
5011
5028
|
},
|
|
5012
5029
|
"name": "footer",
|
|
5013
5030
|
"optional": true,
|
|
@@ -5058,7 +5075,7 @@
|
|
|
5058
5075
|
"immutable": true,
|
|
5059
5076
|
"locationInModule": {
|
|
5060
5077
|
"filename": "src/esbuild-types.ts",
|
|
5061
|
-
"line":
|
|
5078
|
+
"line": 50
|
|
5062
5079
|
},
|
|
5063
5080
|
"name": "ignoreAnnotations",
|
|
5064
5081
|
"optional": true,
|
|
@@ -5075,7 +5092,7 @@
|
|
|
5075
5092
|
"immutable": true,
|
|
5076
5093
|
"locationInModule": {
|
|
5077
5094
|
"filename": "src/esbuild-types.ts",
|
|
5078
|
-
"line":
|
|
5095
|
+
"line": 53
|
|
5079
5096
|
},
|
|
5080
5097
|
"name": "jsx",
|
|
5081
5098
|
"optional": true,
|
|
@@ -5092,7 +5109,7 @@
|
|
|
5092
5109
|
"immutable": true,
|
|
5093
5110
|
"locationInModule": {
|
|
5094
5111
|
"filename": "src/esbuild-types.ts",
|
|
5095
|
-
"line":
|
|
5112
|
+
"line": 55
|
|
5096
5113
|
},
|
|
5097
5114
|
"name": "jsxFactory",
|
|
5098
5115
|
"optional": true,
|
|
@@ -5109,7 +5126,7 @@
|
|
|
5109
5126
|
"immutable": true,
|
|
5110
5127
|
"locationInModule": {
|
|
5111
5128
|
"filename": "src/esbuild-types.ts",
|
|
5112
|
-
"line":
|
|
5129
|
+
"line": 57
|
|
5113
5130
|
},
|
|
5114
5131
|
"name": "jsxFragment",
|
|
5115
5132
|
"optional": true,
|
|
@@ -5126,7 +5143,7 @@
|
|
|
5126
5143
|
"immutable": true,
|
|
5127
5144
|
"locationInModule": {
|
|
5128
5145
|
"filename": "src/esbuild-types.ts",
|
|
5129
|
-
"line":
|
|
5146
|
+
"line": 64
|
|
5130
5147
|
},
|
|
5131
5148
|
"name": "keepNames",
|
|
5132
5149
|
"optional": true,
|
|
@@ -5159,7 +5176,7 @@
|
|
|
5159
5176
|
"immutable": true,
|
|
5160
5177
|
"locationInModule": {
|
|
5161
5178
|
"filename": "src/esbuild-types.ts",
|
|
5162
|
-
"line":
|
|
5179
|
+
"line": 239
|
|
5163
5180
|
},
|
|
5164
5181
|
"name": "loader",
|
|
5165
5182
|
"optional": true,
|
|
@@ -5176,7 +5193,7 @@
|
|
|
5176
5193
|
"immutable": true,
|
|
5177
5194
|
"locationInModule": {
|
|
5178
5195
|
"filename": "src/esbuild-types.ts",
|
|
5179
|
-
"line":
|
|
5196
|
+
"line": 69
|
|
5180
5197
|
},
|
|
5181
5198
|
"name": "logLevel",
|
|
5182
5199
|
"optional": true,
|
|
@@ -5193,7 +5210,7 @@
|
|
|
5193
5210
|
"immutable": true,
|
|
5194
5211
|
"locationInModule": {
|
|
5195
5212
|
"filename": "src/esbuild-types.ts",
|
|
5196
|
-
"line":
|
|
5213
|
+
"line": 71
|
|
5197
5214
|
},
|
|
5198
5215
|
"name": "logLimit",
|
|
5199
5216
|
"optional": true,
|
|
@@ -5210,7 +5227,7 @@
|
|
|
5210
5227
|
"immutable": true,
|
|
5211
5228
|
"locationInModule": {
|
|
5212
5229
|
"filename": "src/esbuild-types.ts",
|
|
5213
|
-
"line":
|
|
5230
|
+
"line": 34
|
|
5214
5231
|
},
|
|
5215
5232
|
"name": "mangleCache",
|
|
5216
5233
|
"optional": true,
|
|
@@ -5249,6 +5266,23 @@
|
|
|
5249
5266
|
"primitive": "any"
|
|
5250
5267
|
}
|
|
5251
5268
|
},
|
|
5269
|
+
{
|
|
5270
|
+
"abstract": true,
|
|
5271
|
+
"docs": {
|
|
5272
|
+
"stability": "stable",
|
|
5273
|
+
"summary": "Documentation: https://esbuild.github.io/api/#mangle-props."
|
|
5274
|
+
},
|
|
5275
|
+
"immutable": true,
|
|
5276
|
+
"locationInModule": {
|
|
5277
|
+
"filename": "src/esbuild-types.ts",
|
|
5278
|
+
"line": 32
|
|
5279
|
+
},
|
|
5280
|
+
"name": "mangleQuoted",
|
|
5281
|
+
"optional": true,
|
|
5282
|
+
"type": {
|
|
5283
|
+
"primitive": "boolean"
|
|
5284
|
+
}
|
|
5285
|
+
},
|
|
5252
5286
|
{
|
|
5253
5287
|
"abstract": true,
|
|
5254
5288
|
"docs": {
|
|
@@ -5258,7 +5292,7 @@
|
|
|
5258
5292
|
"immutable": true,
|
|
5259
5293
|
"locationInModule": {
|
|
5260
5294
|
"filename": "src/esbuild-types.ts",
|
|
5261
|
-
"line":
|
|
5295
|
+
"line": 38
|
|
5262
5296
|
},
|
|
5263
5297
|
"name": "minify",
|
|
5264
5298
|
"optional": true,
|
|
@@ -5275,7 +5309,7 @@
|
|
|
5275
5309
|
"immutable": true,
|
|
5276
5310
|
"locationInModule": {
|
|
5277
5311
|
"filename": "src/esbuild-types.ts",
|
|
5278
|
-
"line":
|
|
5312
|
+
"line": 42
|
|
5279
5313
|
},
|
|
5280
5314
|
"name": "minifyIdentifiers",
|
|
5281
5315
|
"optional": true,
|
|
@@ -5292,7 +5326,7 @@
|
|
|
5292
5326
|
"immutable": true,
|
|
5293
5327
|
"locationInModule": {
|
|
5294
5328
|
"filename": "src/esbuild-types.ts",
|
|
5295
|
-
"line":
|
|
5329
|
+
"line": 44
|
|
5296
5330
|
},
|
|
5297
5331
|
"name": "minifySyntax",
|
|
5298
5332
|
"optional": true,
|
|
@@ -5309,7 +5343,7 @@
|
|
|
5309
5343
|
"immutable": true,
|
|
5310
5344
|
"locationInModule": {
|
|
5311
5345
|
"filename": "src/esbuild-types.ts",
|
|
5312
|
-
"line":
|
|
5346
|
+
"line": 40
|
|
5313
5347
|
},
|
|
5314
5348
|
"name": "minifyWhitespace",
|
|
5315
5349
|
"optional": true,
|
|
@@ -5326,7 +5360,7 @@
|
|
|
5326
5360
|
"immutable": true,
|
|
5327
5361
|
"locationInModule": {
|
|
5328
5362
|
"filename": "src/esbuild-types.ts",
|
|
5329
|
-
"line":
|
|
5363
|
+
"line": 62
|
|
5330
5364
|
},
|
|
5331
5365
|
"name": "pure",
|
|
5332
5366
|
"optional": true,
|
|
@@ -5364,7 +5398,7 @@
|
|
|
5364
5398
|
"immutable": true,
|
|
5365
5399
|
"locationInModule": {
|
|
5366
5400
|
"filename": "src/esbuild-types.ts",
|
|
5367
|
-
"line":
|
|
5401
|
+
"line": 238
|
|
5368
5402
|
},
|
|
5369
5403
|
"name": "sourcefile",
|
|
5370
5404
|
"optional": true,
|
|
@@ -5472,7 +5506,7 @@
|
|
|
5472
5506
|
"immutable": true,
|
|
5473
5507
|
"locationInModule": {
|
|
5474
5508
|
"filename": "src/esbuild-types.ts",
|
|
5475
|
-
"line":
|
|
5509
|
+
"line": 48
|
|
5476
5510
|
},
|
|
5477
5511
|
"name": "treeShaking",
|
|
5478
5512
|
"optional": true,
|
|
@@ -5488,7 +5522,7 @@
|
|
|
5488
5522
|
"immutable": true,
|
|
5489
5523
|
"locationInModule": {
|
|
5490
5524
|
"filename": "src/esbuild-types.ts",
|
|
5491
|
-
"line":
|
|
5525
|
+
"line": 236
|
|
5492
5526
|
},
|
|
5493
5527
|
"name": "tsconfigRaw",
|
|
5494
5528
|
"optional": true,
|
|
@@ -6022,6 +6056,6 @@
|
|
|
6022
6056
|
"symbolId": "src/source:TypeScriptSourceProps"
|
|
6023
6057
|
}
|
|
6024
6058
|
},
|
|
6025
|
-
"version": "3.
|
|
6026
|
-
"fingerprint": "
|
|
6059
|
+
"version": "3.3.0",
|
|
6060
|
+
"fingerprint": "Q2F6iETZiRfNYQpToAP4z9DFp9FZ44lOZazVBzIGdEU="
|
|
6027
6061
|
}
|