fix(tasks/allocations): before minification, transform to esnext#13445
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
c1edcd5 to
89925c8
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR adds TypeScript to ESNext transformation before minification in the memory allocation tracking task. The minifier requires code to be in ESNext format, so TypeScript files need to be transformed before they can be minified.
- Adds transformation step before minification to convert TypeScript to ESNext
- Updates dependencies to include semantic analysis and transformer components
- Updates memory allocation benchmarks to reflect the new transformation step
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| tasks/track_memory_allocations/src/lib.rs | Adds transformation logic and required imports |
| tasks/track_memory_allocations/Cargo.toml | Adds semantic and transformer dependencies |
| tasks/track_memory_allocations/allocs_minifier.snap | Updates memory allocation benchmarks |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13445 will not alter performanceComparing Summary
Footnotes |
Merge activity
|
89925c8 to
038524f
Compare
038524f to
5f822c1
Compare

No description provided.