refactor: remove the symlink hack from tsc-wrapped (#14837)

This commit is contained in:
Miško Hevery 2017-03-02 11:07:22 -08:00 committed by Chuck Jazdzewski
parent 8343fb7740
commit f2adb2900d
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,6 @@ export function main(
let host = ts.createCompilerHost(parsed.options, true);
// HACK: patch the realpath to solve symlink issue here:
// https://github.com/Microsoft/TypeScript/issues/9552
// todo(misko): remove once facade symlinks are removed
host.realpath = (path) => path;
// If the comilation is a flat module index then produce the flat module index
// metadata and the synthetic flat module index.
if (ngOptions.flatModuleOutFile && !ngOptions.skipMetadataEmit) {