mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +02:00
Replace legacy names still used in tests, remove the legacy exports
This commit is contained in:
+1
-27
@@ -22,30 +22,4 @@ export * from './ui/index';
|
||||
export * from './util/index';
|
||||
export * from './validations/index';
|
||||
|
||||
/* export some legacy symbols: */
|
||||
import { services } from './services/index';
|
||||
var Connection = services.osm;
|
||||
export { Connection };
|
||||
export { coreContext as Context } from './core/context';
|
||||
export { osmSetAreaKeys as setAreaKeys, osmAreaKeys as areaKeys } from './osm/tags';
|
||||
export { coreDifference as Difference } from './core/difference';
|
||||
export { coreGraph as Graph } from './core/graph';
|
||||
export { coreHistory as History } from './core/history';
|
||||
export { coreTree as Tree } from './core/tree';
|
||||
export { geoVecCross as geoCross } from './geo/vector';
|
||||
export { geoVecInterp as geoInterp } from './geo/vector';
|
||||
export { geoVecFloor as geoRoundCoordinates } from './geo/vector';
|
||||
export { geoVecLength as geoEuclideanDistance } from './geo/vector';
|
||||
export { osmEntity as Entity } from './osm/entity';
|
||||
export { osmNode as Node } from './osm/node';
|
||||
export { osmRelation as Relation } from './osm/relation';
|
||||
export { osmWay as Way } from './osm/way';
|
||||
export { rendererBackgroundSource as BackgroundSource } from './renderer/background_source';
|
||||
export { rendererBackground as Background } from './renderer/background';
|
||||
export { rendererFeatures as Features } from './renderer/features';
|
||||
export { rendererMap as Map } from './renderer/map';
|
||||
export { rendererTileLayer as TileLayer } from './renderer/tile_layer';
|
||||
export { utilDetect as Detect } from './util/detect';
|
||||
export { uiSectionPresetFields as uiPreset } from './ui/sections/preset_fields';
|
||||
|
||||
export var debug = false;
|
||||
export let debug = false;
|
||||
|
||||
Reference in New Issue
Block a user