UNPKG
@purevue/compiler-core
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
## 📖 Introduction
@purevue/compiler-core
/
dist
/
parse
/
index.d.ts
8 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
type
RootNode
}
from
'../types'
;
/** * 模板解析入口函数 *
@param
input 模板字符串,例如 "<div>{{ msg }}</div>" *
@returns
根节点 AST */
export
declare
function
baseParse
(
input
:
string
):
RootNode
;
//# sourceMappingURL=index.d.ts.map