Skip to content

Commit 2ef7b2a

Browse files
committed
Remove path translator
1 parent 7b5a327 commit 2ef7b2a

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

src/core/path-translator.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

src/core/plugins/util/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { shallowEqualKeys } from "core/utils"
2-
import { transformPathToArray } from "core/path-translator"
32

43
export default function() {
54
return {
6-
fn: { shallowEqualKeys, transformPathToArray }
5+
fn: { shallowEqualKeys }
76
}
87
}

0 commit comments

Comments
 (0)