Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9126027
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
876 B
Subscribers
None
index.js
View Options
/**
* 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
Details
Attached
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
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment