aboutsummaryrefslogtreecommitdiff
path: root/dev/lib/handlebars/__snapshots__/index.test.ts.snap
blob: b9a8c27e459115d9a3c3a4e97465f2d1fe0d7f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Handlebars.create 1`] = `
HandlebarsEnvironment {
  "AST": Object {
    "helpers": Object {
      "helperExpression": [Function],
      "scopedId": [Function],
      "simpleId": [Function],
    },
  },
  "COMPILER_REVISION": 8,
  "Compiler": [Function],
  "Exception": [Function],
  "HandlebarsEnvironment": [Function],
  "JavaScriptCompiler": [Function],
  "LAST_COMPATIBLE_COMPILER_REVISION": 7,
  "Parser": Object {
    "yy": Object {},
  },
  "REVISION_CHANGES": Object {
    "1": "<= 1.0.rc.2",
    "2": "== 1.0.0-rc.3",
    "3": "== 1.0.0-rc.4",
    "4": "== 1.x.x",
    "5": "== 2.0.0-alpha.x",
    "6": ">= 2.0.0-beta.1",
    "7": ">= 4.0.0 <4.3.0",
    "8": ">= 4.3.0",
  },
  "SafeString": [Function],
  "Utils": Object {
    "__esModule": true,
    "appendContextPath": [Function],
    "blockParams": [Function],
    "createFrame": [Function],
    "escapeExpression": [Function],
    "extend": [Function],
    "indexOf": [Function],
    "isArray": [Function],
    "isEmpty": [Function],
    "isFunction": [Function],
    "toString": [Function],
  },
  "VERSION": "4.7.7",
  "VM": Object {
    "__esModule": true,
    "checkRevision": [Function],
    "invokePartial": [Function],
    "noop": [Function],
    "resolvePartial": [Function],
    "template": [Function],
    "wrapProgram": [Function],
  },
  "__esModule": true,
  "compile": [Function],
  "compileAST": [Function],
  "createFrame": [Function],
  "decorators": Object {
    "inline": [Function],
  },
  "escapeExpression": [Function],
  "helpers": Object {
    "blockHelperMissing": [Function],
    "each": [Function],
    "helperMissing": [Function],
    "if": [Function],
    "log": [Function],
    "lookup": [Function],
    "unless": [Function],
    "with": [Function],
  },
  "log": [Function],
  "logger": Object {
    "level": "info",
    "log": [Function],
    "lookupLevel": [Function],
    "methodMap": Array [
      "debug",
      "info",
      "warn",
      "error",
    ],
  },
  "parse": [Function],
  "parseWithoutProcessing": [Function],
  "partials": Object {},
  "precompile": [Function],
  "template": [Function],
}
`;