UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

17 lines (12 loc) 452 B
"use strict"; exports.__esModule = true; exports.default = transformImport; var _mapPath = _interopRequireDefault(require("../mapPath")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function transformImport(nodePath, state) { if (state.moduleResolverVisited.has(nodePath)) { return; } state.moduleResolverVisited.add(nodePath); (0, _mapPath.default)(nodePath.get('source'), state); }