##// END OF EJS Templates
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version

File last commit:

r142:be7edf08a115 v1.4.0-rc3 default
r146:f3f5c56d3b3e v1.4.0-rc5 default
Show More
tsconfig.json
11 lines | 338 B | application/json | JsonLexer
cin
working on multiplaftorm support (node, browser)
r47 {
"compilerOptions": {
cin
changed the project structure
r49 "moduleResolution": "node",
cin
Initial work on typescript support for the container configuration
r107 "experimentalDecorators": true,
cin
working version...
r51 "noEmitOnError": true,
cin
changed the project structure
r49 "listFiles": true,
cin
added provided and configure methods to the fluent container configuration, added applyConfig method to the container
r142 //"strict": true,
cin
working on support commonjs modules format
r59 "types": [],
cin
Initial work on typescript support for the container configuration
r107 "target": "ES5",
cin
working build and test for browser and node targets
r93 "lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"]
cin
migrating to new project plugin 1.0.1-rc1...
r90 }
cin
working on multiplaftorm support (node, browser)
r47 }