mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] app: move TemplateSet into its own file
This commit is contained in:
committed by
Samuel Degueldre
parent
a187a376a0
commit
9163bb1e08
@@ -1,4 +1,4 @@
|
||||
import { TemplateSet } from "../../src/app/template_helpers";
|
||||
import { TemplateSet } from "../../src/app/template_set";
|
||||
import { mount } from "../../src/blockdom";
|
||||
import { makeTestFixture, renderToBdom, renderToString, snapshotEverything } from "../helpers";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TemplateSet } from "../../src/app/template_helpers";
|
||||
import { TemplateSet } from "../../src/app/template_set";
|
||||
import { mount } from "../../src/blockdom";
|
||||
import { renderToBdom, snapshotEverything } from "../helpers";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TemplateSet } from "../../src/app/template_helpers";
|
||||
import { TemplateSet } from "../../src/app/template_set";
|
||||
import { renderToString, TestContext, compile } from "../helpers";
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
+2
-1
@@ -16,7 +16,8 @@ import { BDom } from "../src/blockdom";
|
||||
import { blockDom } from "../src";
|
||||
import { compile as compileTemplate, Template } from "../src/compiler";
|
||||
import { CodeGenOptions } from "../src/compiler/code_generator";
|
||||
import { globalTemplates, TemplateSet, UTILS } from "../src/app/template_helpers";
|
||||
import { UTILS } from "../src/app/template_helpers";
|
||||
import { globalTemplates, TemplateSet } from "../src/app/template_set";
|
||||
import { xml } from "../src/tags";
|
||||
|
||||
const mount = blockDom.mount;
|
||||
|
||||
Reference in New Issue
Block a user