lib/builtin-entrypoints.ts (4 lines): - line 82: /// TODO: @dapeng, return types from global and request scope. - line 93: /// TODO: @dapeng, return types from global and request scope. - line 111: /// TODO: @dapeng, return providers from global and request scope. - line 122: /// TODO: @dapeng, return providers from global and request scope. lib/builtin-types.ts (3 lines): - line 66: // TODO: do security check. - line 92: // TODO: any check? - line 100: // TODO: any check? lib/host.ts (1 line): - line 318: // TODO: @daiyip, avoid extra parsing/serialization for host proxy. lib/utils.ts (1 line): - line 10: // TODO: replace bundle with node module dependencies once 'url' and 'events' are introduced in Napa.JS. lib/object-provider.ts (1 line): - line 15: /// TODO: replace this with 'url' module from Node.JS. lib/request.ts (1 line): - line 81: // TODO: @dapeng, make SetDefaultValue recursive.