Skip to content

Commit 90d8877

Browse files
committed
- build
1 parent 027639a commit 90d8877

4 files changed

+8
-8
lines changed

dist/rollup-plugin-typescript2.cjs.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -27569,7 +27569,7 @@ catch (e) {
2756927569
// these use globals during testing and are substituted by rollup-plugin-re during builds
2757027570
const TS_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__TS_VERSION_RANGE) || ">=2.4.0";
2757127571
const ROLLUP_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || ">=1.26.3";
27572-
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.34.2";
27572+
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.35.0";
2757327573
const typescript = (options) => {
2757427574
let watchMode = false;
2757527575
let supportsThisLoad = false;
@@ -27622,8 +27622,8 @@ const typescript = (options) => {
2762227622
verbosity: VerbosityLevel.Warning,
2762327623
clean: false,
2762427624
cacheRoot: findCacheDirectory({ name: "rollup-plugin-typescript2" }),
27625-
include: ["*.ts+(|x)", "**/*.ts+(|x)"],
27626-
exclude: ["*.d.ts", "**/*.d.ts"],
27625+
include: ["*.ts+(|x)", "**/*.ts+(|x)", "**/*.cts", "**/*.mts"],
27626+
exclude: ["*.d.ts", "**/*.d.ts", "**/*.d.cts", "**/*.d.mts"],
2762727627
abortOnError: true,
2762827628
rollupCommonJSResolveHack: false,
2762927629
tsconfig: undefined,

dist/rollup-plugin-typescript2.cjs.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rollup-plugin-typescript2.es.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -27549,7 +27549,7 @@ catch (e) {
2754927549
// these use globals during testing and are substituted by rollup-plugin-re during builds
2755027550
const TS_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__TS_VERSION_RANGE) || ">=2.4.0";
2755127551
const ROLLUP_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || ">=1.26.3";
27552-
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.34.2";
27552+
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.35.0";
2755327553
const typescript = (options) => {
2755427554
let watchMode = false;
2755527555
let supportsThisLoad = false;
@@ -27602,8 +27602,8 @@ const typescript = (options) => {
2760227602
verbosity: VerbosityLevel.Warning,
2760327603
clean: false,
2760427604
cacheRoot: findCacheDirectory({ name: "rollup-plugin-typescript2" }),
27605-
include: ["*.ts+(|x)", "**/*.ts+(|x)"],
27606-
exclude: ["*.d.ts", "**/*.d.ts"],
27605+
include: ["*.ts+(|x)", "**/*.ts+(|x)", "**/*.cts", "**/*.mts"],
27606+
exclude: ["*.d.ts", "**/*.d.ts", "**/*.d.cts", "**/*.d.mts"],
2760727607
abortOnError: true,
2760827608
rollupCommonJSResolveHack: false,
2760927609
tsconfig: undefined,

dist/rollup-plugin-typescript2.es.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)