extra changes removed

pull/5370/head
Aniket-Engg 3 years ago committed by yann300
parent 2cf4365262
commit e34c585777
  1. 3
      libs/remix-core-plugin/src/lib/compiler-content-imports.ts

@ -12,7 +12,6 @@ const profile = {
export class CompilerImports extends Plugin { export class CompilerImports extends Plugin {
previouslyHandled: {} previouslyHandled: {}
urlResolver: any urlResolver: any
testRunner: any
constructor () { constructor () {
super(profile) super(profile)
this.urlResolver = new RemixURLResolver() this.urlResolver = new RemixURLResolver()
@ -116,7 +115,7 @@ export class CompilerImports extends Plugin {
* @param {String} targetPath - (optional) internal path where the content should be saved to * @param {String} targetPath - (optional) internal path where the content should be saved to
* @returns {Promise} - string content * @returns {Promise} - string content
*/ */
async resolveAndSave (url, targetPath, testRunner = null) { async resolveAndSave (url, targetPath) {
try { try {
const provider = await this.call('fileManager', 'getProviderOf', url) const provider = await this.call('fileManager', 'getProviderOf', url)
if (provider) { if (provider) {

Loading…
Cancel
Save