-
Notifications
You must be signed in to change notification settings - Fork 26.9k
refactor(core): export profile event as enum and move profile_types.t… #65091
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
refactor(core): export profile event as enum and move profile_types.t… #65091
Conversation
8415272 to
d44acc4
Compare
a1bb684 to
dcbbca1
Compare
|
Caretaker note: Build changes in cl/831475450 need to be patched when these changes are synced to google3. Can someone add the merge: caretaker note for me. |
…s and framework to shared devtools folder move framework enum and profile_types to a shared folder so it can be used by wiz
dcbbca1 to
d2846fd
Compare
mmalerba
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed-for: public-api
|
There is one failing target, but it is failing at the base cl too, https://fusion2.corp.google.com/invocations/b5dde45b-44cf-49e1-86a8-32c91a59aef2/targets/%2F%2Flaunch%2Fariane%2Fng2%2Fmetamodel%2Fattribute:tests_chrome-linux/tests |
…types.ts and framework to shared devtools folder
…s and framework to shared devtools folder
move framework enum and profile_types to a shared folder so it can be used by wiz
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The
ProfilerEventis exported asconst enumwhich causesCannot access ambient const enums when 'isolatedModules' is enabledwhen trying to build the file I'm importing it into. Alsoprofile_types.tsandFrameworkare not located in the devtools folder.Issue Number: N/A
What is the new behavior?
profile_types.tsand theFrameworkenum have been move to a shared devtools folder, so they can be used in the Wiz devtools implementation. In additionProfilerEventhas been exported just as anenumDoes this PR introduce a breaking change?
Other information