question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
alexander-akaitcommented, Sep 26, 2019

@vankop i am working on other feature, release will be today again 😄

1reaction
vankopcommented, Sep 2, 2019

i will check it locally with npm link and make PR later

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found