-
Notifications
You must be signed in to change notification settings - Fork 199
Expand file tree
/
Copy pathtsconfig.tsbuildinfo
More file actions
1 lines (1 loc) · 7.51 KB
/
tsconfig.tsbuildinfo
File metadata and controls
1 lines (1 loc) · 7.51 KB
1
{"root":["./vitest.config.js","./modules/10-basics/10-hello-world/index.js","./modules/10-basics/10-hello-world/test.js","./modules/10-basics/20-comments/index.js","./modules/10-basics/20-comments/test.js","./modules/10-basics/40-instructions/index.js","./modules/10-basics/40-instructions/test.js","./modules/10-basics/45-testing/index.js","./modules/10-basics/45-testing/test.js","./modules/10-basics/50-syntax-errors/index.js","./modules/10-basics/50-syntax-errors/test.js","./modules/20-arithmetics/20-basic/index.js","./modules/20-arithmetics/20-basic/test.js","./modules/20-arithmetics/25-operator/index.js","./modules/20-arithmetics/25-operator/test.js","./modules/20-arithmetics/27-commutativity/index.js","./modules/20-arithmetics/27-commutativity/test.js","./modules/20-arithmetics/30-composition/index.js","./modules/20-arithmetics/30-composition/test.js","./modules/20-arithmetics/40-priority/index.js","./modules/20-arithmetics/40-priority/test.js","./modules/20-arithmetics/50-float/index.js","./modules/20-arithmetics/50-float/test.js","./modules/20-arithmetics/60-infinity/index.js","./modules/20-arithmetics/60-infinity/test.js","./modules/20-arithmetics/70-nan/index.js","./modules/20-arithmetics/70-nan/test.js","./modules/20-arithmetics/80-linting/index.js","./modules/20-arithmetics/80-linting/test.js","./modules/25-strings/10-quotes/index.js","./modules/25-strings/10-quotes/test.js","./modules/25-strings/15-escape-characters/index.js","./modules/25-strings/15-escape-characters/test.js","./modules/25-strings/20-string-concatenation/index.js","./modules/25-strings/20-string-concatenation/test.js","./modules/25-strings/30-encoding/index.js","./modules/25-strings/30-encoding/test.js","./modules/30-variables/10-definition/index.js","./modules/30-variables/10-definition/test.js","./modules/30-variables/11-change/index.js","./modules/30-variables/11-change/test.js","./modules/30-variables/13-variables-naming/index.js","./modules/30-variables/13-variables-naming/test.js","./modules/30-variables/14-errors/index.js","./modules/30-variables/14-errors/test.js","./modules/30-variables/15-variables-expressions/index.js","./modules/30-variables/15-variables-expressions/test.js","./modules/30-variables/18-variable-concatenation/index.js","./modules/30-variables/18-variable-concatenation/test.js","./modules/30-variables/19-naming-style/index.js","./modules/30-variables/19-naming-style/test.js","./modules/30-variables/20-magic-numbers/index.js","./modules/30-variables/20-magic-numbers/test.js","./modules/30-variables/23-constants/index.js","./modules/30-variables/23-constants/test.js","./modules/30-variables/25-interpolation/index.js","./modules/30-variables/25-interpolation/test.js","./modules/30-variables/30-symbols/index.js","./modules/30-variables/30-symbols/test.js","./modules/33-data-types/10-primitive-data-types/index.js","./modules/33-data-types/10-primitive-data-types/test.js","./modules/33-data-types/45-undefined/index.js","./modules/33-data-types/45-undefined/test.js","./modules/33-data-types/47-data-types-immutability/index.js","./modules/33-data-types/47-data-types-immutability/test.js","./modules/33-data-types/50-data-types-weak-typing/index.js","./modules/33-data-types/50-data-types-weak-typing/test.js","./modules/35-calling-functions/100-call/index.js","./modules/35-calling-functions/100-call/test.js","./modules/35-calling-functions/110-math/index.js","./modules/35-calling-functions/110-math/test.js","./modules/35-calling-functions/120-function-signature/index.js","./modules/35-calling-functions/120-function-signature/test.js","./modules/35-calling-functions/135-calling-functions-default-arguments/index.js","./modules/35-calling-functions/135-calling-functions-default-arguments/test.js","./modules/35-calling-functions/150-calling-functions-expression/index.js","./modules/35-calling-functions/150-calling-functions-expression/test.js","./modules/35-calling-functions/180-variadic-parameters/index.js","./modules/35-calling-functions/180-variadic-parameters/test.js","./modules/35-calling-functions/270-deterministic/index.js","./modules/35-calling-functions/270-deterministic/test.js","./modules/35-calling-functions/350-stdlib/index.js","./modules/35-calling-functions/350-stdlib/test.js","./modules/38-properties/100-properties-syntax/index.js","./modules/38-properties/100-properties-syntax/test.js","./modules/38-properties/200-properties-methods/index.js","./modules/38-properties/200-properties-methods/test.js","./modules/38-properties/300-properties-immutability/index.js","./modules/38-properties/300-properties-immutability/test.js","./modules/38-properties/400-properties-expressions/index.js","./modules/38-properties/400-properties-expressions/test.js","./modules/38-properties/500-properties-chain-of-methods/index.js","./modules/38-properties/500-properties-chain-of-methods/test.js","./modules/40-define-functions/100-define-functions-syntax/index.js","./modules/40-define-functions/100-define-functions-syntax/test.js","./modules/40-define-functions/150-define-functions-return/index.js","./modules/40-define-functions/150-define-functions-return/test.js","./modules/40-define-functions/320-define-functions-parameters/index.js","./modules/40-define-functions/320-define-functions-parameters/test.js","./modules/40-define-functions/340-define-functions-default-parameters/index.js","./modules/40-define-functions/340-define-functions-default-parameters/test.js","./modules/40-define-functions/450-define-functions-short-syntax/index.js","./modules/40-define-functions/450-define-functions-short-syntax/test.js","./modules/45-logic/10-bool-type/index.js","./modules/45-logic/10-bool-type/test.js","./modules/45-logic/15-predicates/index.js","./modules/45-logic/15-predicates/test.js","./modules/45-logic/20-logic-combine-expressions/index.js","./modules/45-logic/20-logic-combine-expressions/test.js","./modules/45-logic/25-logical-operators/index.js","./modules/45-logic/25-logical-operators/test.js","./modules/45-logic/28-logical-negation/index.js","./modules/45-logic/28-logical-negation/test.js","./modules/45-logic/70-logical-expressions/index.js","./modules/45-logic/70-logical-expressions/test.js","./modules/48-conditionals/30-if/index.js","./modules/48-conditionals/30-if/test.js","./modules/48-conditionals/40-if-else/index.js","./modules/48-conditionals/40-if-else/test.js","./modules/48-conditionals/50-else-if/index.js","./modules/48-conditionals/50-else-if/test.js","./modules/48-conditionals/60-ternary-operator/index.js","./modules/48-conditionals/60-ternary-operator/test.js","./modules/48-conditionals/65-switch/index.js","./modules/48-conditionals/65-switch/test.js","./modules/50-loops/10-while/index.js","./modules/50-loops/10-while/test.js","./modules/50-loops/20-aggregation-numbers/index.js","./modules/50-loops/20-aggregation-numbers/test.js","./modules/50-loops/23-aggregation-strings/index.js","./modules/50-loops/23-aggregation-strings/test.js","./modules/50-loops/25-iteration-over-string/index.js","./modules/50-loops/25-iteration-over-string/test.js","./modules/50-loops/26-conditions-inside-loops/index.js","./modules/50-loops/26-conditions-inside-loops/test.js","./modules/50-loops/28-build-strings/index.js","./modules/50-loops/28-build-strings/test.js","./modules/50-loops/30-syntax-sugar/index.js","./modules/50-loops/30-syntax-sugar/test.js","./modules/50-loops/50-mutators/index.js","./modules/50-loops/50-mutators/test.js","./modules/50-loops/55-return-from-loops/index.js","./modules/50-loops/55-return-from-loops/test.js","./modules/50-loops/70-for/index.js","./modules/50-loops/70-for/test.js","./src/hexlet/math.js","./src/hexlet/string.js"],"version":"5.9.2"}