"use strict"; // Compatibility facade. The formatter implementation is owned by // @wrnexus/syntax and bundled into compiler.cjs for the extension runtime. const { formatWrn } = require("./compiler.cjs"); module.exports = { formatWrn };