The missing link in JavaScript tools
SMRTR summary
JavaScript tools lack a shared processing pipeline for handling non-standard language features like templates and CSS imports. Currently, each tool (linter, formatter, type checker) needs its own plugin to understand these extensions. A virtual file system acting as a unified layer could allow all tools to use the same preprocessing pipeline, making it easier to innovate with new templating languages and integrate them across the entire toolchain.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article