-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
utils.parseArgsの利用法を追記 #1698
Labels
Milestone
Comments
js-primer/meetings/2022-08-18/README.md Line 46 in 50e3b7b
まだ入れてなかったのは、以前はexperimentalでの実装だったからですね。 一応外部モジュールを扱うユースケースではあるので、 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This was referenced Feb 10, 2024
Closed
|
ありがとうございます! |
Merged
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
該当ページ
リクエスト/提案内容
当ページではnpmパッケージを利用するチュートリアルとして
commander
パッケージを利用しています。ただしnode.js v20.9.0(LTS)では
import { parseArgs } from 'node:utils'
を用いることでnpmパッケージ非依存で当該処理を解決できます。https://nodejs.org/dist/latest-v20.x/docs/api/util.html#utilparseargsconfig
この関数に関して下記のいずれかの対応があった方がいいと思います。
commander
パッケージから置き換える(npmパッケージ使用のチュートリアルを別ページに書く必要がでる)以上検討していただけるでしょうか。
TODO
mpm init
の話をコマンドライン引数を処理する → ECMAScriptモジュールを使うの中に移動するnode:*
やコアモジュールの説明を ファイルを読み込む → ECMAScriptモジュールを使うへ移動するcommander
をutil.parseArgs
に変更するRef #1698 (comment)
The text was updated successfully, but these errors were encountered: