Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
jasnell and hyperlint-ai[bot] authored Jan 10, 2025
1 parent 82c4597 commit f2fa829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ disable_flag: "enable_top_level_await_in_require"
---

Workers implements the ability to use the Node.js style `require(...)` method
to import modules in the worker bundle. Historically, this mechanism allowed
to import modules in the Worker bundle. Historically, this mechanism allowed
required modules to use top-level await. This, however, is not Node.js
compatible.

Expand Down
2 changes: 1 addition & 1 deletion src/content/compatibility-flags/to-string-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enable_flag: "set_tostring_tag"
disable_flag: "do_not_set_tostring_tag"
---

A change was made that set the Symbol.toStringTag on all workers API objects
A change was made that set the Symbol.toStringTag on all Workers API objects
in order to fix several spec compliance bugs. Unfortunately it turns out
that was more breaking than expected. The `do_not_set_tostring_tag` compat
flag restores the original behavior for compat dates before 2024-09-26

0 comments on commit f2fa829

Please sign in to comment.