Skip to content
#

webstorm

Here are 186 public repositories matching this topic...

JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包

  • Updated Feb 20, 2020
klazuka
klazuka commented Sep 4, 2020

In ElmBuildAction we do our best to compile the user's Elm project such that all compile errors are found (not just in the current file). This means compiling the file that contains the main function.

But package projects do not have main, so we instead compile the current source file. It was implemented this way because we didn't realize that you could just run elm make (with no args)

Improve this page

Add a description, image, and links to the webstorm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webstorm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.