We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: Visual Studio 2017 Professional 15.1 (26403.7)
Anything ok with 2.2.2. After installing 2.3.1 the bundle file (outFile / amd) is broken: some modules are used but not created as a dependency.
TypeScript Version: 2.3.1
Code (see uploaded ASP.NET project)
Expected behavior: (see bundle.js index2/index3: outer is twice in the dependency list)
Actual behavior: (see bundle.js index1: outer_2 used but not in dependency list, outFile is broken!)
Only difference is the way props are used [actually a bit more complicated in the real app, but this was the tightest repro I found].
BadTypeScript.zip
The text was updated successfully, but these errors were encountered:
Sorry: seems to be a duplicate: #15469
Sorry, something went wrong.
No branches or pull requests
Environment: Visual Studio 2017 Professional 15.1 (26403.7)
Anything ok with 2.2.2. After installing 2.3.1 the bundle file (outFile / amd) is broken: some modules are used but not created as a dependency.
TypeScript Version: 2.3.1
Code
(see uploaded ASP.NET project)
Expected behavior:
(see bundle.js index2/index3: outer is twice in the dependency list)
Actual behavior:
(see bundle.js index1: outer_2 used but not in dependency list, outFile is broken!)
Only difference is the way props are used [actually a bit more complicated in the real app, but this was the tightest repro I found].
BadTypeScript.zip
The text was updated successfully, but these errors were encountered: