UNPKG

@nx/remix

Version:

The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides: - Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook. - Generators for applica

8 lines (7 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDefaultExportName = getDefaultExportName; const get_default_export_1 = require("./get-default-export"); function getDefaultExportName(tree, path) { return (0, get_default_export_1.getDefaultExport)(tree, path)?.name.text ?? 'Unknown'; }