feat: refactoring project
This commit is contained in:
6
node_modules/postcss/lib/input.d.ts
generated
vendored
6
node_modules/postcss/lib/input.d.ts
generated
vendored
@@ -174,6 +174,9 @@ declare class Input_ {
|
||||
endLine?: number,
|
||||
endColumn?: number
|
||||
): false | Input.FilePosition
|
||||
/** Converts this to a JSON-friendly object representation. */
|
||||
toJSON(): object
|
||||
|
||||
/**
|
||||
* The CSS source identifier. Contains `Input#file` if the user
|
||||
* set the `from` option, or `Input#id` if they did not.
|
||||
@@ -187,9 +190,6 @@ declare class Input_ {
|
||||
* ```
|
||||
*/
|
||||
get from(): string
|
||||
|
||||
/** Converts this to a JSON-friendly object representation. */
|
||||
toJSON(): object
|
||||
}
|
||||
|
||||
declare class Input extends Input_ {}
|
||||
|
||||
Reference in New Issue
Block a user