🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
16
node_modules/sass-formatter/dist/utility.d.ts
generated
vendored
Normal file
16
node_modules/sass-formatter/dist/utility.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { SassTextLine } from './sassTextLine';
|
||||
import { FormattingState } from './state';
|
||||
/** returns the relative distance that the class or id should be at. */
|
||||
export declare function getBlockHeaderOffset(distance: number, tabSize: number, current: number, ignoreCurrent: boolean): number;
|
||||
/**
|
||||
* adds or removes whitespace based on the given offset, a positive value adds whitespace a negative value removes it.
|
||||
*/
|
||||
export declare function replaceWithOffset(text: string, offset: number, STATE: FormattingState): string;
|
||||
/** returns the difference between the current indentation and the indentation of the given text. */
|
||||
export declare function getIndentationOffset(text: string, indentation: number, tabSize: number): {
|
||||
offset: number;
|
||||
distance: number;
|
||||
};
|
||||
export declare function replaceSpacesOrTabs(text: string, STATE: FormattingState, insertSpaces?: boolean): string;
|
||||
export declare function convertLine(line: SassTextLine, STATE: FormattingState): boolean;
|
||||
export declare function isKeyframePointAndSetIndentation(line: SassTextLine, STATE: FormattingState): boolean;
|
||||
Loading…
Add table
Add a link
Reference in a new issue