FileSource typedef

A file's serialized source as a string with characters escaped like \n.

String

Use

FileSource is received by bit-docs/lib/process/process from FileEventEmitter and passed to bit-docs/lib/process/file which passes FileSource to the processors in plugins like bit-docs-process-tags and bit-docs-js that do the work of splitting on newlines as they see fit to convert FileSource into TagBlock or CodeTagBlocks. Processors you make might choose to do something completely different with FileSource.