You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Extension of the import utility to enable user to import from node_modules folders, enabling the ability to extend from external packages.
Describe the solution you'd like
A simple way to extend from node_modules folders. From the looks of it, an refactor of
I assume there would be an additional step somewhere within the language file, and probably within the vscode extension, however haven't yet discovered those locations (will update once I have)
Describe alternatives you've considered
Keeping all my files in a single project and making endless copies of them into each individual project. Meaning there's no single source of truth, making it easy for one scheme to fall out of sync with another....
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Extension of the
import
utility to enable user to import fromnode_modules
folders, enabling the ability to extend from external packages.Describe the solution you'd like
A simple way to extend from
node_modules
folders. From the looks of it, an refactor ofzenstack/packages/schema/src/utils/ast-utils.ts
Lines 96 to 106 in b4579c7
I assume there would be an additional step somewhere within the language file, and probably within the vscode extension, however haven't yet discovered those locations (will update once I have)
Describe alternatives you've considered
Keeping all my files in a single project and making endless copies of them into each individual project. Meaning there's no single source of truth, making it easy for one scheme to fall out of sync with another....
The text was updated successfully, but these errors were encountered: