Skip to content

Commit 475b1ff

Browse files
committed
[REF] data: rename legacy migration file
Done in a different commit to let git understand and preserve the file history.
1 parent 461b8ec commit 475b1ff

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ import {
139139
createEmptySheet,
140140
createEmptyWorkbookData,
141141
} from "./migrations/data";
142-
import { legacyMigrationStepRegistry } from "./migrations/migration_steps";
142+
import { legacyMigrationStepRegistry } from "./migrations/legacy_migration_steps";
143143
import { migrationStepRegistry } from "./migrations/new_migration_steps";
144144
import {
145145
corePluginRegistry,

src/migrations/data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
WorkbookData,
1313
} from "../types/index";
1414
import { XlsxReader } from "../xlsx/xlsx_reader";
15-
import { legacyMigrationStepRegistry } from "./migration_steps";
15+
import { legacyMigrationStepRegistry } from "./legacy_migration_steps";
1616
import { migrationStepRegistry } from "./new_migration_steps";
1717

1818
const INITIAL_SHEET_ID = "Sheet1";
File renamed without changes.

0 commit comments

Comments
 (0)