Version 1
[yaffs-website] / node_modules / uncss / node_modules / postcss / d.ts / map-generator.d.ts
diff --git a/node_modules/uncss/node_modules/postcss/d.ts/map-generator.d.ts b/node_modules/uncss/node_modules/postcss/d.ts/map-generator.d.ts
new file mode 100644 (file)
index 0000000..d09f579
--- /dev/null
@@ -0,0 +1,26 @@
+import Root from './root';
+export default class MapGenerator {
+    private stringify;
+    private root;
+    private opts;
+    private mapOpts;
+    private previousMaps;
+    private map;
+    private css;
+    constructor(stringify: any, root: Root, opts: any);
+    isMap(): boolean;
+    previous(): any;
+    isInline(): any;
+    isSourcesContent(): any;
+    clearAnnotation(): void;
+    setSourcesContent(): void;
+    applyPrevMaps(): void;
+    isAnnotation(): any;
+    addAnnotation(): void;
+    outputFile(): any;
+    generateMap(): any[];
+    relative(file: any): any;
+    sourcePath(node: any): any;
+    generateString(): void;
+    generate(): any[];
+}