|
|
@@ -12,15 +12,13 @@
|
|
|
// which would already have all default deltas registered.
|
|
|
|
|
|
// Import default suite of deltas so a feature have to include only Batch class file.
|
|
|
-/* eslint-disable no-unused-vars */
|
|
|
-import d01 from './attributedelta';
|
|
|
-import d02 from './insertdelta';
|
|
|
-import d03 from './mergedelta';
|
|
|
-import d04 from './movedelta';
|
|
|
-import d05 from './removedelta';
|
|
|
-import d06 from './renamedelta';
|
|
|
-import d07 from './splitdelta';
|
|
|
-import d08 from './unwrapdelta';
|
|
|
-import d09 from './weakinsertdelta';
|
|
|
-import d10 from './wrapdelta';
|
|
|
-/* eslint-enable no-unused-vars */
|
|
|
+import './attributedelta';
|
|
|
+import './insertdelta';
|
|
|
+import './mergedelta';
|
|
|
+import './movedelta';
|
|
|
+import './removedelta';
|
|
|
+import './renamedelta';
|
|
|
+import './splitdelta';
|
|
|
+import './unwrapdelta';
|
|
|
+import './weakinsertdelta';
|
|
|
+import './wrapdelta';
|