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.

RFC: TypeScript plugin

See original GitHub issue

The TypeScript plugin now has a preliminary implementation here with:

  • ts-loader
  • fork-ts-checker-webpack-plugin
  • tslint

TODOs

  • Make the npm run lint script work with *.vue files
  • Ensure compatibility with other plugins (PWA and test plugins)
  • Offer options to use TS alongside Babel

Trying it Out

npm install -g @vue/cli
vue create ts-project
# select manual mode, pick TypeScript

For background on how plugins work in the new vue-cli, see here

Feedback welcome!

/cc @DanielRosenwasser @ktsn @HerringtonDarkholme @octref @kaorun343 @Igogrek @prograhammer @Toilal

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:36
  • Comments:34 (14 by maintainers)

github_iconTop GitHub Comments

6reactions
yyx990803commented, Jan 27, 2018

Update: we have started making alpha releases! You can now directly test the new CLI by following the guide in README.

5reactions
yyx990803commented, Feb 7, 2018

@dkulchenko cool, I actually didn’t know you can use ESLint with TypeScript before. I think that’s indeed a better setup than TSLint. Will investigate in the next release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Official TypeScript Support - Ember RFCs
This RFC declares our intent to officially support TypeScript as a peer to JavaScript, in a way which makes the developer experience better ......
Read more >
RFC 40 - Dendron Plugins
This RFC proposes a standard way for creating, packaging, and distributing Dendron plugins that can interface with these extension points.
Read more >
Live Templates for Typescript and React - IntelliJ IDEs Plugin
useEffect() useh: React use Hook. rfc: React Functional Component. rfct: React typed Functional Component. rfr: React forward Ref. int: Typescript ...
Read more >
TypeScript - Egg - Eggjs.org
For more about this tossing process, please see [RFC] TypeScript ... Egg itself, with its plugin, will have corresponding index.d.ts for ...
Read more >
[RFC] camera_web plugin preview : r/FlutterDev - Reddit
TL;DR: Can you spare a few minutes and try the camera_web plugin? ... Writing a GameBoy game in TypeScript that runs on real...
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