-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move compiler utils to /utils
exports
#2919
Move compiler utils to /utils
exports
#2919
Conversation
All changed packages have been documented. |
You can try these changes at https://cadlplayground.z22.web.core.windows.net/prs/2919/ Check the website changes at https://tspwebsitepr.z22.web.core.windows.net/prs/2919/ |
Does this needs to be coordinated with DPG emitter folks? If so, can you bring it up in DPG sync meeting? |
I’ll bring it, nothing is breaking yet, just deprecated the old exports |
…piler-utils-exports
…uerin/typespec into compiler-utils-exports
Provide a new exports `/utils` where we can export utils that are commonly used in libraries and emitters but not tied to typespec directly(deepClone, deepEquals, etc.)
Provide a new exports
/utils
where we can export utils that are commonly used in libraries and emitters but not tied to typespec directly(deepClone, deepEquals, etc.)