mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Rename IssueManager to coreValidator Rename disconnected highway to disconnected way Rename highway almost junction to almost junction Rename mapcss checks to maprules Rename deprecated tags to deprecated tag
7 lines
246 B
JavaScript
7 lines
246 B
JavaScript
export { coreContext } from './context';
|
|
export { coreDifference } from './difference';
|
|
export { coreGraph } from './graph';
|
|
export { coreHistory } from './history';
|
|
export { coreTree } from './tree';
|
|
export { coreValidator } from './validator';
|