We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5a327 commit 2ef7b2aCopy full SHA for 2ef7b2a
src/core/path-translator.js
src/core/plugins/util/index.js
@@ -1,8 +1,7 @@
1
import { shallowEqualKeys } from "core/utils"
2
-import { transformPathToArray } from "core/path-translator"
3
4
export default function() {
5
return {
6
- fn: { shallowEqualKeys, transformPathToArray }
+ fn: { shallowEqualKeys }
7
}
8
0 commit comments