Remove File#resolveModuleSource (#8470)

This commit is contained in:
Nicolò Ribaudo 2018-08-20 21:14:55 +02:00 committed by Logan Smyth
parent 2a4f162366
commit f8b0a5579f

View File

@ -140,12 +140,6 @@ export default class File {
} }
} }
// TODO: Remove this before 7.x's official release. Leaving it in for now to
// prevent unnecessary breakage between beta versions.
resolveModuleSource(source: string): string {
return source;
}
addImport() { addImport() {
throw new Error( throw new Error(
"This API has been removed. If you're looking for this " + "This API has been removed. If you're looking for this " +