.eslintrc.js |
|
338 |
ambiguous_export.mjs |
eslint-disable import/export |
99 |
chrome.toml |
|
2168 |
export_ambiguous.mjs |
|
44 |
export_star_ambiguous.mjs |
|
40 |
exportA1.mjs |
|
20 |
exportA2.mjs |
|
20 |
iframe_extractIntroType.html |
|
597 |
import_ambiguous.mjs |
|
44 |
import_ambiguous_export.mjs |
|
44 |
import_ambiguous_export_star.mjs |
|
49 |
import_ambiguous_indirect_export.mjs |
|
44 |
import_circular.mjs |
|
45 |
import_circular_1.mjs |
|
43 |
import_no_export.mjs |
|
37 |
import_no_indirect_export.mjs |
eslint-disable import/default |
82 |
importmaps |
|
|
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 |
|
36 |
module_e.mjs |
|
36 |
module_extractIntroType.mjs |
|
191 |
module_large1.mjs |
|
5440 |
module_large2.mjs |
|
5440 |
module_large3.mjs |
|
5440 |
module_missingImport.mjs |
|
48 |
module_multiImports.mjs |
eslint-disable import/no-unassigned-import |
160 |
module_multiLargeImports.mjs |
eslint-disable import/no-unassigned-import |
157 |
module_setRan.mjs |
|
82 |
module_simple1.mjs |
|
17 |
module_simple2.mjs |
|
17 |
module_simple3.mjs |
|
17 |
module_simpleExport.mjs |
|
19 |
module_simpleImport.mjs |
|
60 |
module_testSyntax.mjs |
|
93 |
moz.build |
|
404 |
no_export.mjs |
|
13 |
no_indirect_export.mjs |
|
37 |
script_simple2.js |
|
17 |
test_asyncInlineModules.html |
Test async inline modules |
805 |
test_cyclicImport.html |
Test cyclic module imports |
436 |
test_dynamicImportErrorMessage.html |
Test the error message from import() |
517 |
test_import_errorMessage.html |
Test module import error message |
1712 |
test_import_errorMessage2.html |
Test to get the filename of the requested module after it has been evaluated |
1035 |
test_import_meta_resolve.html |
Test import.meta.resolve |
2047 |
test_importedModuleMemoization.html |
Test imported modules are momoized and only loaded once |
840 |
test_importIntroType.html |
Test introduction type of an imported module |
622 |
test_importNotFound.html |
Test what happens when a module import is not found |
762 |
test_importResolveFailed.html |
Test error thrown when an import cannot be resolved |
623 |
test_linkErrorInCommon1.html |
Test handling of a link error in a common module |
863 |
test_linkErrorInCommon2.html |
Test handling of a link error in a common module |
841 |
test_moduleNotFound.html |
Test what happens when a top-level module is not found |
701 |
test_moduleParsedAsModule.html |
Test module script parsed as module |
682 |
test_moduleScriptsRun.html |
Test script elements with type="module" are run for chrome HTML |
627 |
test_multiAsyncImports.html |
Test a loading multiple modules with the async attribute from top level |
852 |
test_multiModuleImports.html |
Test a importing multiple modules from a module |
697 |
test_multiModuleLargeImports.html |
Test importing multiple large modules which may be compiled off main thread from a module |
744 |
test_multiTopLevelImports.html |
Test importing multiple modules from top level |
802 |
test_multiTopLevelLargeImports.html |
Test a importing large modules which may be compiled off main thread |
822 |
test_scriptInsertedModule.html |
Test a script-inserted module |
506 |
test_scriptModuleOrder.html |
Test execution order of deferred scripts and modules |
799 |
test_scriptNotParsedAsModule.html |
Test classic script not parsed as module |
676 |
test_simpleImport.html |
Test a simple module import |
433 |
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 |
611 |
test_toplevelModuleMemoization.html |
Test toplevel modules are momoized and only loaded once |
804 |
test_typeAttrCaseInsensitive.html |
Test script element's type attribute comparision is case-insensitive |
632 |