/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/src/components/DiffViewer/DiffViewer.module.scss.d.ts
34 строки
1 KB
Tan Nhu
Render off-screen diffs in a single pre tag to boost performance (#2271)
09 авг 2024, 20:41
09 авг 2024, 20:41
f626dc6
Код
Авторство
О чём код?
/* * Copyright 2023 Harness, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* eslint-disable */ // This is an auto-generated file export declare const addedLines: string export declare const chevron: string export declare const collapsed: string export declare const deletedLines: string export declare const diffContent: string export declare const diffHeader: string export declare const expandCollapseDiffBtn: string export declare const fileChanged: string export declare const fname: string export declare const fnamePopover: string export declare const main: string export declare const offscreenText: string export declare const popover: string export declare const readOnly: string export declare const selectoSelection: string export declare const viewLabel: string