The default rules used for mapping the extension to the mode is :
{
'.ts': 'javascript',
'.js': 'javascript',
'.html': 'html',
'.xml': 'xml',
'.css': 'css',
'.py': 'python',
}
the name of the file
user defined additional rules to use (may override default ones)
the corresponding mode with repect to the file extension, or 'none' if no correspondance found
Generated using TypeDoc
This namespace includes helper functions that are accessible when writing an adaptor.