mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- undoing debug code
This commit is contained in:
parent
cd76b42f55
commit
df241da73f
2
dist/rollup-plugin-typescript2.cjs.js
vendored
2
dist/rollup-plugin-typescript2.cjs.js
vendored
@ -28961,7 +28961,7 @@ const typescript = (options) => {
|
||||
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
|
||||
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
|
||||
context.debug(() => `tsconfig path: ${tsConfigPath}`);
|
||||
if (!pluginOptions.objectHashIgnoreUnknownHack)
|
||||
if (pluginOptions.objectHashIgnoreUnknownHack)
|
||||
context.warn(() => `${safe_4("You are using 'objectHashIgnoreUnknownHack' option")}. If you enabled it because of async functions, try disabling it now.`);
|
||||
if (watchMode)
|
||||
context.info(`running in watch mode`);
|
||||
|
||||
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
2
dist/rollup-plugin-typescript2.es.js
vendored
2
dist/rollup-plugin-typescript2.es.js
vendored
@ -28955,7 +28955,7 @@ const typescript = (options) => {
|
||||
context.debug(() => `plugin options:\n${JSON.stringify(pluginOptions, (key, value) => key === "typescript" ? `version ${value.version}` : value, 4)}`);
|
||||
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
|
||||
context.debug(() => `tsconfig path: ${tsConfigPath}`);
|
||||
if (!pluginOptions.objectHashIgnoreUnknownHack)
|
||||
if (pluginOptions.objectHashIgnoreUnknownHack)
|
||||
context.warn(() => `${safe_4("You are using 'objectHashIgnoreUnknownHack' option")}. If you enabled it because of async functions, try disabling it now.`);
|
||||
if (watchMode)
|
||||
context.info(`running in watch mode`);
|
||||
|
||||
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
@ -98,7 +98,7 @@ const typescript: PluginImpl<Partial<IOptions>> = (options) =>
|
||||
context.debug(() => `rollup config:\n${JSON.stringify(rollupOptions, undefined, 4)}`);
|
||||
context.debug(() => `tsconfig path: ${tsConfigPath}`);
|
||||
|
||||
if (!pluginOptions.objectHashIgnoreUnknownHack)
|
||||
if (pluginOptions.objectHashIgnoreUnknownHack)
|
||||
context.warn(() => `${yellow("You are using 'objectHashIgnoreUnknownHack' option")}. If you enabled it because of async functions, try disabling it now.`);
|
||||
|
||||
if (watchMode)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user