updated structure and introduced new Smartfile class

This commit is contained in:
Philipp Kunz
2016-05-20 00:31:53 +02:00
parent 96210fca9f
commit f3a81d60e9
25 changed files with 77 additions and 65 deletions

View File

@ -1,4 +1,4 @@
/// <reference path="./typings/main.d.ts" />
/// <reference path="./typings/index.d.ts" />
import plugins = require("./smartfile.plugins");
import SmartfileInterpreter = require("./smartfile.interpreter");