MCPcopy Create free account
hub / github.com/angular/angular /

Class

tools/tslint/validateImportForEsmCjsInteropRule.ts:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 * More details here: https://nodejs.org/api/esm.html#esm_import_statements.
56 */
57export class Rule extends AbstractRule {
58 override apply(sourceFile: ts.SourceFile): RuleFailure[] {
59 const options = this.getOptions().ruleArguments[0];
60 return this.applyWithFunction(sourceFile, (ctx) => visitNode(sourceFile, ctx, options));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected