From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/node_modules/@babel/traverse/lib/path/ancestry.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PAMapp/node_modules/@babel/traverse/lib/path/ancestry.js b/PAMapp/node_modules/@babel/traverse/lib/path/ancestry.js index 763936b..23f6720 100644 --- a/PAMapp/node_modules/@babel/traverse/lib/path/ancestry.js +++ b/PAMapp/node_modules/@babel/traverse/lib/path/ancestry.js @@ -3,16 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true }); -exports.findParent = findParent; exports.find = find; +exports.findParent = findParent; +exports.getAncestry = getAncestry; +exports.getDeepestCommonAncestorFrom = getDeepestCommonAncestorFrom; +exports.getEarliestCommonAncestorFrom = getEarliestCommonAncestorFrom; exports.getFunctionParent = getFunctionParent; exports.getStatementParent = getStatementParent; -exports.getEarliestCommonAncestorFrom = getEarliestCommonAncestorFrom; -exports.getDeepestCommonAncestorFrom = getDeepestCommonAncestorFrom; -exports.getAncestry = getAncestry; +exports.inType = inType; exports.isAncestor = isAncestor; exports.isDescendant = isDescendant; -exports.inType = inType; var _t = require("@babel/types"); -- Gitblit v1.8.0