Charles Lyding 44ea76af26 fix(@angular-devkit/build-angular): skip checking CommonJS module descendants
When CommonJS module checking is enabled in the esbuild-based builders (`application`/`browser-esbuild`),
the checker will now skip all descendants of a CommonJS module. Previously it would only skip them if
the module was not allowed. This change now provides the same module checking behavior as the Webpack-based
check. This makes the build behavior more consistent when migrating to the new build system.
2023-10-30 09:01:28 +01:00
..
2023-08-04 14:49:14 -04:00