forked from ngageoint/opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jscodeshift.json
18 lines (18 loc) · 878 Bytes
/
.jscodeshift.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"globals": {
"os.alertManager": {"require": "os.alert.AlertManager", "singleton": true},
"os.areaManager": {"require": "os.query.AreaManager", "singleton": true},
"os.ui.areaManager": {"require": "os.query.AreaManager", "singleton": true},
"os.dispatcher": {"require": "os.Dispatcher", "singleton": true},
"os.feature": {},
"os.filterManager": {"require": "os.query.FilterManager", "singleton": true},
"os.ui.filterManager": {"require": "os.query.FilterManager", "singleton": true},
"os.geo": {},
"os.layerConfigManager": {"require": "os.layer.config.LayerConfigManager", "singleton": true},
"os.layer.config.LayerConfigManager": {},
"os.ui": {},
"os.settings": {"require": "os.config.Settings", "singleton": true},
"os.map.mapContainer": {"require": "os.MapContainer", "singleton": true},
"os.MapContainer": {}
}
}