tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

chrome.toml (2540B)


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