{"id":15820550,"url":"https://github.com/samprof/nx-reference","last_synced_at":"2025-09-12T13:36:07.299Z","repository":{"id":96418287,"uuid":"537512116","full_name":"SamProf/nx-reference","owner":"SamProf","description":"Just example repository to show issue in NX enviroment","archived":false,"fork":false,"pushed_at":"2022-09-16T15:19:21.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T13:08:09.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SamProf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-16T15:18:43.000Z","updated_at":"2022-09-16T15:19:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd8b38db-8ff8-45fa-95a0-dff6435d5f31","html_url":"https://github.com/SamProf/nx-reference","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"6315e78831d4d8685dd4df5084b06a168743b5e5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamProf/nx-reference","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamProf%2Fnx-reference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamProf%2Fnx-reference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamProf%2Fnx-reference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamProf%2Fnx-reference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamProf","download_url":"https://codeload.github.com/SamProf/nx-reference/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamProf%2Fnx-reference/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261296936,"owners_count":23137220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-05T07:02:07.507Z","updated_at":"2025-06-22T13:08:10.617Z","avatar_url":"https://github.com/SamProf.png","language":"TypeScript","readme":"# Import Issue\n\nThe problem is that I have configured in eslint that in the simplest case only the following dependencies are available:\napp -\u003e feature -\u003e core\n\nNext, the developer created the file in lib/lib-feature1.\nlibs/lib-feature1/src/lib/feature1-main/sex-enum.ts\n\n\nImagine he forgot to re-export it via libs/lib-feature1/src/index.ts\n\nAnd just in WebStorm starts using this Enum in libs/lib-core/src/lib/main-service.ts\n\nWebStorm immediately finds the direct path to this file and automatically corrupts this Enum by the relative path\n'import {SexEnum} from \"../../../lib-feature1/src/lib/feature1-main/sex-enum\";'\n\nAnd there are a few problems\n- The programmer did not re-export the required enum into the index.ts library\n- The path is not created on the result of a buildable library, but is probably compiled into this library directly.\n- Linter does not see this as a problem, although it is forbidden to link to the feature library from the core library.\n\n\n\n\n# NxReferences\n\nThis project was generated using [Nx](https://nx.dev).\n\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"450\"\u003e\u003c/p\u003e\n\n🔎 **Smart, Fast and Extensible Build System**\n\n## Quick Start \u0026 Documentation\n\n[Nx Documentation](https://nx.dev/angular)\n\n[10-minute video showing all Nx features](https://nx.dev/getting-started/intro)\n\n[Interactive Tutorial](https://nx.dev/react-tutorial/01-create-application)\n\n## Adding capabilities to your workspace\n\nNx supports many plugins which add capabilities for developing different types of applications and different tools.\n\nThese capabilities include generating applications, libraries, etc as well as the devtools to test, and build projects as well.\n\nBelow are our core plugins:\n\n- [Angular](https://angular.io)\n  - `ng add @nrwl/angular`\n- [React](https://reactjs.org)\n  - `ng add @nrwl/react`\n- Web (no framework frontends)\n  - `ng add @nrwl/web`\n- [Nest](https://nestjs.com)\n  - `ng add @nrwl/nest`\n- [Express](https://expressjs.com)\n  - `ng add @nrwl/express`\n- [Node](https://nodejs.org)\n  - `ng add @nrwl/node`\n\nThere are also many [community plugins](https://nx.dev/community) you could add.\n\n## Generate an application\n\nRun `ng g @nrwl/angular:app my-app` to generate an application.\n\n\u003e You can use any of the plugins above to generate applications as well.\n\nWhen using Nx, you can create multiple applications and libraries in the same workspace.\n\n## Generate a library\n\nRun `ng g @nrwl/angular:lib my-lib` to generate a library.\n\n\u003e You can also use any of the plugins above to generate libraries as well.\n\nLibraries are shareable across libraries and applications. They can be imported from `@nx-references/mylib`.\n\n## Development server\n\nRun `ng serve my-app` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng g component my-component --project=my-app` to generate a new component.\n\n## Build\n\nRun `ng build my-app` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test my-app` to execute the unit tests via [Jest](https://jestjs.io).\n\nRun `nx affected:test` to execute the unit tests affected by a change.\n\n## Running end-to-end tests\n\nRun `ng e2e my-app` to execute the end-to-end tests via [Cypress](https://www.cypress.io).\n\nRun `nx affected:e2e` to execute the end-to-end tests affected by a change.\n\n## Understand your workspace\n\nRun `nx graph` to see a diagram of the dependencies of your projects.\n\n## Further help\n\nVisit the [Nx Documentation](https://nx.dev/angular) to learn more.\n\n\n\n\n\n\n## ☁ Nx Cloud\n\n### Distributed Computation Caching \u0026 Distributed Task Execution\n\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-cloud-card.png\"\u003e\u003c/p\u003e\n\nNx Cloud pairs with Nx in order to enable you to build and test code more rapidly, by up to 10 times. Even teams that are new to Nx can connect to Nx Cloud and start saving time instantly.\n\nTeams using Nx gain the advantage of building full-stack applications with their preferred framework alongside Nx’s advanced code generation and project dependency graph, plus a unified experience for both frontend and backend developers.\n\nVisit [Nx Cloud](https://nx.app/) to learn more.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamprof%2Fnx-reference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamprof%2Fnx-reference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamprof%2Fnx-reference/lists"}