8 lines
239 B
JavaScript
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 };
|