.eslintrc.mjs |
|
494 |
ambiguous_export.mjs |
eslint-disable import/export |
99 |
chrome.toml |
|
2210 |
export_ambiguous.mjs |
|
44 |
export_star_ambiguous.mjs |
|
40 |
exportA1.mjs |
|
20 |
exportA2.mjs |
|
20 |
iframe_extractIntroType.html |
|
597 |
import_ambiguous.mjs |
|
87 |
import_ambiguous_export.mjs |
|
87 |
import_ambiguous_export_star.mjs |
|
92 |
import_ambiguous_indirect_export.mjs |
|
87 |
import_circular.mjs |
|
45 |
import_circular_1.mjs |
|
43 |
import_no_export.mjs |
|
80 |
import_no_indirect_export.mjs |
eslint-disable import/default, no-unused-vars |
98 |
importmaps |
|
|
mochitest.toml |
|
40 |
module_a.mjs |
|
36 |
module_b.mjs |
|
36 |
module_badImport.mjs |
eslint-disable import/no-unassigned-import, import/no-unresolved |
99 |
module_badSyntax.mjs |
|
70 |
module_c.mjs |
eslint-disable import/export |
99 |
module_cyclic1.mjs |
|
145 |
module_cyclic2.mjs |
|
145 |
module_cyclic3.mjs |
|
145 |
module_d.mjs |
|
79 |
module_e.mjs |
|
79 |
module_extractIntroType.mjs |
|
228 |
module_large1.mjs |
|
5460 |
module_large2.mjs |
|
5460 |
module_large3.mjs |
|
5460 |
module_missingImport.mjs |
|
91 |
module_multiImports.mjs |
eslint-disable import/no-unassigned-import |
181 |
module_multiLargeImports.mjs |
eslint-disable import/no-unassigned-import |
178 |
module_setRan.mjs |
|
119 |
module_simple1.mjs |
global results |
38 |
module_simple2.mjs |
global results |
38 |
module_simple3.mjs |
global results |
38 |
module_simpleExport.mjs |
|
19 |
module_simpleImport.mjs |
|
97 |
module_testSyntax.mjs |
|
130 |
moz.build |
|
447 |
no_export.mjs |
|
56 |
no_indirect_export.mjs |
|
37 |
script_simple2.js |
global results |
38 |
test_asyncInlineModules.html |
Test async inline modules |
896 |
test_cyclicImport.html |
Test cyclic module imports |
466 |
test_dynamicImport_link_failure.html |
Test link failure in import() |
565 |
test_dynamicImportErrorMessage.html |
Test the error message from import() |
562 |
test_import_errorMessage.html |
Test module import error message |
1757 |
test_import_errorMessage2.html |
Test to get the filename of the requested module after it has been evaluated |
1080 |
test_import_meta_resolve.html |
Test import.meta.resolve |
2211 |
test_importedModuleMemoization.html |
Test imported modules are momoized and only loaded once |
885 |
test_importIntroType.html |
Test introduction type of an imported module |
667 |
test_importNotFound.html |
Test what happens when a module import is not found |
832 |
test_importResolveFailed.html |
Test error thrown when an import cannot be resolved |
668 |
test_linkErrorInCommon1.html |
Test handling of a link error in a common module |
1046 |
test_linkErrorInCommon2.html |
Test handling of a link error in a common module |
934 |
test_moduleNotFound.html |
Test what happens when a top-level module is not found |
729 |
test_moduleParsedAsModule.html |
Test module script parsed as module |
727 |
test_moduleScriptsRun.html |
Test script elements with type="module" are run for chrome HTML |
709 |
test_multiAsyncImports.html |
Test a loading multiple modules with the async attribute from top level |
897 |
test_multiModuleImports.html |
Test a importing multiple modules from a module |
742 |
test_multiModuleLargeImports.html |
Test importing multiple large modules which may be compiled off main thread from a module |
789 |
test_multiTopLevelImports.html |
Test importing multiple modules from top level |
847 |
test_multiTopLevelLargeImports.html |
Test a importing large modules which may be compiled off main thread |
867 |
test_nested_modules.html |
Test nested module |
1267 |
test_scriptInsertedModule.html |
Test a script-inserted module |
551 |
test_scriptModuleOrder.html |
Test execution order of deferred scripts and modules |
844 |
test_scriptNotParsedAsModule.html |
Test classic script not parsed as module |
676 |
test_simpleImport.html |
Test a simple module import |
478 |
test_syntaxError.html |
Test syntax errors parsing a module are reported |
936 |
test_syntaxErrorAsync.html |
Test syntax errors parsing an async module are reported |
949 |
test_syntaxErrorInline.html |
Test syntax errors parsing an inline module are reported |
988 |
test_syntaxErrorInlineAsync.html |
Test syntax errors parsing an inline async module are reported |
1000 |
test_topLevelIntroType.html |
Test introduction type of a top-level module |
656 |
test_toplevelModuleMemoization.html |
Test toplevel modules are momoized and only loaded once |
849 |
test_typeAttrCaseInsensitive.html |
Test script element's type attribute comparision is case-insensitive |
712 |