added whole system from ola4doc
This commit is contained in:
+26
@@ -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[];
|
||||
}
|
||||
Reference in New Issue
Block a user