We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npmの公式サポート開始してから大体 npm も動く印象があったんだけど、その npm 側が ESM 形式で書かれていて、且つ deno のスタイルであるファイル名を拡張子まで明記する形を取ってない時には module not found になるよう見える
skypack とか esm.sh 使っても解決されない
https://github.com/actions/languageservices/blob/8f2f59092edf10e9c4494dd13db3f497bb8d579b/languageservice/src/index.ts#L1 https://github.com/actions/languageservices/blob/8f2f59092edf10e9c4494dd13db3f497bb8d579b/expressions/src/index.ts#L4
この辺で詰まるように見える
The text was updated successfully, but these errors were encountered:
node での話っぽいけど、どうも actions/languageservices が特異な感じはしている actions/languageservices#50
Sorry, something went wrong.
謎のまま
No branches or pull requests
npmの公式サポート開始してから大体 npm も動く印象があったんだけど、その npm 側が ESM 形式で書かれていて、且つ deno のスタイルであるファイル名を拡張子まで明記する形を取ってない時には module not found になるよう見える
skypack とか esm.sh 使っても解決されない
https://github.com/actions/languageservices/blob/8f2f59092edf10e9c4494dd13db3f497bb8d579b/languageservice/src/index.ts#L1
https://github.com/actions/languageservices/blob/8f2f59092edf10e9c4494dd13db3f497bb8d579b/expressions/src/index.ts#L4
この辺で詰まるように見える
The text was updated successfully, but these errors were encountered: