sourcemap service improvements

オープン
#5,409 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
javascript
領域
cli

調査の方向性

CLI の sourcemap サービスから始め、env.sourcemap と変換されたファイル名がどのように処理されるかを調べます。sourcemap を無効にした場合と、アプリ以外のファイルの場合の動作を確認します。完了条件は、sourcemap が無効なときにサービスが変換を行わず、適切な場合以外は "app" を先頭に付けないことです。

索引モデルが issue の本文から書いたものです。

説明

  • 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.
主要言語
JavaScript
スター
1.1k
フォーク
204
平均マージ
1日 9時間
マージ済み PR(30日)
8

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

NativeScript/nativescript-cli のほかの issue

NativeScript/nativescript-cli の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。