-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Support for import attributes with TypeScript #15699
Copy link
Copy link
Labels
lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)Issues affecting TypeScript-specific constructs (not general JS issues)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.
Metadata
Metadata
Assignees
Labels
lang:typescriptIssues affecting TypeScript-specific constructs (not general JS issues)Issues affecting TypeScript-specific constructs (not general JS issues)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.
Environments:
esbenp.prettier-vscode), also via ESLint and[email protected]Steps to reproduce:
Process the file
with TypeScript parser.
https://prettier.io/playground/…
Expected behavior:
No errors
Actual behavior:
SyntaxError: ';' expected. (1:46)