Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huruji/vue-template-compiler-fake
😭为啥没有行信息,给 vue template 的 ast 加上行信息
https://github.com/huruji/vue-template-compiler-fake
Last synced: 18 days ago
JSON representation
😭为啥没有行信息,给 vue template 的 ast 加上行信息
- Host: GitHub
- URL: https://github.com/huruji/vue-template-compiler-fake
- Owner: huruji
- Created: 2019-10-23T06:37:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T07:27:29.000Z (about 5 years ago)
- Last Synced: 2024-11-11T08:40:59.260Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - vue-template-compiler-fake
README
# vue-template-compiler-fake
😭为啥没有行信息,给 vue template 的 ast 加上行信息vue-template-compiler 解析 template 出来的 ast 没有行信息,让我很忧桑😹,这里简单修改了 build.js 里面部分代码,加上了行和列信息
**这只是我的一个简单备份,没有发 npm,也不要轻易使用🤡,毕竟我是个鸽王🐦,**
官方的:
![](./before.png)
修改后:
![](./after.png)