1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
[DEFAULT]
support-files = [
"ambiguous_export.mjs",
"import_404.mjs",
"import_ambiguous.mjs",
"import_ambiguous_indirect_export.mjs",
"import_ambiguous_export.mjs",
"import_ambiguous_export_star.mjs",
"import_circular.mjs",
"import_circular_1.mjs",
"import_no_export.mjs",
"import_no_indirect_export.mjs",
"import_parse_error.mjs",
"import_parse_error_1.mjs",
"import_parse_error_2.mjs",
"import_parse_error_3.mjs",
"large_module_import_404.mjs",
"exportA1.mjs",
"exportA2.mjs",
"export_ambiguous.mjs",
"export_star_ambiguous.mjs",
"module_a.mjs",
"module_b.mjs",
"module_c.mjs",
"module_d.mjs",
"module_e.mjs",
"module_setRan.mjs",
"module_testSyntax.mjs",
"module_badSyntax.mjs",
"module_simpleImport.mjs",
"module_simpleExport.mjs",
"module_badImport.mjs",
"module_simple1.mjs",
"module_simple2.mjs",
"module_simple3.mjs",
"module_cyclic1.mjs",
"module_cyclic2.mjs",
"module_cyclic3.mjs",
"module_multiImports.mjs",
"module_multiLargeImports.mjs",
"no_export.mjs",
"no_indirect_export.mjs",
"parse_error.js",
"script_simple2.js",
"module_large1.mjs",
"module_large2.mjs",
"module_large3.mjs",
"module_extractIntroType.mjs",
"iframe_extractIntroType.html",
"module_missingImport.mjs",
]
["test_asyncInlineModules.html"]
["test_cyclicImport.html"]
["test_dynamicImportErrorMessage.html"]
["test_dynamicImport_link_failure.html"]
["test_fetchedModuleHasErrorToRethrow.html"]
["test_fetchedModuleHasErrorToRethrow_dynamic.html"]
["test_importIntroType.html"]
["test_importNotFound.html"]
["test_importResolveFailed.html"]
["test_import_errorMessage.html"]
["test_import_errorMessage2.html"]
["test_import_meta_resolve.html"]
["test_importedModuleMemoization.html"]
["test_large_module_import_404.html"]
["test_linkErrorInCommon1.html"]
["test_linkErrorInCommon2.html"]
["test_moduleNotFound.html"]
["test_moduleParsedAsModule.html"]
["test_moduleScriptsRun.html"]
["test_multiAsyncImports.html"]
["test_multiModuleImports.html"]
["test_multiModuleLargeImports.html"]
["test_multiTopLevelImports.html"]
["test_multiTopLevelLargeImports.html"]
["test_scriptInsertedModule.html"]
["test_scriptModuleOrder.html"]
["test_scriptNotParsedAsModule.html"]
["test_simpleImport.html"]
["test_syntaxError.html"]
["test_syntaxErrorAsync.html"]
["test_syntaxErrorInline.html"]
["test_syntaxErrorInlineAsync.html"]
["test_topLevelIntroType.html"]
["test_toplevelModuleMemoization.html"]
["test_typeAttrCaseInsensitive.html"]
|