Skip to content

Conversation

@NilsMinten
Copy link
Contributor

When verbatimModuleSyntax is enabled in TypeScript when building your application two Type errors would pop up.

TS1484: 'RoutesMap' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
 
TS1484: 'Route' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.

When `verbatimModuleSyntax` is enabled in TypeScript when building your application two Type errors would pop up. 

```console 
TS1484: 'RoutesMap' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
```
```console 
TS1484: 'Route' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
```
@tobias-93 tobias-93 merged commit 6650f94 into FriendsOfSymfony:master Jan 23, 2024
@tobias-93
Copy link
Collaborator

Thanks @NilsMinten!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants