mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960)
This commit is contained in:
parent
41a4a34aee
commit
62465ca4ee
14 changed files with 27 additions and 26 deletions
|
@ -355,7 +355,7 @@ If a module is browser compatible, include the following in the JSDoc at the top
|
|||
of the module:
|
||||
|
||||
```ts
|
||||
/** This module is browser compatible. */
|
||||
// This module is browser compatible.
|
||||
```
|
||||
|
||||
Maintain browser compatibility for such a module by either not using the global
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue