@xylabs/ts-scripts-yarn3 7.0.0-rc.25 → 7.0.0-rc.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1815,7 +1815,8 @@ import { rollup } from "rollup";
1815
1815
  import dts from "rollup-plugin-dts";
1816
1816
  import nodeExternals from "rollup-plugin-node-externals";
1817
1817
  var ignoredWarningCodes = /* @__PURE__ */ new Set([
1818
- "EMPTY_BUNDLE"
1818
+ "EMPTY_BUNDLE",
1819
+ "UNRESOLVED_IMPORT"
1819
1820
  ]);
1820
1821
  async function bundleDts(inputPath, outputPath, platform, options, verbose = false) {
1821
1822
  const pkg = process.env.INIT_CWD ?? cwd3();