mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
20711f4995
Optimization to sourcemaps builds. #25986 made the `node` param passed to `writeWithMap` etc redundant in sourcemap release builds. Alter the TSDown plugin to remove the param from these functions in sourcemap release builds, and also remove the `node` argument from all call sites. It was already removed in no-sourcemap builds - this only affects sourcemaps builds.