From: Jérôme Benoit Date: Sat, 18 Mar 2023 15:33:46 +0000 (+0100) Subject: build: enforce strict deprecation checks X-Git-Tag: v2.3.9~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f1dbb0298c801c77783a55d588f2d60148f23f1e;p=poolifier.git build: enforce strict deprecation checks Signed-off-by: Jérôme Benoit --- diff --git a/rollup.config.mjs b/rollup.config.mjs index 8997445e..b1197e91 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -10,6 +10,7 @@ const isDocumentation = process.env.DOCUMENTATION export default { input: 'src/index.ts', + strictDeprecations: true, output: [ { ...(isDevelopmentBuild ? { dir: 'lib' } : { file: 'lib/index.js' }),