@react-navigation/devtools
Advanced tools
Comparing version 7.0.0-rc.15 to 7.0.0-rc.16
@@ -6,6 +6,9 @@ "use strict"; | ||
}); | ||
exports.useReduxDevToolsExtension = void 0; | ||
exports.useReduxDevToolsExtension = exports.useLogger = void 0; | ||
const noop = () => {}; | ||
let useLogger = exports.useLogger = void 0; | ||
let useReduxDevToolsExtension = exports.useReduxDevToolsExtension = void 0; | ||
if (process.env.NODE_ENV !== 'production') { | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
exports.useLogger = useLogger = require('./useLogger').useLogger; | ||
exports.useReduxDevToolsExtension = useReduxDevToolsExtension = | ||
@@ -15,4 +18,5 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires | ||
} else { | ||
exports.useLogger = useLogger = noop; | ||
exports.useReduxDevToolsExtension = useReduxDevToolsExtension = noop; | ||
} | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
const noop = () => {}; | ||
export let useLogger; | ||
export let useReduxDevToolsExtension; | ||
if (process.env.NODE_ENV !== 'production') { | ||
// eslint-disable-next-line @typescript-eslint/no-var-requires | ||
useLogger = require('./useLogger').useLogger; | ||
useReduxDevToolsExtension = | ||
@@ -10,4 +13,5 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires | ||
} else { | ||
useLogger = noop; | ||
useReduxDevToolsExtension = noop; | ||
} | ||
//# sourceMappingURL=index.js.map |
@@ -0,2 +1,3 @@ | ||
export declare let useLogger: typeof import('./useLogger').useLogger; | ||
export declare let useReduxDevToolsExtension: typeof import('./useReduxDevToolsExtension').useReduxDevToolsExtension; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,2 +1,3 @@ | ||
export declare let useLogger: typeof import('./useLogger').useLogger; | ||
export declare let useReduxDevToolsExtension: typeof import('./useReduxDevToolsExtension').useReduxDevToolsExtension; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@react-navigation/devtools", | ||
"description": "Developer tools for React Navigation", | ||
"version": "7.0.0-rc.15", | ||
"version": "7.0.0-rc.16", | ||
"keywords": [ | ||
@@ -90,3 +90,3 @@ "react", | ||
}, | ||
"gitHead": "1ad42666923bd76dd9e7dd731ba39cc31dd27317" | ||
"gitHead": "6b75503749ad46e07208a513d47fc5be1abb1fea" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184268
63
1310