Closed vikaskaliramna0 closed 1 year ago
just check the code, the compiler is case-insensitive: https://github.com/alephjs/aleph-compiler/blob/2b916d2a4e13df0cc7cb9f2abee927d4f13ba132/src/swc.rs#L391
or you mean the FS router does support .TS
?
I don't know why but it doesn't work for me.
For example, if I create a file Header.TSX
containing any component, it won't import.
The Command Line stuck on Download http://localhost:8000/components/Header.TSX?ssr&v=lf10m52m
.
please help.
I love file names like
Constructor.TS
instead ofconstructor.ts
. But Aleph Compiler does not support any uppercase extensions.