From ae4b8348807ac4ad66b30ac6d6d4afbbdae75524 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Wed, 16 Oct 2024 22:39:22 +0100 Subject: [PATCH] maybe like this --- rollup.config.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index f1a05eac3..ad48c34e9 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -24,7 +24,7 @@ const plugins = [ useBuiltIns: 'usage', include: ['es.array.from'], exclude: [ - 'es.error.cause', + 'es.array.at', 'es.array.concat', 'es.array.find', 'es.array.find-index', @@ -40,12 +40,16 @@ const plugins = [ 'es.array.sort', 'es.array.unscopables.flat-map', 'es.array-buffer.constructor', + 'es.error.cause', 'es.function.name', 'es.global-this', 'es.json.stringify', + 'es.math.trunc', + 'es.math.sign', 'es.map', 'es.number.constructor', 'es.number.is-integer', + 'es.number.is-nan', 'es.number.to-fixed', 'es.object.assign', 'es.object.entries', @@ -66,7 +70,9 @@ const plugins = [ 'es.string.link', 'es.string.match', 'es.string.match-all', + 'es.string.repeat', 'es.string.replace', + 'es.string.search', 'es.string.starts-with', 'es.string.split', 'es.string.sub', @@ -76,12 +82,15 @@ const plugins = [ 'es.typed-array.*', 'es.weak-map', 'es.weak-set', + 'esnext.global-this', + 'esnext.string.match-all', 'esnext.typed-array.*', 'web.atob', 'web.dom-collections.for-each', 'web.dom-collections.iterator', 'web.dom-exception.constructor', 'web.dom-exception.stack', + 'web.dom-exception.to-string-tag', 'web.url', 'web.url-search-params', 'web.url.to-json',