tor-browser

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

files / dom / base / test / jsmodules


ModeNameSize
-rw-r--r--.eslintrc.mjs15L
-rw-r--r--ambiguous_export.mjs3L
-rw-r--r--chrome.toml121L
-rw-r--r--exportA1.mjs1L
-rw-r--r--exportA2.mjs1L
-rw-r--r--export_ambiguous.mjs1L
-rw-r--r--export_star_ambiguous.mjs1L
-rw-r--r--iframe_extractIntroType.html14L
-rw-r--r--import_404.mjs2L
-rw-r--r--import_ambiguous.mjs2L
-rw-r--r--import_ambiguous_export.mjs2L
-rw-r--r--import_ambiguous_export_star.mjs2L
-rw-r--r--import_ambiguous_indirect_export.mjs2L
-rw-r--r--import_circular.mjs1L
-rw-r--r--import_circular_1.mjs1L
-rw-r--r--import_no_export.mjs2L
-rw-r--r--import_no_indirect_export.mjs2L
-rw-r--r--import_parse_error.mjs2L
-rw-r--r--import_parse_error_1.mjs2L
-rw-r--r--import_parse_error_2.mjs2L
-rw-r--r--import_parse_error_3.mjs2L
-rw-r--r--large_module_import_404.mjs9734L
-rw-r--r--mochitest.toml3L
-rw-r--r--module_a.mjs2L
-rw-r--r--module_b.mjs2L
-rw-r--r--module_badImport.mjs2L
-rw-r--r--module_badSyntax.mjs3L
-rw-r--r--module_c.mjs3L
-rw-r--r--module_cyclic1.mjs8L
-rw-r--r--module_cyclic2.mjs8L
-rw-r--r--module_cyclic3.mjs8L
-rw-r--r--module_d.mjs2L
-rw-r--r--module_e.mjs2L
-rw-r--r--module_extractIntroType.mjs7L
-rw-r--r--module_large1.mjs78L
-rw-r--r--module_large2.mjs78L
-rw-r--r--module_large3.mjs78L
-rw-r--r--module_missingImport.mjs2L
-rw-r--r--module_multiImports.mjs7L
-rw-r--r--module_multiLargeImports.mjs7L
-rw-r--r--module_setRan.mjs3L
-rw-r--r--module_simple1.mjs2L
-rw-r--r--module_simple2.mjs2L
-rw-r--r--module_simple3.mjs2L
-rw-r--r--module_simpleExport.mjs1L
-rw-r--r--module_simpleImport.mjs4L
-rw-r--r--module_testSyntax.mjs4L
-rw-r--r--moz.build12L
-rw-r--r--no_export.mjs2L
-rw-r--r--no_indirect_export.mjs1L
-rw-r--r--parse_error.js1L
-rw-r--r--script_simple2.js2L
-rw-r--r--test_asyncInlineModules.html39L
-rw-r--r--test_cyclicImport.html17L
-rw-r--r--test_dynamicImportErrorMessage.html32L
-rw-r--r--test_dynamicImport_link_failure.html19L
-rw-r--r--test_fetchedModuleHasErrorToRethrow.html23L
-rw-r--r--test_fetchedModuleHasErrorToRethrow_dynamic.html24L
-rw-r--r--test_importIntroType.html23L
-rw-r--r--test_importNotFound.html29L
-rw-r--r--test_importResolveFailed.html22L
-rw-r--r--test_import_errorMessage.html46L
-rw-r--r--test_import_errorMessage2.html36L
-rw-r--r--test_import_meta_resolve.html69L
-rw-r--r--test_importedModuleMemoization.html31L
-rw-r--r--test_large_module_import_404.html13L
-rw-r--r--test_linkErrorInCommon1.html37L
-rw-r--r--test_linkErrorInCommon2.html35L
-rw-r--r--test_moduleNotFound.html24L
-rw-r--r--test_moduleParsedAsModule.html24L
-rw-r--r--test_moduleScriptsRun.html23L
-rw-r--r--test_multiAsyncImports.html31L
-rw-r--r--test_multiModuleImports.html29L
-rw-r--r--test_multiModuleLargeImports.html29L
-rw-r--r--test_multiTopLevelImports.html31L
-rw-r--r--test_multiTopLevelLargeImports.html31L
-rw-r--r--test_nested_modules.html47L
-rw-r--r--test_scriptInsertedModule.html21L
-rw-r--r--test_scriptModuleOrder.html31L
-rw-r--r--test_scriptNotParsedAsModule.html23L
-rw-r--r--test_simpleImport.html17L
-rw-r--r--test_syntaxError.html30L
-rw-r--r--test_syntaxErrorAsync.html30L
-rw-r--r--test_syntaxErrorInline.html34L
-rw-r--r--test_syntaxErrorInlineAsync.html34L
-rw-r--r--test_topLevelIntroType.html22L
-rw-r--r--test_toplevelModuleMemoization.html31L
-rw-r--r--test_typeAttrCaseInsensitive.html23L
d---------importmaps/-