added typescript regec section

This commit is contained in:
LosslessBot
2016-05-01 13:32:04 +02:00
parent 0a6724d80e
commit 2db9ba50d2
6 changed files with 39 additions and 4 deletions

View File

@ -1,10 +1,12 @@
/// <reference path="./typings/main.d.ts" />
import SmartstringGit = require("./smartstring.git");
import SmartstringDocker = require("./smartstring.docker");
import SmartstringTypescript = require("./smartstring.typescript");
let smartstring = {
git : SmartstringGit,
docker: SmartstringDocker
docker: SmartstringDocker,
typescript: SmartstringTypescript
};
export = smartstring;

View File

@ -0,0 +1,3 @@
import plugins = require("./smartstring.plugins");
export let regexReferencePath = /\/\/\/\s*<reference\s+path\s*=\s*["|'].*["|']\s*\/>\s*[\\n]?/