Remove File#resolveModuleSource (#8470)
This commit is contained in:
parent
2a4f162366
commit
f8b0a5579f
@ -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 " +
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user