This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
tsconfig supports *.js files but fails in plugin #347
Comments
This is weird, are you sure you have the xx.d.ts ? Im not sure you can link |
yes it pulls in the right *.d.ts files, see: |
Just checked, this is the list of options read from tsconfig, allowJs is not there:
|
Unfortunately we only have partial tsconfig support for now. PR will be welcome though :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
check use tsconfig does not appear to support loading *.js files.
java.lang.RuntimeException: The following request caused an error to be thrown:
{"endpoint":"language","method":"getAllDiagnostics","arguments":["my-webapp"]}
Error: Could not find file: 'eclipse:/my-webapp/src/main/webapp/static/lib/my-libs/js/my-autofocus.js'.
at getValidSourceFile (C:\Development\Tools\Spring\3.7.3\spring-tool-suite-3.7.3.RELEASE-e4.6-win32-x86_64\sts-bundle\sts-3.7.3.RELEASE\plugins\com.palantir.typescript_2.1.0.201701220748\bin\bridge.js:79256:23)
The text was updated successfully, but these errors were encountered: