Page MenuHomeSoftware Heritage

index.js
No OneTemporary

index.js

/**
* Copyright (C) 2018-2020 The Software Heritage developers
* See the AUTHORS file at the top-level directory of this distribution
* License: GNU Affero General Public License version 3, or any later version
* See top-level LICENSE file for more information
*/
// webapp entrypoint bundle centralizing global custom stylesheets
// and utility js modules used in all swh-web applications
// global swh-web custom stylesheets
import './webapp.css';
import './breadcrumbs.css';
export * from './webapp-utils';
// utility js modules
export * from './code-highlighting';
export * from './readme-rendering';
export * from './pdf-rendering';
export * from './notebook-rendering';
export * from './xss-filtering';
export * from './history-counters';
export * from './badges';
export * from './sentry';
export * from './math-typesetting';
export * from './status-widget';

File Metadata

Mime Type
text/x-java
Expires
Jun 21 2025, 9:36 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3343341

Event Timeline