Closed baleksandr48 closed 4 years ago
This does not repro with build from master.
So, I have to upload built version?
Did you try
using typescript nightly drop to see if the issue is fixed. If not give exact details of what changes are you making to which file and log by running tsc --w --extendedDiagnostics
.
I removed typescript from package.json
, added --extendedDiagnostics
flag to build:watch
and run
rm -rf node_modules
rm -rf dist
sudo npm remove -g typescript
sudo npm i -g typescript@next
npm run build:watch
my output:
~/IdeaProjects/tsc-bug(master) » npm run build:watch al@al-laptop
> tsc-bug@1.0.0 build:watch /home/al/IdeaProjects/tsc-bug
> tsc -w --extendedDiagnostics
[7:22:43 PM] Starting compilation in watch mode...
Current directory: /home/al/IdeaProjects/tsc-bug CaseSensitiveFileNames: true
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/tsconfig.json 2000 undefined Config file
Synchronizing program
CreatingProgramWith::
roots: ["/home/al/IdeaProjects/tsc-bug/src/app.controller.spec.ts","/home/al/IdeaProjects/tsc-bug/src/app.controller.ts","/home/al/IdeaProjects/tsc-bug/src/app.module.ts","/home/al/IdeaProjects/tsc-bug/src/app.service.ts","/home/al/IdeaProjects/tsc-bug/src/main.ts"]
options: {"module":1,"declaration":true,"removeComments":true,"emitDecoratorMetadata":true,"experimentalDecorators":true,"target":4,"sourceMap":true,"outDir":"/home/al/IdeaProjects/tsc-bug/dist","baseUrl":"/home/al/IdeaProjects/tsc-bug","incremental":true,"watch":true,"extendedDiagnostics":true,"configFilePath":"/home/al/IdeaProjects/tsc-bug/tsconfig.json"}
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src/app.controller.spec.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/testing/index.d.ts 250 undefined Source file
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules 1 undefined Failed Lookup Locations
Elapsed:: 57ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules 1 undefined Failed Lookup Locations
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/testing/interfaces/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/testing/interfaces/override-by-factory-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/testing/interfaces/override-by.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/testing/testing-module.builder.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/controllers/controller.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/Observable.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/Operator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/Subscriber.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/types.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/Subscription.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/iif.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/throwError.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/ConnectableObservable.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/Subject.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/operators/groupBy.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/symbol/observable.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/BehaviorSubject.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/ReplaySubject.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/AsyncSubject.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/asap.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/AsyncAction.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/Action.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/Scheduler.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/AsyncScheduler.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/async.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/queue.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/QueueScheduler.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/animationFrame.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/AnimationFrameScheduler.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduler/VirtualTimeScheduler.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/Notification.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/pipe.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/noop.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/identity.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/isObservable.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/ArgumentOutOfRangeError.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/EmptyError.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/ObjectUnsubscribedError.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/UnsubscriptionError.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/util/TimeoutError.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/bindCallback.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/bindNodeCallback.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/combineLatest.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/OuterSubscriber.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/InnerSubscriber.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/concat.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/defer.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/empty.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/forkJoin.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/from.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/fromEvent.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/fromEventPattern.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/generate.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/interval.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/merge.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/never.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/of.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/onErrorResumeNext.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/pairs.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/partition.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/race.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/range.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/timer.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/using.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/observable/zip.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/scheduled/scheduled.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/rxjs/internal/config.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/type.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/hooks/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/enums/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/enums/request-method.enum.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/enums/http-status.enum.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/external/https-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/services/logger.service.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/middleware/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/metadata-scanner.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/testing/testing-module.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/cache.constants.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/cache.module.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/decorators/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/bind.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/dependencies.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/inject.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/optional.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/core/apply-decorators.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/modules/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/modules/global.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/http-code.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/render.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/header.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/decorators/http/redirect.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/interceptors/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/cache/interfaces/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/http.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/not-found.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/conflict.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/gone.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/http/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/http/http.module.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/http/interfaces/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/http/interfaces/http-module.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/axios/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/http/http.service.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/pipes/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/pipes/validation.pipe.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/serializer/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/serializer/decorators/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/services/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/utils/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/utils/forward-ref.util.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/adapters/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/adapters/http-adapter.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/application-config.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/instance-wrapper.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/module.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/container.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/module-token-factory.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/modules-container.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/constants.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/discovery/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/discovery/discovery-module.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/discovery/discovery-service.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/exceptions/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/helpers/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/helpers/context-id-factory.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/helpers/http-adapter-host.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/module-ref.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/inquirer/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/inquirer/inquirer-constants.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/middleware/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/middleware/builder.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/middleware/routes-mapper.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/nest-application.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/nest-application-context.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/injector/injector.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/nest-factory.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/router/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/router/request/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/router/request/request-constants.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/services/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/core/services/reflector.service.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@nestjs/testing/test.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src/app.controller.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src/app.service.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src/app.module.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src/main.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types/color-name/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types/istanbul-lib-coverage/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types/istanbul-lib-report/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types/istanbul-reports/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types/jest/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/jest-diff/build/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/jest-diff/build/cleanupSemantic.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/jest-diff/build/diffLines.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/jest-diff/build/types.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/jest-diff/build/printDiffs.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/pretty-format/build/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/pretty-format/build/types.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types/yargs/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types/yargs-parser/index.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2017.full.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2017.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2016.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es5.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.core.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.collection.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.iterable.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.symbol.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.generator.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.promise.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.proxy.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.reflect.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2016.array.include.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2017.object.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2017.string.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2017.intl.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.dom.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.webworker.importscripts.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.scripthost.d.ts 250 undefined Source file
FileWatcher:: Added:: WatchInfo: /usr/local/lib/node_modules/typescript/lib/lib.dom.iterable.d.ts 250 undefined Source file
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/@nestjs 1 undefined Failed Lookup Locations
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/@nestjs 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src 1 undefined Failed Lookup Locations
Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/rxjs 1 undefined Failed Lookup Locations
Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/rxjs 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug 0 undefined Failed Lookup Locations
Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug 0 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/reflect-metadata 1 undefined Failed Lookup Locations
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/reflect-metadata 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/axios 1 undefined Failed Lookup Locations
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/axios 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/istanbul-lib-coverage 1 undefined Failed Lookup Locations
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/istanbul-lib-coverage 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/istanbul-lib-report 1 undefined Failed Lookup Locations
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/istanbul-lib-report 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/yargs-parser 1 undefined Failed Lookup Locations
Elapsed:: 1ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/yargs-parser 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/jest-diff 1 undefined Failed Lookup Locations
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/jest-diff 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/pretty-format 1 undefined Failed Lookup Locations
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/pretty-format 1 undefined Failed Lookup Locations
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types 1 undefined Type roots
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug/node_modules/@types 1 undefined Type roots
[7:22:44 PM] Found 0 errors. Watching for file changes.
Files: 278
Lines: 37861
Nodes: 167620
Identifiers: 62002
Symbols: 36850
Types: 76
Instantiations: 0
Memory used: 72121K
Assignability cache size: 0
Identity cache size: 0
Subtype cache size: 0
Strict subtype cache size: 0
I/O Read time: 0.01s
Parse time: 0.37s
ResolveTypeReference time: 0.01s
ResolveModule time: 0.30s
Program time: 0.76s
Bind time: 0.22s
Total time: 0.98s
DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug 1 undefined Wild card directory
Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /home/al/IdeaProjects/tsc-bug 1 undefined Wild card directory
after updating main.ts file and saving:
FileWatcher:: Triggered with /home/al/IdeaProjects/tsc-bug/src/main.ts 1:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src/main.ts 250 undefined Source file
Scheduling update
Elapsed:: 1ms FileWatcher:: Triggered with /home/al/IdeaProjects/tsc-bug/src/main.ts 1:: WatchInfo: /home/al/IdeaProjects/tsc-bug/src/main.ts 250 undefined Source file
[7:27:43 PM] File change detected. Starting incremental compilation...
Synchronizing program
CreatingProgramWith::
roots: ["/home/al/IdeaProjects/tsc-bug/src/app.controller.spec.ts","/home/al/IdeaProjects/tsc-bug/src/app.controller.ts","/home/al/IdeaProjects/tsc-bug/src/app.module.ts","/home/al/IdeaProjects/tsc-bug/src/app.service.ts","/home/al/IdeaProjects/tsc-bug/src/main.ts"]
options: {"module":1,"declaration":true,"removeComments":true,"emitDecoratorMetadata":true,"experimentalDecorators":true,"target":4,"sourceMap":true,"outDir":"/home/al/IdeaProjects/tsc-bug/dist","baseUrl":"/home/al/IdeaProjects/tsc-bug","incremental":true,"watch":true,"extendedDiagnostics":true,"configFilePath":"/home/al/IdeaProjects/tsc-bug/tsconfig.json"}
[7:27:43 PM] Found 0 errors. Watching for file changes.
Files: 278
Lines: 37862
Nodes: 167620
Identifiers: 62002
Symbols: 36887
Types: 109
Instantiations: 7
Memory used: 64978K
Assignability cache size: 1
Identity cache size: 0
Subtype cache size: 0
Strict subtype cache size: 0
I/O Read time: 0.00s
Parse time: 0.00s
ResolveModule time: 0.00s
ResolveTypeReference time: 0.00s
Program time: 0.00s
Bind time: 0.00s
Check time: 0.02s
transformTime time: 0.01s
commentTime time: 0.00s
printTime time: 0.04s
Emit time: 0.04s
Source Map time: 0.00s
I/O Write time: 0.00s
Total time: 0.06s
sysLog:: onTimerToUpdateChildWatches:: 2
sysLog:: invokingWatchers:: 1ms:: 0
DirectoryWatcher:: Triggered with /home/al/IdeaProjects/tsc-bug/src :: WatchInfo: /home/al/IdeaProjects/tsc-bug/src 1 undefined Failed Lookup Locations
Scheduling update
Elapsed:: 34ms DirectoryWatcher:: Triggered with /home/al/IdeaProjects/tsc-bug/src :: WatchInfo: /home/al/IdeaProjects/tsc-bug/src 1 undefined Failed Lookup Locations
DirectoryWatcher:: Triggered with /home/al/IdeaProjects/tsc-bug :: WatchInfo: /home/al/IdeaProjects/tsc-bug 1 undefined Wild card directory
Scheduling update
Elapsed:: 0ms DirectoryWatcher:: Triggered with /home/al/IdeaProjects/tsc-bug :: WatchInfo: /home/al/IdeaProjects/tsc-bug 1 undefined Wild card directory
sysLog:: Elapsed 35ms:: onTimerToUpdateChildWatches:: 0 undefined
[7:27:44 PM] File change detected. Starting incremental compilation...
Reloading new file names and options
Synchronizing program
CreatingProgramWith::
roots: ["/home/al/IdeaProjects/tsc-bug/src/app.controller.spec.ts","/home/al/IdeaProjects/tsc-bug/src/app.controller.ts","/home/al/IdeaProjects/tsc-bug/src/app.module.ts","/home/al/IdeaProjects/tsc-bug/src/app.service.ts","/home/al/IdeaProjects/tsc-bug/src/main.ts"]
options: {"module":1,"declaration":true,"removeComments":true,"emitDecoratorMetadata":true,"experimentalDecorators":true,"target":4,"sourceMap":true,"outDir":"/home/al/IdeaProjects/tsc-bug/dist","baseUrl":"/home/al/IdeaProjects/tsc-bug","incremental":true,"watch":true,"extendedDiagnostics":true,"configFilePath":"/home/al/IdeaProjects/tsc-bug/tsconfig.json"}
[7:27:44 PM] Found 0 errors. Watching for file changes.
Files: 278
Lines: 37862
Nodes: 167620
Identifiers: 62002
Symbols: 36850
Types: 76
Instantiations: 0
Memory used: 66143K
Assignability cache size: 0
Identity cache size: 0
Subtype cache size: 0
Strict subtype cache size: 0
ResolveTypeReference time: 0.01s
ResolveModule time: 0.01s
Program time: 0.05s
Bind time: 0.00s
Total time: 0.05s
Also I pushed this updated project: https://github.com/baleksandr48/tsc-bug
I am experiencing an issue that I think is related to this issue.
For my project, I am have a project root with two dirs: src
and dist
. I build all files from src
with outDir
set to ./dist
. Also, I use tsc-watch
to execute the main js file from the dist
file automatically when compilation passes.
When the node app runs, it ensures a directory exists in CWD (set to ./dist
). The creation of the new folder in the dist
folder triggers a recompile of the entire app.
What should happen:
File changes inside outDir
, should not be regarded as a change to the input files.
See my diagnostics below, but possible cause also present in logs above.
Just after the project has been compiled and the time diagnostics are printed. One additional directory watch is created, on the project root dir. This recursive watch causes the outDir
to also be watched.
Either (allow for) exclude of outDir
of watches, or do not watch the project dir (but there probably is good reason to do so).
I just found a workaround for my issue, should it help those reading along. I changed my structure to make the src
directory the project root.
Changes to project.json
:
"scripts": {
"serve": "tsc-watch --project ./src --extendedDiagnostics --listEmittedFiles --noClear --onSuccess \"sh -c 'cd dist && node ./index.js'\"",
"build": "tsc --project ./src"
},
Changes to tsconfig.json
, also moved from ./
to ./src
.
"outDir": "../dist",
If it helps: I encountered this problem on our project using 3.8.3.
I forgot to mention that this issue is introduced by delayed child watcher updates (#35615)
Meanwhile you can work around this by passing --synchronousWatchDirectory
This is still happening for me on TypeScript 4.1.3. Is the fix included in that release?
I've created simple application and run command
tsc -w
.Expected behavior: Application have to be compiled. Any changes in the code have to lead to recompile.
Actual behavior: Application compiled. Any changes in the code lead to double recompiling.
Playground Link: I have created public repo: https://github.com/baleksandr48/tsc-bug You can clone it, run
npm i
andnpm run build:watch
I googled a lot of info during the day, tried to update tsc version, reinstalled modules, excluded different directories in ts.config but nothing helps.
P.S. there is only ONE compiling if I run
nodemon --watch 'src/**/*.ts' --exec 'tsc' -e ts