Title: [REPL] Cannot declare variables under strict-mode when used along --experimental-top-level-await · Issue #39259 · nodejs/node · GitHub
Open Graph Title: [REPL] Cannot declare variables under strict-mode when used along --experimental-top-level-await · Issue #39259 · nodejs/node
X Title: [REPL] Cannot declare variables under strict-mode when used along --experimental-top-level-await · Issue #39259 · nodejs/node
Description: Version: v16.4.1 Platform: Archlinux Subsystem: N/A What steps will reproduce the bug? run node with: node --use_strict --experimental-repl-await enter: const x = await 1; receive: Uncaught ReferenceError: x is not defined at REPL1:1:24 ...
Open Graph Description: Version: v16.4.1 Platform: Archlinux Subsystem: N/A What steps will reproduce the bug? run node with: node --use_strict --experimental-repl-await enter: const x = await 1; receive: Uncaught Referen...
X Description: Version: v16.4.1 Platform: Archlinux Subsystem: N/A What steps will reproduce the bug? run node with: node --use_strict --experimental-repl-await enter: const x = await 1; receive: Uncaught Referen...
Opengraph URL: https://github.com/nodejs/node/issues/39259
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[REPL] Cannot declare variables under strict-mode when used along --experimental-top-level-await","articleBody":"\u003c!--\r\nThank you for reporting an issue.\r\n\r\nThis issue tracker is for bugs and issues found within Node.js core.\r\nIf you require more general support please file an issue on our help\r\nrepo. https://github.com/nodejs/help\r\n\r\n\r\nPlease fill in as much of the template below as you're able.\r\n\r\nVersion: output of `node -v`\r\nPlatform: output of `uname -a` (UNIX), or output of `\"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { \"x64\" } else { \"x86\" })\"` in PowerShell console (Windows)\r\nSubsystem: if known, please specify affected core module name\r\n--\u003e\r\n\r\n* **Version**: v16.4.1\r\n* **Platform**: Archlinux\r\n* **Subsystem**: N/A\r\n\r\n### What steps will reproduce the bug?\r\n\r\n\u003c!--\r\nEnter details about your bug, preferably a simple code snippet that can be\r\nrun using `node` directly without installing third-party dependencies.\r\n--\u003e\r\n- run node with: `node --use_strict --experimental-repl-await`\r\n- enter: `const x = await 1;`\r\n- receive:\r\n```\r\nUncaught ReferenceError: x is not defined\r\n at REPL1:1:24\r\n at processTicksAndRejections (node:internal/process/task_queues:96:5)\r\n```\r\n\r\n### How often does it reproduce? Is there a required condition?\r\n\r\n100%\r\n\r\n### What is the expected behavior?\r\n\r\n\u003c!--\r\nIf possible please provide textual output instead of screenshots.\r\n--\u003e\r\nIt shouldn't throw error, or if this is not supported then it should error out before starting repl.\r\n\r\n### What do you see instead?\r\n\r\n\u003c!--\r\nIf possible please provide textual output instead of screenshots.\r\n--\u003e\r\n\r\nError is thrown\r\n\r\n### Additional information\r\n\r\n\u003c!--\r\nTell us anything else you think we should know.\r\n--\u003e\r\n\r\nThis is related to handling in https://github.com/nodejs/node/blob/c2e6822153bad023ab7ebd30a6117dcc049e475c/lib/internal/repl/await.js#L53-L74\r\n\r\nas it's replacing `const` with `void ($exp)` without any flag to omit if running in strict mode.\r\n\r\nThis was noticed when trying to implement TLA in repl for [ts-node](https://github.com/TypeStrong/ts-node/pull/1383).\r\n","author":{"url":"https://github.com/ejose19","@type":"Person","name":"ejose19"},"datePublished":"2021-07-04T18:27:07.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/39259/node/issues/39259"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:0c7bb210-a4f8-e868-a971-7a5d0f4b78aa |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D2E8:1491E4:E0CF43:E62727:6A4DC3A7 |
| html-safe-nonce | b498d6fa497ab42752909704ba998a5926eaa58c24c5f946744ec3e506e8b66c |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMkU4OjE0OTFFNDpFMENGNDM6RTYyNzI3OjZBNERDM0E3IiwidmlzaXRvcl9pZCI6Ijg1MDA0MTA2NDc2NTI5NzU1MjciLCJyZWdpb25fZWRnZSI6InNlYSIsInJlZ2lvbl9yZW5kZXIiOiJzZWEifQ== |
| visitor-hmac | e84030334fb11dcfd63b2e3d81ebc5d3adecc54862734c85b8442304fb65e834 |
| hovercard-subject-tag | issue:936513847 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/39259/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7b398426204ee922c12922db18e5e2ed7ba9f71f9a4f4a3aa2efb167f78cff68/nodejs/node/issues/39259 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7b398426204ee922c12922db18e5e2ed7ba9f71f9a4f4a3aa2efb167f78cff68/nodejs/node/issues/39259 |
| og:image:alt | Version: v16.4.1 Platform: Archlinux Subsystem: N/A What steps will reproduce the bug? run node with: node --use_strict --experimental-repl-await enter: const x = await 1; receive: Uncaught Referen... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | ejose19 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33 |
| turbo-cache-control | no-preview |
| go-import | github.com/nodejs/node git https://github.com/nodejs/node.git |
| octolytics-dimension-user_id | 9950313 |
| octolytics-dimension-user_login | nodejs |
| octolytics-dimension-repository_id | 27193779 |
| octolytics-dimension-repository_nwo | nodejs/node |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 27193779 |
| octolytics-dimension-repository_network_root_nwo | nodejs/node |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width