diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-02-05 06:11:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 11:11:08 +0000 |
commit | 71c3aff53173cc83a96d7d2715b7918bdbc2d8a5 (patch) | |
tree | d13cc4a90ef26bb6476daca1edc1999208f4fadc /dev/lib/handlebars/__snapshots__ | |
parent | 0e7531bc5b443461d7e76e20877464ccf48a3ef5 (diff) |
kbn-handlebars dependency update (#613)
* Update kbn-handlebars dependency
* Move handlebars dependency to dev
* Update package
* Update readme
* Update readme
* Ignore legal file
Diffstat (limited to 'dev/lib/handlebars/__snapshots__')
-rw-r--r-- | dev/lib/handlebars/__snapshots__/index.test.ts.snap | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/dev/lib/handlebars/__snapshots__/index.test.ts.snap b/dev/lib/handlebars/__snapshots__/index.test.ts.snap deleted file mode 100644 index b9a8c27e..00000000 --- a/dev/lib/handlebars/__snapshots__/index.test.ts.snap +++ /dev/null @@ -1,91 +0,0 @@ -// 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], -} -`; |