0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/hogvm/__tests__/__snapshots__
Marcus Hof 41e86f6519
feat(cdp): make hash functions return null if the input is null (#26311)
Co-authored-by: Marius Andra <marius.andra@gmail.com>
2024-11-20 13:16:03 +00:00
..
arrays.hoge feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
arrays.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
arrays.stdout feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
bytecodeStl.hoge feat(hog): Hog bytecode function STL (#24653) 2024-08-29 14:28:50 +02:00
bytecodeStl.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
bytecodeStl.stdout feat(hog): Hog bytecode function STL (#24653) 2024-08-29 14:28:50 +02:00
catch2.hoge feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
catch2.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
catch2.stdout feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
catch.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
catch.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
catch.stdout feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
crypto.hoge feat(cdp): make hash functions return null if the input is null (#26311) 2024-11-20 13:16:03 +00:00
crypto.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
crypto.stdout feat(cdp): make hash functions return null if the input is null (#26311) 2024-11-20 13:16:03 +00:00
date.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
date.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
date.stdout feat(hog): datetimes, toInt/toFloat, toUnixTimestampMilli (#23714) 2024-07-15 15:34:35 +00:00
dateFormat.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
dateFormat.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
dateFormat.stdout feat(cdp): Added kinesis template (#23635) 2024-07-16 15:55:05 +02:00
dicts.hoge feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
dicts.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
dicts.stdout feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
exceptions.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
exceptions.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
exceptions.stdout feat(hog): try catch (#23858) 2024-07-25 16:57:28 +02:00
functions.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
functions.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
functions.stdout feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
functionVars.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
functionVars.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
functionVars.stdout feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
ifElse.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
ifElse.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
ifElse.stdout
ifJump.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
ifJump.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
ifJump.stdout
json.hoge feat(hog): JSONExtractBool (#25195) 2024-09-25 08:43:53 +00:00
json.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
json.stdout feat(hog): JSONExtractBool (#25195) 2024-09-25 08:43:53 +00:00
keysValues.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
keysValues.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
keysValues.stdout
lambdas.hoge feat(hog): Hog bytecode function STL (#24653) 2024-08-29 14:28:50 +02:00
lambdas.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
lambdas.stdout feat(hog): Hog bytecode function STL (#24653) 2024-08-29 14:28:50 +02:00
loops.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
loops.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
loops.stdout feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
mandelbrot.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
mandelbrot.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
mandelbrot.stdout
operations.hoge feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
operations.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
operations.stdout feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
printLoops2.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
printLoops2.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
printLoops2.stdout
printLoops.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
printLoops.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
printLoops.stdout
properties.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
properties.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
properties.stdout
recursion.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
recursion.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
recursion.stdout feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
scope.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
scope.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
scope.stdout feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
stl.hoge fix(hog): bools and numbers are not "empty" (#24835) 2024-09-06 09:12:41 +00:00
stl.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
stl.stdout fix(hog): bools and numbers are not "empty" (#24835) 2024-09-06 09:12:41 +00:00
strings.hoge feat(hog): fix elements matching (#24331) 2024-09-05 12:07:12 +02:00
strings.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
strings.stdout feat(hog): fix elements matching (#24331) 2024-09-05 12:07:12 +02:00
tuples.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
tuples.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
tuples.stdout
typeof.hoge feat(hog): typeof (#24742) 2024-09-02 14:42:03 +02:00
typeof.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
typeof.stdout feat(hog): typeof (#24742) 2024-09-02 14:42:03 +02:00
upvalues.hoge feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
upvalues.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
upvalues.stdout feat(hog): lambdas and callable refactor (#24595) 2024-08-28 11:25:58 +02:00
variables.hoge feat(hog): bytecode versions (#24584) 2024-08-27 17:04:54 +02:00
variables.js feat(cdp): hog to JS transpiler (#26143) 2024-11-18 13:38:25 +00:00
variables.stdout