mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Tests are also added and passed. One thing to note: I had to add the tree() function to history so that I can use the tree in the test; hope that's fine.
10 lines
586 B
JavaScript
10 lines
586 B
JavaScript
export { validationDeprecatedTag } from './deprecated_tag';
|
|
export { validationDisconnectedHighway } from './disconnected_highway';
|
|
export { validationHighwayCrossingOtherWays } from './crossing_ways';
|
|
export { ValidationIssueType, ValidationIssueSeverity } from './validation_issue';
|
|
export { validationManyDeletions } from './many_deletions';
|
|
export { validationMapCSSChecks } from './mapcss_checks';
|
|
export { validationMissingTag } from './missing_tag';
|
|
export { validationOldMultipolygon } from './old_multipolygon';
|
|
export { validationTagSuggestsArea } from './tag_suggests_area';
|