Skip to content
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

Make see also match guidelines #28668

Merged
merged 3 commits into from
Aug 25, 2023
Merged

Make see also match guidelines #28668

merged 3 commits into from
Aug 25, 2023

Conversation

Josh-Cena
Copy link
Member

Description

Motivation

Additional details

Related issues and pull requests

@Josh-Cena Josh-Cena requested a review from a team as a code owner August 20, 2023 20:36
@Josh-Cena Josh-Cena requested review from teoli2003 and removed request for a team August 20, 2023 20:36
@github-actions github-actions bot added the Content:JS JavaScript docs label Aug 20, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 20, 2023

Preview URLs (47 pages)
External URLs (45)

URL: /en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness
Title: Equality comparisons and sameness


URL: /en-US/docs/Web/JavaScript/Reference/Operators/Remainder
Title: Remainder (%)


URL: /en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
Title: Destructuring assignment


URL: /en-US/docs/Web/JavaScript/Reference/Statements/function*
Title: function*


URL: /en-US/docs/Web/JavaScript/Reference/Statements/debugger
Title: debugger


URL: /en-US/docs/Web/JavaScript/Reference/Statements/import
Title: import


URL: /en-US/docs/Web/JavaScript/Reference/Statements/export
Title: export


URL: /en-US/docs/Web/JavaScript/Reference/Statements/async_function
Title: async function


URL: /en-US/docs/Web/JavaScript/Reference/Statements/let
Title: let


URL: /en-US/docs/Web/JavaScript/Reference/Functions/set
Title: set


URL: /en-US/docs/Web/JavaScript/Reference/Functions/get
Title: get


URL: /en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks
Title: Static initialization blocks


URL: /en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields
Title: Private class features


URL: /en-US/docs/Web/JavaScript/Reference/Errors/Deprecated_source_map_pragma
Title: SyntaxError: Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead


URL: /en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value
Title: TypeError: cyclic object value


URL: /en-US/docs/Web/JavaScript/Reference/Errors/Cant_use_nullish_coalescing_unparenthesized
Title: SyntaxError: cannot use ??unparenthesized within||and&& expressions


URL: /en-US/docs/Web/JavaScript/Reference/Errors/Already_has_pragma
Title: Warning: -file- is being assigned a //# sourceMappingURL, but already has one


URL: /en-US/docs/Web/JavaScript/Reference/Errors/Unparenthesized_unary_expr_lhs_exponentiation
Title: SyntaxError: unparenthesized unary expression can't appear on the left-hand side of '**'


URL: /en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_capturing_group
Title: Named capturing group: (?<name>...)


URL: /en-US/docs/Web/JavaScript/Reference/Regular_expressions/Unicode_character_class_escape
Title: Unicode character class escape: \p{...}, \P{...}


URL: /en-US/docs/Web/JavaScript/Guide/Using_promises
Title: Using promises


URL: /en-US/docs/Web/JavaScript/Guide/Typed_arrays
Title: JavaScript typed arrays


URL: /en-US/docs/Web/JavaScript/Guide/Modules
Title: JavaScript modules


URL: /en-US/docs/Web/JavaScript/Data_structures
Title: JavaScript data types and data structures


URL: /en-US/docs/Web/JavaScript/Event_loop
Title: The event loop

(comment last updated: 2023-08-23 19:28:37)

@Josh-Cena
Copy link
Member Author

@hamishwillee I've got rid of § in this PR. I realized they can be safely omitted altogether, pushing this problem to a future me to worry about.

@Josh-Cena Josh-Cena requested a review from hamishwillee August 23, 2023 19:27
@hamishwillee
Copy link
Collaborator

@Josh-Cena Curses - I was hoping you'd chase down the "standard" way to reference a section :-).

This looks good. merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:JS JavaScript docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants