push
github
Remove Synchronous Module Loading (#1637) * Remove non-async module loading code * Revert "Remove non-async module loading code" This reverts commit a56680bc5. * Remove non-async module loading code * Fix transpiler not skipping undefined variables in fullJS * Update documentation and tests for loader * Create a new path type to better indicate where absolute paths are required * Remove xmlhttprequest-ts * Fix documentation * Separate bundler into a different type * Remove paths handlers - to reintroduce later * Run format * Add tests for transformImportDeclarations * Add tests for name-extractor when used with modules * Remove extra moduleLoader file * Run format * Move loaders into a separate folder * Run format * Update snapshot * Remove requireProvider from runners since it's not needed anymore * Run format * Update documentation and use more guard clauses * Run format * Use documentation style comment For tooltips upon hovering. --------- Co-authored-by: Richard Dominick <34370238+RichDom2185@users.noreply.github.com>
3303 of 4409 branches covered (74.91%)
Branch coverage included in aggregate %.
282 of 309 new or added lines in 22 files covered. (91.26%)
14 existing lines in 6 files now uncovered.10615 of 12638 relevant lines covered (83.99%)
112659.53 hits per line