-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore: inject builtins through esbuild #35800
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
Conversation
There are multiple changes: - builtins are now injected through esbuild instead of being imported explicitly; - `UtilityScript` is now always evaluated through an init script; - `pageBinding.ts` is merged into the utility script; - builtins are now stored on the utility script instance; - all generated scripts are preprocessed before evaluation to include `runtimeGuid`.
Test results for "tests others"1 fatal errors, not part of any test 3 flaky19924 passed, 457 skipped Merge workflow run. |
Test results for "tests 1"1 failed 6 flaky39106 passed, 803 skipped Merge workflow run. |
Test results for "tests 2"1 fatal errors, not part of any test 166 flaky234422 passed, 9209 skipped Merge workflow run. |
There are multiple changes:
UtilityScript
is now always evaluated through an init script;pageBinding.ts
is merged into the utility script;runtimeGuid
.References #35683.