improve path handling

This commit is contained in:
2016-02-06 18:06:55 +01:00
parent 3e55a666b2
commit 50fd5e83ad
10 changed files with 76 additions and 11 deletions

View File

@ -0,0 +1,2 @@
var something = "something";
//# sourceMappingURL=tsfile1.js.map

View File

@ -0,0 +1 @@
{"version":3,"file":"tsfile1.js","sourceRoot":"","sources":["tsfile1.ts"],"names":[],"mappings":"AAAA,IAAI,SAAS,GAAG,WAAW,CAAC"}

View File

@ -0,0 +1 @@
var something = "something";

View File

@ -1,7 +1,7 @@
{
"mode":"custom",
"ts":{
"./customdir/custom.ts":"./customcompiled.js"
"./customdir/*.ts":"./"
},
"typings":[
"./customdir"

1
test/assets/tsfile1.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare var something: string;

3
test/assets/tsfile1.js Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env node
var something = "something";