提交 3be90a2f 编写于 作者: fxy060608's avatar fxy060608

wip(uvue): setup

上级 351e908d
......@@ -7,7 +7,7 @@ export function genTemplate(
{ template }: SFCDescriptor,
options: CompilerOptions
) {
if (!template) {
if (!template || !template.content) {
return {
code: genRenderFunctionDecl(options) + ` { return null }`,
easyComponentAutoImports: {},
......
......@@ -193,7 +193,7 @@ function mapLines(oldMap: RawSourceMap, newMap: RawSourceMap): RawSourceMap {
function wrapOptionsLog(source: string, options: CompilerOptions) {
const { onWarn, onError, inMap } = options
if (inMap) {
if (inMap && inMap.sourcesContent?.length) {
if (onWarn || onError) {
const originalSource = inMap.sourcesContent![0]
const offset = originalSource.indexOf(source)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册