-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: --input-type default & limitations #50796
Conversation
d1ca25c
to
f8a79c2
Compare
@shubham9411 Please amend the commit message to comply with our commit message guidelines. |
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.
cc @nodejs/loaders
doc/api/cli.md
Outdated
* Default input type can be altered with | ||
[`--experimental-default-type=module`][] | ||
* [`--print`][] does not support `--input-type=module` |
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.
* Default input type can be altered with | |
[`--experimental-default-type=module`][] | |
* [`--print`][] does not support `--input-type=module` | |
* The default input type can be altered with | |
[`--experimental-default-type=module`][]. | |
* [`--print`][] does not support `--input-type=module`. |
592d02f
to
fc0a6d3
Compare
@tniessen Updated please check. |
f9e4230
to
4fca349
Compare
4fca349
to
ddeaa0a
Compare
Landed in 4b0401f |
Added additional details about
--input-type
Fixes: #50781