-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
TypeScript browser bundle has webpack warning #6903
Copy link
Copy link
Closed
Labels
locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:infraIssues about CI, publishing to npm, or similarIssues about CI, publishing to npm, or similar
Metadata
Metadata
Assignees
Labels
locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:infraIssues about CI, publishing to npm, or similarIssues about CI, publishing to npm, or similar
Environments:
Steps to reproduce:
Expected behavior:
Bundle continues to compile without warnings.
Actual behavior:
Oddly enough, the parser continues to work properly. However the error is confusing and may cause potential issues as
typescript-etwonly supports running on Windows natively, and this version of the parser only supports running in web browsers.