@vuedoc/parser
Version:
Generate a JSON documentation for a Vue file
8 lines (6 loc) • 307 B
text/typescript
import { JavaScriptLoader } from './javascript.js';
/**
* @note Don't fotget to install `typescript` and `@types/node` dependencies
* according the [official documentation](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API)
*/
export class TypeScriptLoader extends JavaScriptLoader {}