Skip to content

TypeScript@next type acquisition approach may be broken #16609

@johnnyreilly

Description

@johnnyreilly

Hey folks!

I'm one of the maintainers of ts-loader

We have a nightly build that runs which includes typescript@next in its matrix. I've noticed this has been failing for a week or so now. See the travis failure here. Note that TypeScript 2.3 and earlier all run fine.

TypeScript Version: nightly (2.5.0-dev.20170618)

Code

The problem is a failing jasmine test here:

https://github.com/TypeStrong/ts-loader/tree/master/test/execution-tests/2.0.3_typesResolution

Expected behavior:

This test should pass - it's not really a runtime test at all; it's purpose is to validate that the @types/jasmine types were acquired.

Actual behavior:

Test fails. Types don't appear to be being acquired.

I'm afraid I don't have too much time to look further into this but it appears that there is something potentially problematic with the TypeScript@next type acquisition approach and I wanted to give you a heads up.

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions