NativeScript / NativeScript/nativescript-cli
sourcemap service improvements
オープン
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 1.1k
- フォーク
- 204
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 8
説明
- If you disable sourcemaps with webpack then the cli will still translate any file if the sourcemap is present.
the cli sourcemap service should be disable when env.sourcemap is false. I found myself in the need to see the actual source files from an error. I simply couldnt, had to modify the cli code to disable the sourcemap entirely - when translating source maps the cli always adds "app" at the start as file name. This is wrong. It should only do that when it is an actual app file.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
CLI の sourcemap サービスから始め、env.sourcemap と変換されたファイル名がどのように処理されるかを調べます。sourcemap を無効にした場合と、アプリ以外のファイルの場合の動作を確認します。完了条件は、sourcemap が無効なときにサービスが変換を行わず、適切な場合以外は "app" を先頭に付けないことです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100