Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
joyeecheung and aduh95 committed Sep 18, 2024
1 parent 5886cde commit 0126281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions votes/initiateNewVote/_EDIT_ME.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# 1. Select a subject for the vote. This can be a question addressed to the TSC
# voting members.
subject: Choosing a marker to customize default exports returned by require(esm)
subject: Choosing a marker to customize default exports returned by `require(esm)`

# 2. You can leave the header instructions as is, or modify them if you see fit.
headerInstructions: |
Expand All @@ -24,8 +24,8 @@ headerInstructions: |
# voters express their preference for each candidates, no matter how many
# there are.
candidates:
- export { foo as "module.exports" };
- export const __cjsUnwrapDefault = true;
- '`export { foo as "module.exports" };`'
- '`export const __cjsUnwrapDefault = true;`'

# 4. Pass the following to false if it's important to keep the candidates in the
# order you define above. Presenting candidates in a fixed order tends to
Expand Down

0 comments on commit 0126281

Please sign in to comment.