PHP 7.4.33
Preview: warning.d.ts Size: 2.92 KB
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/node_modules/postcss/lib/warning.d.ts
import { RangePosition } from './css-syntax-error.js'
import Node from './node.js'

declare namespace Warning {
  export interface WarningOptions {
    /**
     * End position, exclusive, in CSS node string that caused the warning.
     */
    end?: RangePosition

    /**
     * End index, exclusive, in CSS node string that caused the warning.
     */
    endIndex?: number

    /**
     * Start index, inclusive, in CSS node string that caused the warning.
     */
    index?: number

    /**
     * CSS node that caused the warning.
     */
    node?: Node

    /**
     * Name of the plugin that created this warning. `Result#warn` fills
     * this property automatically.
     */
    plugin?: string

    /**
     * Start position, inclusive, in CSS node string that caused the warning.
     */
    start?: RangePosition

    /**
     * Word in CSS source that caused the warning.
     */
    word?: string
  }

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

/**
 * Represents a plugin’s warning. It can be created using `Node#warn`.
 *
 * ```js
 * if (decl.important) {
 *   decl.warn(result, 'Avoid !important', { word: '!important' })
 * }
 * ```
 */
declare class Warning_ {
  /**
   * Column for inclusive start position in the input file with this warning’s source.
   *
   * ```js
   * warning.column //=> 6
   * ```
   */
  column: number

  /**
   * Column for exclusive end position in the input file with this warning’s source.
   *
   * ```js
   * warning.endColumn //=> 4
   * ```
   */
  endColumn?: number

  /**
   * Line for exclusive end position in the input file with this warning’s source.
   *
   * ```js
   * warning.endLine //=> 6
   * ```
   */
  endLine?: number

  /**
   * Line for inclusive start position in the input file with this warning’s source.
   *
   * ```js
   * warning.line //=> 5
   * ```
   */
  line: number

  /**
   * Contains the CSS node that caused the warning.
   *
   * ```js
   * warning.node.toString() //=> 'color: white !important'
   * ```
   */
  node: Node

  /**
   * The name of the plugin that created this warning.
   * When you call `Node#warn` it will fill this property automatically.
   *
   * ```js
   * warning.plugin //=> 'postcss-important'
   * ```
   */
  plugin: string

  /**
   * The warning message.
   *
   * ```js
   * warning.text //=> 'Try to avoid !important'
   * ```
   */
  text: string

  /**
   * Type to filter warnings from `Result#messages`.
   * Always equal to `"warning"`.
   */
  type: 'warning'

  /**
   * @param text Warning message.
   * @param opts Warning options.
   */
  constructor(text: string, opts?: Warning.WarningOptions)

  /**
   * Returns a warning position and message.
   *
   * ```js
   * warning.toString() //=> 'postcss-lint:a.css:10:14: Avoid !important'
   * ```
   *
   * @return Warning position and message.
   */
  toString(): string
}

declare class Warning extends Warning_ {}

export = Warning

Directory Contents

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