mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- build
This commit is contained in:
parent
027639a4ad
commit
90d887784c
6
dist/rollup-plugin-typescript2.cjs.js
vendored
6
dist/rollup-plugin-typescript2.cjs.js
vendored
@ -27569,7 +27569,7 @@ catch (e) {
|
||||
// these use globals during testing and are substituted by rollup-plugin-re during builds
|
||||
const TS_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__TS_VERSION_RANGE) || ">=2.4.0";
|
||||
const ROLLUP_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || ">=1.26.3";
|
||||
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.34.2";
|
||||
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.35.0";
|
||||
const typescript = (options) => {
|
||||
let watchMode = false;
|
||||
let supportsThisLoad = false;
|
||||
@ -27622,8 +27622,8 @@ const typescript = (options) => {
|
||||
verbosity: VerbosityLevel.Warning,
|
||||
clean: false,
|
||||
cacheRoot: findCacheDirectory({ name: "rollup-plugin-typescript2" }),
|
||||
include: ["*.ts+(|x)", "**/*.ts+(|x)"],
|
||||
exclude: ["*.d.ts", "**/*.d.ts"],
|
||||
include: ["*.ts+(|x)", "**/*.ts+(|x)", "**/*.cts", "**/*.mts"],
|
||||
exclude: ["*.d.ts", "**/*.d.ts", "**/*.d.cts", "**/*.d.mts"],
|
||||
abortOnError: true,
|
||||
rollupCommonJSResolveHack: false,
|
||||
tsconfig: undefined,
|
||||
|
||||
2
dist/rollup-plugin-typescript2.cjs.js.map
vendored
2
dist/rollup-plugin-typescript2.cjs.js.map
vendored
File diff suppressed because one or more lines are too long
6
dist/rollup-plugin-typescript2.es.js
vendored
6
dist/rollup-plugin-typescript2.es.js
vendored
@ -27549,7 +27549,7 @@ catch (e) {
|
||||
// these use globals during testing and are substituted by rollup-plugin-re during builds
|
||||
const TS_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__TS_VERSION_RANGE) || ">=2.4.0";
|
||||
const ROLLUP_VERSION_RANGE = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || ">=1.26.3";
|
||||
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.34.2";
|
||||
const RPT2_VERSION = (global === null || global === void 0 ? void 0 : global.rpt2__ROLLUP_VERSION_RANGE) || "0.35.0";
|
||||
const typescript = (options) => {
|
||||
let watchMode = false;
|
||||
let supportsThisLoad = false;
|
||||
@ -27602,8 +27602,8 @@ const typescript = (options) => {
|
||||
verbosity: VerbosityLevel.Warning,
|
||||
clean: false,
|
||||
cacheRoot: findCacheDirectory({ name: "rollup-plugin-typescript2" }),
|
||||
include: ["*.ts+(|x)", "**/*.ts+(|x)"],
|
||||
exclude: ["*.d.ts", "**/*.d.ts"],
|
||||
include: ["*.ts+(|x)", "**/*.ts+(|x)", "**/*.cts", "**/*.mts"],
|
||||
exclude: ["*.d.ts", "**/*.d.ts", "**/*.d.cts", "**/*.d.mts"],
|
||||
abortOnError: true,
|
||||
rollupCommonJSResolveHack: false,
|
||||
tsconfig: undefined,
|
||||
|
||||
2
dist/rollup-plugin-typescript2.es.js.map
vendored
2
dist/rollup-plugin-typescript2.es.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user