don't use underscore for native JS things (#173282)

This commit is contained in:
Johannes Rieken
2023-02-03 12:47:51 +01:00
committed by GitHub
parent a617587fe5
commit 7e69465303
12 changed files with 24 additions and 35 deletions

View File

@@ -7,7 +7,6 @@ import * as es from 'event-stream';
import _debounce = require('debounce');
import * as _filter from 'gulp-filter';
import * as rename from 'gulp-rename';
import * as _ from 'underscore';
import * as path from 'path';
import * as fs from 'fs';
import * as _rimraf from 'rimraf';