Guest User

Untitled

a guest
Feb 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. * createProgram の CreateProgramOptions.rootNames に vue ファイルは入らない
  2. * includesから*.tsを削除すると、tsもrootNamesに入らない
  3. * vueは入れてもrootNamesに入らない
  4.  
  5. * Project.getScriptFileNamesで、this.rootFilesMapをもとにrootNamesを返している
  6. * this.rootFilesMapはgetOrCreateScriptInfoAndAttachToProjectで作成している
  7. * 引数にvueファイルは入らない
  8.  
  9. * ProjectService.prototype.loadConfiguredProjectでfilesToAddをupdateRootAndOptionsOfNonInferredProjectに渡してる
  10. * 直前でgetExternalFiles()
  11.  
  12. * getExternalFilesにopenedを無理やり含めれば対応できた
Add Comment
Please, Sign In to add comment