PHP 7.4.33
Preview: comment.d.ts Size: 1.69 KB
/var/www/wordpress-nextjs.wpress.dk/httpdocs/node_modules/postcss/lib/comment.d.ts
import Container from './container.js'
import Node, { NodeProps } from './node.js'

declare namespace Comment {
  export interface CommentRaws extends Record<string, unknown> {
    /**
     * The space symbols before the node.
     */
    before?: string

    /**
     * The space symbols between `/*` and the comment’s text.
     */
    left?: string

    /**
     * The space symbols between the comment’s text.
     */
    right?: string
  }

  export interface CommentProps extends NodeProps {
    /** Information used to generate byte-to-byte equal node string as it was in the origin input. */
    raws?: CommentRaws
    /** Content of the comment. */
    text: string
  }

  // eslint-disable-next-line @typescript-eslint/no-use-before-define
  export { Comment_ as default }
}

/**
 * It represents a class that handles
 * [CSS comments](https://developer.mozilla.org/en-US/docs/Web/CSS/Comments)
 *
 * ```js
 * Once (root, { Comment }) {
 *   const note = new Comment({ text: 'Note: …' })
 *   root.append(note)
 * }
 * ```
 *
 * Remember that CSS comments inside selectors, at-rule parameters,
 * or declaration values will be stored in the `raws` properties
 * explained above.
 */
declare class Comment_ extends Node {
  parent: Container | undefined
  raws: Comment.CommentRaws
  /**
   * The comment's text.
   */
  text: string

  type: 'comment'

  constructor(defaults?: Comment.CommentProps)
  assign(overrides: Comment.CommentProps | object): this
  clone(overrides?: Partial<Comment.CommentProps>): Comment
  cloneAfter(overrides?: Partial<Comment.CommentProps>): Comment
  cloneBefore(overrides?: Partial<Comment.CommentProps>): Comment
}

declare class Comment extends Comment_ {}

export = Comment

Directory Contents

Dirs: 0 × Files: 52
Name Size Perms Modified Actions
2.75 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
471 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.69 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
203 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
12.85 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
10.26 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
6.35 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
2.46 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
3.70 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
495 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.90 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
654 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
162 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.47 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
4.32 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
6.04 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
4.89 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
13.24 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.42 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.20 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
9.35 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.54 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
2.49 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
13.53 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
8.53 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
135 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.12 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
14.41 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.03 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
10.98 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
2.83 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
980 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.78 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
3.83 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
3.33 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.77 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
4.31 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
745 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
2.23 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.21 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
2.62 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
569 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.38 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
8.03 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
165 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
213 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
91 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
1.37 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
6.38 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
256 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
2.92 KB lrw-r--r-- 2024-10-14 10:18:52
Edit Download
739 B lrw-r--r-- 2024-10-14 10:18:52
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).