You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(utils): move output-target related utils to @utils (#4225)
This moves a bunch of utility functions (and some constants) from
src/compiler/output-targets/output-utils.ts to instead live in a new
file in the `@utils` directory (`src/utils`). This is done to reflect
the fact that functions in the file are used outside of the
`src/compiler/` bundle so they should be pulled out into a common
location.
0 commit comments