-
Notifications
You must be signed in to change notification settings - Fork 302
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
Question on CJS example in README #1331
Comments
|
Thank you @ayushmanchhabra, what about the import really is |
ayushmanchhabra
added a commit
that referenced
this issue
Jan 1, 2025
Oh my bad, another oversight on my part. Just pushed a fix for this |
ayushmanchhabra
pushed a commit
that referenced
this issue
Jan 1, 2025
🤖 I have created a release *beep* *boop* --- ## [4.13.8](v4.13.7...v4.13.8) (2025-01-01) ### Bug Fixes * **bld:** await archiver.finalize ([#1333](#1333)) ([580668f](580668f)), closes [#1328](#1328) ### Chores * **deps:** bump the npm group across 1 directory with 11 updates ([#1332](#1332)) ([b9b96ff](b9b96ff)) * **docs:** clarify CJS usage ([d673459](d673459)), closes [#1331](#1331) * **docs:** clarify non-usage of srcDir in CLi interface ([1b61bd1](1b61bd1)), closes [#1330](#1330) * **docs:** fix CJS import usage example ([5f323df](5f323df)), closes [#1331](#1331) * **test:** download latest NW.js version for Linux demo app ([8c09908](8c09908)), closes [#1324](#1324) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
Current/Missing Behaviour
README.md mentions
Is it really import("nwbuild")?
Also why is the parameter
object
, then referencesobj
?Expected/Proposed Behaviour
Should it be something like this?
Additional Info
I'm trying to convert from v3 to v4 this gulp task:
https://github.com/vankasteelj/opensubtitles-uploader/blob/d4c31f689d562f4a3fcc8bcc1585b7f64c9b748d/gulpfile.js#L147-L177
My attempt:
The text was updated successfully, but these errors were encountered: