@pie-framework/build-helper
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,3 +0,3 @@ | ||
import * as processFix from './process-fix'; | ||
import { processFix } from './process-fix'; | ||
import { watch } from './babel-multiple'; | ||
export { processFix, watch }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const processFix = require("./process-fix"); | ||
exports.processFix = processFix; | ||
const process_fix_1 = require("./process-fix"); | ||
exports.processFix = process_fix_1.processFix; | ||
const babel_multiple_1 = require("./babel-multiple"); | ||
exports.watch = babel_multiple_1.watch; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,1 @@ | ||
declare const processFix: (log: (...any: any[]) => any, onSigInt: () => void) => void; | ||
export default processFix; | ||
export declare const processFix: (log: (...any: any[]) => any, onSigInt: () => void) => void; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const processFix = (log, onSigInt) => { | ||
exports.processFix = (log, onSigInt) => { | ||
process.on('unhandledRejection', error => { | ||
@@ -19,3 +19,2 @@ log(error.message); | ||
}; | ||
exports.default = processFix; | ||
//# sourceMappingURL=process-fix.js.map |
{ | ||
"name": "@pie-framework/build-helper", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
125244
201