mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REF] reorganize file structure
in order to separate compiler/ and runtime/ code
This commit is contained in:
committed by
Sam Degueldre
parent
e4b810c027
commit
22a79cdedd
+2
-2
@@ -1,7 +1,7 @@
|
||||
import { TemplateSet } from "./app/template_set";
|
||||
import { TemplateSet } from "./runtime/template_set";
|
||||
import { compile } from "./compiler";
|
||||
|
||||
export * from "./index.runtime";
|
||||
export * from "./runtime";
|
||||
|
||||
TemplateSet.prototype._compileTemplate = function _compileTemplate(
|
||||
name: string,
|
||||
|
||||
Reference in New Issue
Block a user