|
|
|
|
|
by SahAssar
861 days ago
|
|
There is only one major JS feature that is missing from modern browsers IMO: type annotations (like https://github.com/tc39/proposal-type-annotations/ or similar) since most people don't want to use JSDoc-based ones. Some people will want JSX too. After those the major use-case for JS preprocessors will for most use-cases only be bundling and minification. |
|