@@ -2811,15 +2811,24 @@ Object {
28112811 " module-parser-javascript-auto-import-meta" : Object {
28122812 " configs" : Array [
28132813 Object {
2814- " description" : " Enable/disable evaluating import.meta." ,
2814+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
28152815 " multiple" : false ,
28162816 " path" : " module.parser.javascript/auto.importMeta" ,
28172817 " type" : " boolean" ,
28182818 },
2819+ Object {
2820+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation." ,
2821+ " multiple" : false ,
2822+ " path" : " module.parser.javascript/auto.importMeta" ,
2823+ " type" : " enum" ,
2824+ " values" : Array [
2825+ " preserve-unknown" ,
2826+ ],
2827+ },
28192828 ],
2820- " description" : " Enable/disable evaluating import.meta." ,
2829+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
28212830 " multiple" : false ,
2822- " simpleType" : " boolean " ,
2831+ " simpleType" : " string " ,
28232832 },
28242833 " module-parser-javascript-auto-import-meta-context" : Object {
28252834 " configs" : Array [
@@ -3579,15 +3588,24 @@ Object {
35793588 " module-parser-javascript-dynamic-import-meta" : Object {
35803589 " configs" : Array [
35813590 Object {
3582- " description" : " Enable/disable evaluating import.meta." ,
3591+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
35833592 " multiple" : false ,
35843593 " path" : " module.parser.javascript/dynamic.importMeta" ,
35853594 " type" : " boolean" ,
35863595 },
3596+ Object {
3597+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation." ,
3598+ " multiple" : false ,
3599+ " path" : " module.parser.javascript/dynamic.importMeta" ,
3600+ " type" : " enum" ,
3601+ " values" : Array [
3602+ " preserve-unknown" ,
3603+ ],
3604+ },
35873605 ],
3588- " description" : " Enable/disable evaluating import.meta." ,
3606+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
35893607 " multiple" : false ,
3590- " simpleType" : " boolean " ,
3608+ " simpleType" : " string " ,
35913609 },
35923610 " module-parser-javascript-dynamic-import-meta-context" : Object {
35933611 " configs" : Array [
@@ -4320,15 +4338,24 @@ Object {
43204338 " module-parser-javascript-esm-import-meta" : Object {
43214339 " configs" : Array [
43224340 Object {
4323- " description" : " Enable/disable evaluating import.meta." ,
4341+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
43244342 " multiple" : false ,
43254343 " path" : " module.parser.javascript/esm.importMeta" ,
43264344 " type" : " boolean" ,
43274345 },
4346+ Object {
4347+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation." ,
4348+ " multiple" : false ,
4349+ " path" : " module.parser.javascript/esm.importMeta" ,
4350+ " type" : " enum" ,
4351+ " values" : Array [
4352+ " preserve-unknown" ,
4353+ ],
4354+ },
43284355 ],
4329- " description" : " Enable/disable evaluating import.meta." ,
4356+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
43304357 " multiple" : false ,
4331- " simpleType" : " boolean " ,
4358+ " simpleType" : " string " ,
43324359 },
43334360 " module-parser-javascript-esm-import-meta-context" : Object {
43344361 " configs" : Array [
@@ -4822,15 +4849,24 @@ Object {
48224849 " module-parser-javascript-import-meta" : Object {
48234850 " configs" : Array [
48244851 Object {
4825- " description" : " Enable/disable evaluating import.meta." ,
4852+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
48264853 " multiple" : false ,
48274854 " path" : " module.parser.javascript.importMeta" ,
48284855 " type" : " boolean" ,
48294856 },
4857+ Object {
4858+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation." ,
4859+ " multiple" : false ,
4860+ " path" : " module.parser.javascript.importMeta" ,
4861+ " type" : " enum" ,
4862+ " values" : Array [
4863+ " preserve-unknown" ,
4864+ ],
4865+ },
48304866 ],
4831- " description" : " Enable/disable evaluating import.meta." ,
4867+ " description" : " Enable/disable evaluating import.meta. Set to 'preserve-unknown' to preserve unknown properties for runtime evaluation. " ,
48324868 " multiple" : false ,
4833- " simpleType" : " boolean " ,
4869+ " simpleType" : " string " ,
48344870 },
48354871 " module-parser-javascript-import-meta-context" : Object {
48364872 " configs" : Array [
0 commit comments