Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
front_end
/
models
/
ai_code_generation
/
ai_code_generation.ts
blob: 9210a377841620ffa0f1c1fa4ef6cbbf83220072 [
file
] [
log
] [
blame
]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export
*
from
'./debug.js'
;
export
*
as
AiCodeGeneration
from
'./AiCodeGeneration.js'
;