The npm package @vue/component-compiler-utils saw frequent releases from early 2018 to early 2020, with several versions in the 1.x, 2.x, and 3.x ranges. Release frequency gradually decreased after that, with a few scattered releases in 2021. No releases have occurred since October 2021, indicating the package is likely no longer actively maintained as of September 9, 2025.
@vue/component-compiler-utils downloads peaked in June 2025 at 7.3 million. Downloads were generally high from April to July 2024 and March to July 2025, averaging around 6 million per month. The download count for September 2025, at 1.6 million, is significantly lower, reflecting incomplete data for the current month.
@vue/component-compiler-utils offers a set of utility functions for compiling Vue single-file components (SFCs). It helps parse, analyze, and transform Vue components, extracting information like the template, script, and style blocks. This package is crucial for tools and libraries that need to work with Vue SFCs, enabling features like pre-processing, custom block handling, and advanced analysis of component structure for build processes and development tools. It powers various Vue loaders and build tools.