Javascript import export error #58
legendSabbir
started this conversation in
General
Replies: 1 comment 4 replies
-
languageProvider.setGlobalOptions("javascript", {
parserOptions: {
"sourceType": "module"
}
}); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
version 0.10.0
import export showing error in javascript . And there in error code .
how can i provide sourceType to module ? any option available ?
Beta Was this translation helpful? Give feedback.
All reactions