NativeScript / NativeScript/nativescript-cli

Show a number for the code line in command line

未关闭
#5,314 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

feature
主要语言
JavaScript
星标
1.1k
派生
204
平均合并
1 天 9 小时
30 天内合并 PR
8

描述

Is your feature request related to a problem? Please describe.

When getting an error, it is not everytime clear where it comes from. For example, when using Vue.js, you am getting an error message which looks like this (note the line of code next to vue.js:)

vue.js:597 [Vue warn]: Error in created hook: "TypeError: ... is not a function"

found in

---> <StageExecs>

In Nativescript / nativescript-vue you get an error message which looks like this:

JS: [Vue warn]: Error in created hook: "TypeError: Cannot read property '...' of undefined"
JS:
JS: found in
JS:
JS: ---> <IsRenovationFinishedField> at SomeFile.vue

But if you don't know the line of code it is very hard to find the error.

Describe the solution you'd like

Next to JS there should be a code line indicator

Describe alternatives you've considered

Additional context

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

该 issue 没有指明文件、测试或入口点。首先跟踪 CLI 如何格式化 JavaScript 错误输出,然后确定 JS 前缀和源代码位置是在何处生成的。完成的标准是命令行错误在 JS 旁边包含可用的代码行指示器。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
cli
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。