@essex/build-step-clean
Advanced tools
Comparing version 8.0.0-alpha.9 to 8.0.0-alpha.12
export declare function clean(files: string[]): Promise<void>; | ||
export declare const cleanGulp: (...args: any[]) => import("@essex/build-utils").GulpyTask; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.clean = void 0; | ||
exports.cleanGulp = exports.clean = void 0; | ||
/*! | ||
@@ -9,2 +9,3 @@ * Copyright (c) Microsoft. All rights reserved. | ||
/* eslint-disable @typescript-eslint/no-non-null-assertion */ | ||
const build_utils_1 = require("@essex/build-utils"); | ||
const rm_1 = require("./rm"); | ||
@@ -16,1 +17,2 @@ async function clean(files) { | ||
exports.clean = clean; | ||
exports.cleanGulp = build_utils_1.gulpify('clean', clean); |
{ | ||
"name": "@essex/build-step-clean", | ||
"version": "8.0.0-alpha.9", | ||
"version": "8.0.0-alpha.12", | ||
"main": "lib/index.js", | ||
@@ -11,2 +11,3 @@ "typings": "lib/index.d.ts", | ||
"dependencies": { | ||
"@essex/build-utils": "^8.0.0-alpha.12", | ||
"rimraf": "^3.0.2" | ||
@@ -19,3 +20,3 @@ }, | ||
}, | ||
"gitHead": "1749e699bb509f670636bf87acc96c3f02713509" | ||
"gitHead": "97228ac100cd981fedd72f5785953674dfc8faef" | ||
} |
@@ -6,2 +6,3 @@ /*! | ||
/* eslint-disable @typescript-eslint/no-non-null-assertion */ | ||
import { gulpify } from '@essex/build-utils' | ||
import { rm } from './rm' | ||
@@ -13,1 +14,3 @@ | ||
} | ||
export const cleanGulp = gulpify('clean', clean) |
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
No License Found
License(Experimental) License information could not be found.
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
77
2808
2
8
1
+ Added@essex/build-util-hoister@8.0.16(transitive)
+ Added@essex/build-utils@8.0.16(transitive)
+ Added@essex/shellrunner@8.0.16(transitive)
+ Added@essex/tasklogger@8.0.16(transitive)
+ Added@types/node@22.10.0(transitive)
+ Added@types/through2@2.0.41(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcolors@1.4.0(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedthrough2@4.0.2(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwhich@2.0.2(transitive)