<input
pattern="[0-9]*"
>
[compat-finder](https://www.npmjs.com/package/compat-finder)
Tool versions
golar 0.1.7
@golar/vue 0.1.7
vue-tsc 3.2.7
System Info
Steps to reproduce
- Open this reproduction project. https://github.com/HowieHz/vue-tsc-error/tree/main/vitepress-golar-missing-global-in-markdown
- Run
pnpm install --ignore-workspace.
- Run
pnpm run typecheck:golar.
- Run
pnpm run typecheck:vue-tsc.
- Inspect
docs/index.md.
What is expected?
golar tsc and vue-tsc should both agree on how docs/index.md is parsed.
What is actually happening?
vue-tsc passes without errors.
golar tsc reports:
Using config from ./golar.config.ts...
docs/index.md:1:1 - error TS1000000: Element is missing end tag.
1 <input
~
docs/index.md:6:1 - error TS1000000: Unexpected EOF in tag.
6
~
Tool versions
golar 0.1.7@golar/vue 0.1.7vue-tsc 3.2.7System Info
Steps to reproduce
pnpm install --ignore-workspace.pnpm run typecheck:golar.pnpm run typecheck:vue-tsc.docs/index.md.What is expected?
golar tscandvue-tscshould both agree on howdocs/index.mdis parsed.What is actually happening?
vue-tscpasses without errors.golar tscreports: