Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
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
};