support typescript loaders
See original GitHub issue- Operating System: any
- Node Version: any
- NPM Version: any
- webpack Version: @4
- schema-utils Version: latest
Feature Proposal
I’m writing loader on TypeScript and it will be awesome if schema-utils will provide definitions respecting JSON schema specification (see @types/json-schema) + I did not found out (from small documentation on webpack.js.org) is it possible to increase DX (change error message, show possible options, i.e. developer made mistake in option name and I want provide suggestions)
Feature Use Case
Increase DX, TypeScript support
UPD: found out from code that webpack show suggestions depending on provided schema
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
ts-loader - npm
TypeScript 2.4 provides support for ECMAScript's new import() calls. These calls import a module and return a promise to that module. This is ......
Read more >TypeScript - webpack
In this guide we will learn how to integrate TypeScript with webpack. Basic Setup. First install the TypeScript compiler and loader by running:...
Read more >Using webpack with TypeScript - LogRocket Blog
Loaders tell webpack how to compile and bundle static assets. They are used for compiling TypeScript modules into JavaScript, ...
Read more >9 Creating web apps via TypeScript and webpack - Exploring JS
In this chapter, we stick with what is best supported by TypeScript: CommonJS ... Then webpack doesn't need a loader and only bundles...
Read more >Documentation - Integrating with Build Tools - TypeScript
Vite supports importing .ts files out-of-the-box. It only performs transpilation and not type checking. It also requires that some compilerOptions have certain ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@vankop i am working on other feature, release will be today again 😄
i will check it locally with
npm linkand make PR later