Sign in
chromium
/
devtools
/
devtools-frontend
/
b7d94de651993a74881fc035efee3017f3b1a6e0
/
.
/
front_end
/
models
/
source_map_scopes
/
source_map_scopes.ts
blob: b37f050d1f91be8b0189528521792d2675035bf6 [
file
]
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
*
as
NamesResolver
from
'./NamesResolver.js'
;
export
{
NamesResolver
};