This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
// Demonstrates extracting complete props info, using real TypeScript | |
// compiler type info. | |
Object.defineProperty(exports, "__esModule", { value: true }); | |
var tslib_1 = require("tslib"); | |
// | |
var ts = require("typescript"); | |
var fs = require("fs"); | |
var path = require("path"); | |
// Arguments: |