-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
$$ bug-bounty $$https://www.jhipster.tech/bug-bounties/https://www.jhipster.tech/bug-bounties/area: bug 🐛theme: blueprint 🐾theme: jhipster-internals
Description
Overview of the feature request
generators/*/support/* should be stable for blueprints usage.
Those apis are exported and should follow semver.
generator-jhipster/package.json
Lines 64 to 67 in 14191e8
| "./generators/*/support": { | |
| "types": "./dist/generators/*/support/index.d.ts", | |
| "default": "./dist/generators/*/support/index.js" | |
| }, |
generator-jhipster/package.json
Lines 72 to 75 in 14191e8
| "./generators/*/generators/*/support": { | |
| "types": "./dist/generators/*/generators/*/support/index.d.ts", | |
| "default": "./dist/generators/*/generators/*/support/index.js" | |
| }, |
Motivation for or Use Case
Related issues or PR
- Checking this box is mandatory (this is just to show you read everything)
Metadata
Metadata
Assignees
Labels
$$ bug-bounty $$https://www.jhipster.tech/bug-bounties/https://www.jhipster.tech/bug-bounties/area: bug 🐛theme: blueprint 🐾theme: jhipster-internals