Files
WRNexusJS/editors/vscode/src/formatter.js
T
Clintchiz 586a6db8ff
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s
release: WRNexusJS 0.8.0
2026-08-02 23:18:51 +05:30

8 lines
239 B
JavaScript

"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 };