-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/language service plugin #154
base: main
Are you sure you want to change the base?
Feature/language service plugin #154
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ff5fe31
to
d8d0779
Compare
d8d0779
to
1d7332c
Compare
1d7332c
to
50eb9c0
Compare
50eb9c0
to
57fbc9c
Compare
57fbc9c
to
fc27b02
Compare
@@ -0,0 +1,53 @@ | |||
import { parseErrors } from '@total-typescript/error-translation-engine'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattpocock I'm not sure if this is the right function to import here
@@ -2,11 +2,12 @@ | |||
"name": "@total-typescript/error-translation-engine", | |||
"version": "1.0.3", | |||
"license": "MIT", | |||
"main": "./src/index.ts", | |||
"types": "./src/index.ts", | |||
"main": "./out/index.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattpocock I needed this change to make plugin bundling work.
This is just a draft PR.
Closes #51