packages/sqrl-common/src/SqrlObject.ts (5 lines): - line 65: // @TODO: We should invariant on SqrlObject or simple object here, but - line 82: // @TODO: We should disallow these later - line 97: // @TODO: Arrays - line 133: // @TODO: Perhaps we should have a StringBuffer, but for now be safe and - line 140: // @TODO: We should disallow these later packages/sqrl/src/ast/AstExpr.ts (3 lines): - line 284: // @TODO: This is an unfortunate hack to make typescript happy - line 368: // @TODO: Investigate old code if tests are failing due to where clauses: - line 468: // @TODO: reduce copying? packages/sqrl/src/ast/AstTypes.ts (2 lines): - line 20: // @TODO: The types in this file are pretty tough - line 100: // @TODO: constant.object only ensures that the object keys are constant, packages/sqrl/src/ast/SqrlAst.ts (1 line): - line 51: /* @TODO: add used options */ packages/sqrl/src/function/Instance.ts (1 line): - line 87: // @TODO: We see a type error because packages/sqrl/src/compile/SqrlCompiledOutput.ts (1 line): - line 126: // @TODO: This invariant protects us from allowing loops inside sqrl, packages/sqrl-redis-functions/src/services/RedisService.ts (1 line): - line 17: // @TODO: IoRedis types are not great. We need to improve them but for now we packages/sqrl/src/js/SqrlJs.ts (1 line): - line 190: // @TODO: At some point we should handle more than one expression here packages/sqrl/src/ast/Ast.ts (1 line): - line 199: // @TODO: In some future this could be removed, but for now (and safety!) it should be here packages/sqrl-redis-functions/src/CountUniqueFunctions.ts (1 line): - line 65: // @TODO Figure out a better way to batch up these adds packages/sqrl-jsonpath/src/index.ts (1 line): - line 31: // @TODO: At some point in the future we should try handle the full packages/sqrl/src/execute/SqrlExecutionState.ts (1 line): - line 178: // @TODO: Deprecate in place of cacheAccessor packages/sqrl-cli/src/SqrlServer.ts (1 line): - line 110: // @TODO: Delete entity