style(compiler): reformat of codebase with new clang-format version (#36520)
This commit reformats the packages/compiler tree using the new version of clang-format. PR Close #36520
This commit is contained in:
@ -36,9 +36,9 @@ import {StaticSymbol, StaticSymbolCache} from './static_symbol';
|
||||
import {StaticSymbolResolver} from './static_symbol_resolver';
|
||||
import {AotSummaryResolver} from './summary_resolver';
|
||||
|
||||
export function createAotUrlResolver(host: {
|
||||
resourceNameToFileName(resourceName: string, containingFileName: string): string | null;
|
||||
}): UrlResolver {
|
||||
export function createAotUrlResolver(
|
||||
host: {resourceNameToFileName(resourceName: string, containingFileName: string): string|null;}):
|
||||
UrlResolver {
|
||||
return {
|
||||
resolve: (basePath: string, url: string) => {
|
||||
const filePath = host.resourceNameToFileName(url, basePath);
|
||||
|
Reference in New Issue
Block a user