UNPKG

gulp-msbuild

Version:

msbuild plugin for gulp. Inspired by grunt-msbuild.

12 lines (11 loc) 397 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const vinyl_1 = __importDefault(require("vinyl")); const gutil = { // this really only exists to facilitate existing tests File: vinyl_1.default }; exports.default = gutil;