znikola / es6-typescript-import-sorter

GNU General Public License v3.0
0 stars 0 forks source link

Barred O character (unicode 629) causes the import to be skipped in parsing #20

Closed LTiger14 closed 5 years ago

LTiger14 commented 5 years ago

An import that contains ɵ cause the import to be skipped while parsing. The regex should be changed to look for this special character outputted for example by the angular compiler.