perf(packages/codegen): merge `mark` and `write` calls in `printImportAttributes` (#25972)
Small optimization to sourcemap builds. Merge a `markWithMapAtStartOffset` call with offset 0 with a `write` call immediately following it into a single `writeWithMap` call. This is functionally equivalent.
O
overlookmotel committed
10044392d9e622b555e2febc64758343687c5b6c
Parent: 94c8a34