/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.dev/license
 */
export { ContentOrigin } from './src/content_origin';
export { MapAndPath, RawSourceMap } from './src/raw_source_map';
export { Mapping, SourceFile } from './src/source_file';
export { SourceFileLoader } from './src/source_file_loader';
