Community
Participate
Working Groups
Right now the debug code is put right inside the JS runtime files that get generated. We should instead have two directories: runtime, and runtime-dev. The DebugFileLocator would first look in runtime-dev for a resource, and fall back on runtime. This way deployed code won't contain any debug code.