Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
cin
- Fri, 29 Jun 2018 01:42:37
Show More
0
test/ts/dummy.ts
test/ts/dummy.ts
created
644
+5
0
@@
-0,0
+1,5
1
import * as test from 'tape' ;
2
3
test ( 'simple' , function ( assert ){
4
assert . pass ( "I'm alive" );
5
});
No newline at end of file
0
typescript.json
typescript.json
created
644
+11
0
@@
-0,0
+1,11
1
{
2
"compilerOptions" : {
3
"target" : "es5" ,
4
"module" : "amd" ,
5
"sourceMap" : true ,
6
"outDir" : "build/test"
7
},
8
"include" : [
9
"test/ts/**/*.ts"
10
]
11
}
No newline at end of file
0
package.json
package.json
+7
-1
@@
-1,22
+1,28
1
{
1
{
2
"name" : "@implab/core" ,
2
"name" : "@implab/core" ,
3
"version" : "0.0.1-dev" ,
3
"version" : "0.0.1-dev" ,
4
"description" : "Dependency injection, logging, simple and fast text template engine" ,
4
"description" : "Dependency injection, logging, simple and fast text template engine" ,
5
"main" : "main.js" ,
5
"main" : "main.js" ,
6
"keywords" : [
6
"keywords" : [
7
"di" ,
7
"di" ,
8
"ioc" ,
8
"ioc" ,
9
"logging" ,
9
"logging" ,
10
"template engine" ,
10
"template engine" ,
11
"dependency injection"
11
"dependency injection"
12
],
12
],
13
"author" : "Implab team" ,
13
"author" : "Implab team" ,
14
"license" : "BSD" ,
14
"license" : "BSD-2-Clause " ,
15
"repository" : "https://bitbucket.org/implab/implabjs" ,
15
"repository" : "https://bitbucket.org/implab/implabjs" ,
16
"publishConfig" : {
16
"publishConfig" : {
17
"access" : "public"
17
"access" : "public"
18
},
18
},
19
"dependencies" : {
19
"dependencies" : {
20
"dojo" : "^1.10.0"
20
"dojo" : "^1.10.0"
21
},
22
"devDependencies" : {
23
"typescript" : "latest" ,
24
"tape" : "latest" ,
25
"@types/tape" : "latest" ,
26
"requirejs" : "latest"
21
}
27
}
22
}
28
}
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages