diff --git a/.editorconfig b/.editorconfig index 9c66b9c..23eebaa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,6 @@ indent_style = space [*.md] trim_trailing_whitespace = false -[{fixtures,examples,newline-fixtures,async-fixtures}/**/*] +[{fixtures,examples,newline_fixtures,async_fixtures}/**/*] insert_final_newline = ignore indent_style = space diff --git a/.prettierignore b/.prettierignore index 1f892ec..970a245 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,7 +5,7 @@ config.json package.json *.html fixtures/* -async-fixtures/* -newline-fixtures/* +async_fixtures/* +newline_fixtures/* *.txt *.md diff --git a/async-fixtures/components-advanced-props/button.edge b/async_fixtures/components-advanced-props/button.edge similarity index 100% rename from async-fixtures/components-advanced-props/button.edge rename to async_fixtures/components-advanced-props/button.edge diff --git a/async-fixtures/components-advanced-props/compiled.js b/async_fixtures/components-advanced-props/compiled.js similarity index 100% rename from async-fixtures/components-advanced-props/compiled.js rename to async_fixtures/components-advanced-props/compiled.js diff --git a/async-fixtures/components-advanced-props/index.edge b/async_fixtures/components-advanced-props/index.edge similarity index 100% rename from async-fixtures/components-advanced-props/index.edge rename to async_fixtures/components-advanced-props/index.edge diff --git a/async-fixtures/components-advanced-props/index.json b/async_fixtures/components-advanced-props/index.json similarity index 100% rename from async-fixtures/components-advanced-props/index.json rename to async_fixtures/components-advanced-props/index.json diff --git a/async-fixtures/components-advanced-props/index.txt b/async_fixtures/components-advanced-props/index.txt similarity index 100% rename from async-fixtures/components-advanced-props/index.txt rename to async_fixtures/components-advanced-props/index.txt diff --git a/async-fixtures/components-falsy-args/alert.edge b/async_fixtures/components-falsy-args/alert.edge similarity index 100% rename from async-fixtures/components-falsy-args/alert.edge rename to async_fixtures/components-falsy-args/alert.edge diff --git a/async-fixtures/components-falsy-args/compiled.js b/async_fixtures/components-falsy-args/compiled.js similarity index 100% rename from async-fixtures/components-falsy-args/compiled.js rename to async_fixtures/components-falsy-args/compiled.js diff --git a/async-fixtures/components-falsy-args/index.edge b/async_fixtures/components-falsy-args/index.edge similarity index 100% rename from async-fixtures/components-falsy-args/index.edge rename to async_fixtures/components-falsy-args/index.edge diff --git a/async-fixtures/components-falsy-args/index.json b/async_fixtures/components-falsy-args/index.json similarity index 100% rename from async-fixtures/components-falsy-args/index.json rename to async_fixtures/components-falsy-args/index.json diff --git a/async-fixtures/components-falsy-args/index.txt b/async_fixtures/components-falsy-args/index.txt similarity index 100% rename from async-fixtures/components-falsy-args/index.txt rename to async_fixtures/components-falsy-args/index.txt diff --git a/async-fixtures/components-isolated-state/alert.edge b/async_fixtures/components-isolated-state/alert.edge similarity index 100% rename from async-fixtures/components-isolated-state/alert.edge rename to async_fixtures/components-isolated-state/alert.edge diff --git a/async-fixtures/components-isolated-state/compiled.js b/async_fixtures/components-isolated-state/compiled.js similarity index 100% rename from async-fixtures/components-isolated-state/compiled.js rename to async_fixtures/components-isolated-state/compiled.js diff --git a/async-fixtures/components-isolated-state/index.edge b/async_fixtures/components-isolated-state/index.edge similarity index 100% rename from async-fixtures/components-isolated-state/index.edge rename to async_fixtures/components-isolated-state/index.edge diff --git a/async-fixtures/components-isolated-state/index.json b/async_fixtures/components-isolated-state/index.json similarity index 100% rename from async-fixtures/components-isolated-state/index.json rename to async_fixtures/components-isolated-state/index.json diff --git a/async-fixtures/components-isolated-state/index.txt b/async_fixtures/components-isolated-state/index.txt similarity index 100% rename from async-fixtures/components-isolated-state/index.txt rename to async_fixtures/components-isolated-state/index.txt diff --git a/async-fixtures/components-named-slots/alert.edge b/async_fixtures/components-named-slots/alert.edge similarity index 100% rename from async-fixtures/components-named-slots/alert.edge rename to async_fixtures/components-named-slots/alert.edge diff --git a/async-fixtures/components-named-slots/compiled.js b/async_fixtures/components-named-slots/compiled.js similarity index 100% rename from async-fixtures/components-named-slots/compiled.js rename to async_fixtures/components-named-slots/compiled.js diff --git a/async-fixtures/components-named-slots/index.edge b/async_fixtures/components-named-slots/index.edge similarity index 100% rename from async-fixtures/components-named-slots/index.edge rename to async_fixtures/components-named-slots/index.edge diff --git a/async-fixtures/components-named-slots/index.json b/async_fixtures/components-named-slots/index.json similarity index 100% rename from async-fixtures/components-named-slots/index.json rename to async_fixtures/components-named-slots/index.json diff --git a/async-fixtures/components-named-slots/index.txt b/async_fixtures/components-named-slots/index.txt similarity index 100% rename from async-fixtures/components-named-slots/index.txt rename to async_fixtures/components-named-slots/index.txt diff --git a/async-fixtures/components-partials/alert.edge b/async_fixtures/components-partials/alert.edge similarity index 100% rename from async-fixtures/components-partials/alert.edge rename to async_fixtures/components-partials/alert.edge diff --git a/async-fixtures/components-partials/compiled.js b/async_fixtures/components-partials/compiled.js similarity index 100% rename from async-fixtures/components-partials/compiled.js rename to async_fixtures/components-partials/compiled.js diff --git a/async-fixtures/components-partials/index.edge b/async_fixtures/components-partials/index.edge similarity index 100% rename from async-fixtures/components-partials/index.edge rename to async_fixtures/components-partials/index.edge diff --git a/async-fixtures/components-partials/index.json b/async_fixtures/components-partials/index.json similarity index 100% rename from async-fixtures/components-partials/index.json rename to async_fixtures/components-partials/index.json diff --git a/async-fixtures/components-partials/index.txt b/async_fixtures/components-partials/index.txt similarity index 100% rename from async-fixtures/components-partials/index.txt rename to async_fixtures/components-partials/index.txt diff --git a/async-fixtures/components-partials/partial.edge b/async_fixtures/components-partials/partial.edge similarity index 100% rename from async-fixtures/components-partials/partial.edge rename to async_fixtures/components-partials/partial.edge diff --git a/async-fixtures/components-props-as-reference/alert.edge b/async_fixtures/components-props-as-reference/alert.edge similarity index 100% rename from async-fixtures/components-props-as-reference/alert.edge rename to async_fixtures/components-props-as-reference/alert.edge diff --git a/async-fixtures/components-props-as-reference/compiled.js b/async_fixtures/components-props-as-reference/compiled.js similarity index 100% rename from async-fixtures/components-props-as-reference/compiled.js rename to async_fixtures/components-props-as-reference/compiled.js diff --git a/async-fixtures/components-props-as-reference/index.edge b/async_fixtures/components-props-as-reference/index.edge similarity index 100% rename from async-fixtures/components-props-as-reference/index.edge rename to async_fixtures/components-props-as-reference/index.edge diff --git a/async-fixtures/components-props-as-reference/index.json b/async_fixtures/components-props-as-reference/index.json similarity index 100% rename from async-fixtures/components-props-as-reference/index.json rename to async_fixtures/components-props-as-reference/index.json diff --git a/async-fixtures/components-props-as-reference/index.txt b/async_fixtures/components-props-as-reference/index.txt similarity index 100% rename from async-fixtures/components-props-as-reference/index.txt rename to async_fixtures/components-props-as-reference/index.txt diff --git a/async-fixtures/components-props/alert.edge b/async_fixtures/components-props/alert.edge similarity index 100% rename from async-fixtures/components-props/alert.edge rename to async_fixtures/components-props/alert.edge diff --git a/async-fixtures/components-props/compiled.js b/async_fixtures/components-props/compiled.js similarity index 100% rename from async-fixtures/components-props/compiled.js rename to async_fixtures/components-props/compiled.js diff --git a/async-fixtures/components-props/index.edge b/async_fixtures/components-props/index.edge similarity index 100% rename from async-fixtures/components-props/index.edge rename to async_fixtures/components-props/index.edge diff --git a/async-fixtures/components-props/index.json b/async_fixtures/components-props/index.json similarity index 100% rename from async-fixtures/components-props/index.json rename to async_fixtures/components-props/index.json diff --git a/async-fixtures/components-props/index.txt b/async_fixtures/components-props/index.txt similarity index 100% rename from async-fixtures/components-props/index.txt rename to async_fixtures/components-props/index.txt diff --git a/async-fixtures/components-slot-props/alert.edge b/async_fixtures/components-slot-props/alert.edge similarity index 100% rename from async-fixtures/components-slot-props/alert.edge rename to async_fixtures/components-slot-props/alert.edge diff --git a/async-fixtures/components-slot-props/compiled.js b/async_fixtures/components-slot-props/compiled.js similarity index 100% rename from async-fixtures/components-slot-props/compiled.js rename to async_fixtures/components-slot-props/compiled.js diff --git a/async-fixtures/components-slot-props/index.edge b/async_fixtures/components-slot-props/index.edge similarity index 100% rename from async-fixtures/components-slot-props/index.edge rename to async_fixtures/components-slot-props/index.edge diff --git a/async-fixtures/components-slot-props/index.json b/async_fixtures/components-slot-props/index.json similarity index 100% rename from async-fixtures/components-slot-props/index.json rename to async_fixtures/components-slot-props/index.json diff --git a/async-fixtures/components-slot-props/index.txt b/async_fixtures/components-slot-props/index.txt similarity index 100% rename from async-fixtures/components-slot-props/index.txt rename to async_fixtures/components-slot-props/index.txt diff --git a/async-fixtures/components-slots-partials/alert.edge b/async_fixtures/components-slots-partials/alert.edge similarity index 100% rename from async-fixtures/components-slots-partials/alert.edge rename to async_fixtures/components-slots-partials/alert.edge diff --git a/async-fixtures/components-slots-partials/compiled.js b/async_fixtures/components-slots-partials/compiled.js similarity index 100% rename from async-fixtures/components-slots-partials/compiled.js rename to async_fixtures/components-slots-partials/compiled.js diff --git a/async-fixtures/components-slots-partials/index.edge b/async_fixtures/components-slots-partials/index.edge similarity index 100% rename from async-fixtures/components-slots-partials/index.edge rename to async_fixtures/components-slots-partials/index.edge diff --git a/async-fixtures/components-slots-partials/index.json b/async_fixtures/components-slots-partials/index.json similarity index 100% rename from async-fixtures/components-slots-partials/index.json rename to async_fixtures/components-slots-partials/index.json diff --git a/async-fixtures/components-slots-partials/index.txt b/async_fixtures/components-slots-partials/index.txt similarity index 100% rename from async-fixtures/components-slots-partials/index.txt rename to async_fixtures/components-slots-partials/index.txt diff --git a/async-fixtures/components-slots-partials/partial.edge b/async_fixtures/components-slots-partials/partial.edge similarity index 100% rename from async-fixtures/components-slots-partials/partial.edge rename to async_fixtures/components-slots-partials/partial.edge diff --git a/async-fixtures/components-spread-and-literal/alert.edge b/async_fixtures/components-spread-and-literal/alert.edge similarity index 100% rename from async-fixtures/components-spread-and-literal/alert.edge rename to async_fixtures/components-spread-and-literal/alert.edge diff --git a/async-fixtures/components-spread-and-literal/compiled.js b/async_fixtures/components-spread-and-literal/compiled.js similarity index 100% rename from async-fixtures/components-spread-and-literal/compiled.js rename to async_fixtures/components-spread-and-literal/compiled.js diff --git a/async-fixtures/components-spread-and-literal/index.edge b/async_fixtures/components-spread-and-literal/index.edge similarity index 100% rename from async-fixtures/components-spread-and-literal/index.edge rename to async_fixtures/components-spread-and-literal/index.edge diff --git a/async-fixtures/components-spread-and-literal/index.json b/async_fixtures/components-spread-and-literal/index.json similarity index 100% rename from async-fixtures/components-spread-and-literal/index.json rename to async_fixtures/components-spread-and-literal/index.json diff --git a/async-fixtures/components-spread-and-literal/index.txt b/async_fixtures/components-spread-and-literal/index.txt similarity index 100% rename from async-fixtures/components-spread-and-literal/index.txt rename to async_fixtures/components-spread-and-literal/index.txt diff --git a/async-fixtures/components-spread/alert.edge b/async_fixtures/components-spread/alert.edge similarity index 100% rename from async-fixtures/components-spread/alert.edge rename to async_fixtures/components-spread/alert.edge diff --git a/async-fixtures/components-spread/compiled.js b/async_fixtures/components-spread/compiled.js similarity index 100% rename from async-fixtures/components-spread/compiled.js rename to async_fixtures/components-spread/compiled.js diff --git a/async-fixtures/components-spread/index.edge b/async_fixtures/components-spread/index.edge similarity index 100% rename from async-fixtures/components-spread/index.edge rename to async_fixtures/components-spread/index.edge diff --git a/async-fixtures/components-spread/index.json b/async_fixtures/components-spread/index.json similarity index 100% rename from async-fixtures/components-spread/index.json rename to async_fixtures/components-spread/index.json diff --git a/async-fixtures/components-spread/index.txt b/async_fixtures/components-spread/index.txt similarity index 100% rename from async-fixtures/components-spread/index.txt rename to async_fixtures/components-spread/index.txt diff --git a/async-fixtures/components-state/alert.edge b/async_fixtures/components-state/alert.edge similarity index 100% rename from async-fixtures/components-state/alert.edge rename to async_fixtures/components-state/alert.edge diff --git a/async-fixtures/components-state/compiled.js b/async_fixtures/components-state/compiled.js similarity index 100% rename from async-fixtures/components-state/compiled.js rename to async_fixtures/components-state/compiled.js diff --git a/async-fixtures/components-state/index.edge b/async_fixtures/components-state/index.edge similarity index 100% rename from async-fixtures/components-state/index.edge rename to async_fixtures/components-state/index.edge diff --git a/async-fixtures/components-state/index.json b/async_fixtures/components-state/index.json similarity index 100% rename from async-fixtures/components-state/index.json rename to async_fixtures/components-state/index.json diff --git a/async-fixtures/components-state/index.txt b/async_fixtures/components-state/index.txt similarity index 100% rename from async-fixtures/components-state/index.txt rename to async_fixtures/components-state/index.txt diff --git a/async-fixtures/components/alert.edge b/async_fixtures/components/alert.edge similarity index 100% rename from async-fixtures/components/alert.edge rename to async_fixtures/components/alert.edge diff --git a/async-fixtures/components/compiled.js b/async_fixtures/components/compiled.js similarity index 100% rename from async-fixtures/components/compiled.js rename to async_fixtures/components/compiled.js diff --git a/async-fixtures/components/index.edge b/async_fixtures/components/index.edge similarity index 100% rename from async-fixtures/components/index.edge rename to async_fixtures/components/index.edge diff --git a/async-fixtures/components/index.json b/async_fixtures/components/index.json similarity index 100% rename from async-fixtures/components/index.json rename to async_fixtures/components/index.json diff --git a/async-fixtures/components/index.txt b/async_fixtures/components/index.txt similarity index 100% rename from async-fixtures/components/index.txt rename to async_fixtures/components/index.txt diff --git a/async-fixtures/debugger/compiled.js b/async_fixtures/debugger/compiled.js similarity index 100% rename from async-fixtures/debugger/compiled.js rename to async_fixtures/debugger/compiled.js diff --git a/async-fixtures/debugger/index.edge b/async_fixtures/debugger/index.edge similarity index 100% rename from async-fixtures/debugger/index.edge rename to async_fixtures/debugger/index.edge diff --git a/async-fixtures/debugger/index.json b/async_fixtures/debugger/index.json similarity index 100% rename from async-fixtures/debugger/index.json rename to async_fixtures/debugger/index.json diff --git a/async-fixtures/debugger/index.txt b/async_fixtures/debugger/index.txt similarity index 100% rename from async-fixtures/debugger/index.txt rename to async_fixtures/debugger/index.txt diff --git a/async-fixtures/each-loop-set/compiled.js b/async_fixtures/each-loop-set/compiled.js similarity index 100% rename from async-fixtures/each-loop-set/compiled.js rename to async_fixtures/each-loop-set/compiled.js diff --git a/async-fixtures/each-loop-set/index.edge b/async_fixtures/each-loop-set/index.edge similarity index 100% rename from async-fixtures/each-loop-set/index.edge rename to async_fixtures/each-loop-set/index.edge diff --git a/async-fixtures/each-loop-set/index.json b/async_fixtures/each-loop-set/index.json similarity index 100% rename from async-fixtures/each-loop-set/index.json rename to async_fixtures/each-loop-set/index.json diff --git a/async-fixtures/each-loop-set/index.txt b/async_fixtures/each-loop-set/index.txt similarity index 100% rename from async-fixtures/each-loop-set/index.txt rename to async_fixtures/each-loop-set/index.txt diff --git a/async-fixtures/each-tag-array/compiled.js b/async_fixtures/each-tag-array/compiled.js similarity index 100% rename from async-fixtures/each-tag-array/compiled.js rename to async_fixtures/each-tag-array/compiled.js diff --git a/async-fixtures/each-tag-array/index.edge b/async_fixtures/each-tag-array/index.edge similarity index 100% rename from async-fixtures/each-tag-array/index.edge rename to async_fixtures/each-tag-array/index.edge diff --git a/async-fixtures/each-tag-array/index.json b/async_fixtures/each-tag-array/index.json similarity index 100% rename from async-fixtures/each-tag-array/index.json rename to async_fixtures/each-tag-array/index.json diff --git a/async-fixtures/each-tag-array/index.txt b/async_fixtures/each-tag-array/index.txt similarity index 100% rename from async-fixtures/each-tag-array/index.txt rename to async_fixtures/each-tag-array/index.txt diff --git a/async-fixtures/each-tag-else/compiled.js b/async_fixtures/each-tag-else/compiled.js similarity index 100% rename from async-fixtures/each-tag-else/compiled.js rename to async_fixtures/each-tag-else/compiled.js diff --git a/async-fixtures/each-tag-else/index.edge b/async_fixtures/each-tag-else/index.edge similarity index 100% rename from async-fixtures/each-tag-else/index.edge rename to async_fixtures/each-tag-else/index.edge diff --git a/async-fixtures/each-tag-else/index.json b/async_fixtures/each-tag-else/index.json similarity index 100% rename from async-fixtures/each-tag-else/index.json rename to async_fixtures/each-tag-else/index.json diff --git a/async-fixtures/each-tag-else/index.txt b/async_fixtures/each-tag-else/index.txt similarity index 100% rename from async-fixtures/each-tag-else/index.txt rename to async_fixtures/each-tag-else/index.txt diff --git a/async-fixtures/each-tag-include/compiled.js b/async_fixtures/each-tag-include/compiled.js similarity index 100% rename from async-fixtures/each-tag-include/compiled.js rename to async_fixtures/each-tag-include/compiled.js diff --git a/async-fixtures/each-tag-include/index.edge b/async_fixtures/each-tag-include/index.edge similarity index 100% rename from async-fixtures/each-tag-include/index.edge rename to async_fixtures/each-tag-include/index.edge diff --git a/async-fixtures/each-tag-include/index.json b/async_fixtures/each-tag-include/index.json similarity index 100% rename from async-fixtures/each-tag-include/index.json rename to async_fixtures/each-tag-include/index.json diff --git a/async-fixtures/each-tag-include/index.txt b/async_fixtures/each-tag-include/index.txt similarity index 100% rename from async-fixtures/each-tag-include/index.txt rename to async_fixtures/each-tag-include/index.txt diff --git a/async-fixtures/each-tag-include/user.edge b/async_fixtures/each-tag-include/user.edge similarity index 100% rename from async-fixtures/each-tag-include/user.edge rename to async_fixtures/each-tag-include/user.edge diff --git a/async-fixtures/each-tag-index/compiled.js b/async_fixtures/each-tag-index/compiled.js similarity index 100% rename from async-fixtures/each-tag-index/compiled.js rename to async_fixtures/each-tag-index/compiled.js diff --git a/async-fixtures/each-tag-index/index.edge b/async_fixtures/each-tag-index/index.edge similarity index 100% rename from async-fixtures/each-tag-index/index.edge rename to async_fixtures/each-tag-index/index.edge diff --git a/async-fixtures/each-tag-index/index.json b/async_fixtures/each-tag-index/index.json similarity index 100% rename from async-fixtures/each-tag-index/index.json rename to async_fixtures/each-tag-index/index.json diff --git a/async-fixtures/each-tag-index/index.txt b/async_fixtures/each-tag-index/index.txt similarity index 100% rename from async-fixtures/each-tag-index/index.txt rename to async_fixtures/each-tag-index/index.txt diff --git a/async-fixtures/each-tag/compiled.js b/async_fixtures/each-tag/compiled.js similarity index 100% rename from async-fixtures/each-tag/compiled.js rename to async_fixtures/each-tag/compiled.js diff --git a/async-fixtures/each-tag/index.edge b/async_fixtures/each-tag/index.edge similarity index 100% rename from async-fixtures/each-tag/index.edge rename to async_fixtures/each-tag/index.edge diff --git a/async-fixtures/each-tag/index.json b/async_fixtures/each-tag/index.json similarity index 100% rename from async-fixtures/each-tag/index.json rename to async_fixtures/each-tag/index.json diff --git a/async-fixtures/each-tag/index.txt b/async_fixtures/each-tag/index.txt similarity index 100% rename from async-fixtures/each-tag/index.txt rename to async_fixtures/each-tag/index.txt diff --git a/async-fixtures/else-if-tag/compiled.js b/async_fixtures/else-if-tag/compiled.js similarity index 100% rename from async-fixtures/else-if-tag/compiled.js rename to async_fixtures/else-if-tag/compiled.js diff --git a/async-fixtures/else-if-tag/index.edge b/async_fixtures/else-if-tag/index.edge similarity index 100% rename from async-fixtures/else-if-tag/index.edge rename to async_fixtures/else-if-tag/index.edge diff --git a/async-fixtures/else-if-tag/index.json b/async_fixtures/else-if-tag/index.json similarity index 100% rename from async-fixtures/else-if-tag/index.json rename to async_fixtures/else-if-tag/index.json diff --git a/async-fixtures/else-if-tag/index.txt b/async_fixtures/else-if-tag/index.txt similarity index 100% rename from async-fixtures/else-if-tag/index.txt rename to async_fixtures/else-if-tag/index.txt diff --git a/async-fixtures/else-tag/compiled.js b/async_fixtures/else-tag/compiled.js similarity index 100% rename from async-fixtures/else-tag/compiled.js rename to async_fixtures/else-tag/compiled.js diff --git a/async-fixtures/else-tag/index.edge b/async_fixtures/else-tag/index.edge similarity index 100% rename from async-fixtures/else-tag/index.edge rename to async_fixtures/else-tag/index.edge diff --git a/async-fixtures/else-tag/index.json b/async_fixtures/else-tag/index.json similarity index 100% rename from async-fixtures/else-tag/index.json rename to async_fixtures/else-tag/index.json diff --git a/async-fixtures/else-tag/index.txt b/async_fixtures/else-tag/index.txt similarity index 100% rename from async-fixtures/else-tag/index.txt rename to async_fixtures/else-tag/index.txt diff --git a/async-fixtures/if-tag/compiled.js b/async_fixtures/if-tag/compiled.js similarity index 100% rename from async-fixtures/if-tag/compiled.js rename to async_fixtures/if-tag/compiled.js diff --git a/async-fixtures/if-tag/index.edge b/async_fixtures/if-tag/index.edge similarity index 100% rename from async-fixtures/if-tag/index.edge rename to async_fixtures/if-tag/index.edge diff --git a/async-fixtures/if-tag/index.json b/async_fixtures/if-tag/index.json similarity index 100% rename from async-fixtures/if-tag/index.json rename to async_fixtures/if-tag/index.json diff --git a/async-fixtures/if-tag/index.txt b/async_fixtures/if-tag/index.txt similarity index 100% rename from async-fixtures/if-tag/index.txt rename to async_fixtures/if-tag/index.txt diff --git a/async-fixtures/include-conditionals/compiled.js b/async_fixtures/include-conditionals/compiled.js similarity index 100% rename from async-fixtures/include-conditionals/compiled.js rename to async_fixtures/include-conditionals/compiled.js diff --git a/async-fixtures/include-conditionals/index.edge b/async_fixtures/include-conditionals/index.edge similarity index 100% rename from async-fixtures/include-conditionals/index.edge rename to async_fixtures/include-conditionals/index.edge diff --git a/async-fixtures/include-conditionals/index.json b/async_fixtures/include-conditionals/index.json similarity index 100% rename from async-fixtures/include-conditionals/index.json rename to async_fixtures/include-conditionals/index.json diff --git a/async-fixtures/include-conditionals/index.txt b/async_fixtures/include-conditionals/index.txt similarity index 100% rename from async-fixtures/include-conditionals/index.txt rename to async_fixtures/include-conditionals/index.txt diff --git a/async-fixtures/include-conditionals/virk.edge b/async_fixtures/include-conditionals/virk.edge similarity index 100% rename from async-fixtures/include-conditionals/virk.edge rename to async_fixtures/include-conditionals/virk.edge diff --git a/async-fixtures/include-identifier/compiled.js b/async_fixtures/include-identifier/compiled.js similarity index 100% rename from async-fixtures/include-identifier/compiled.js rename to async_fixtures/include-identifier/compiled.js diff --git a/async-fixtures/include-identifier/index.edge b/async_fixtures/include-identifier/index.edge similarity index 100% rename from async-fixtures/include-identifier/index.edge rename to async_fixtures/include-identifier/index.edge diff --git a/async-fixtures/include-identifier/index.json b/async_fixtures/include-identifier/index.json similarity index 100% rename from async-fixtures/include-identifier/index.json rename to async_fixtures/include-identifier/index.json diff --git a/async-fixtures/include-identifier/index.txt b/async_fixtures/include-identifier/index.txt similarity index 100% rename from async-fixtures/include-identifier/index.txt rename to async_fixtures/include-identifier/index.txt diff --git a/async-fixtures/include-identifier/partial.edge b/async_fixtures/include-identifier/partial.edge similarity index 100% rename from async-fixtures/include-identifier/partial.edge rename to async_fixtures/include-identifier/partial.edge diff --git a/async-fixtures/include-if-identifier/compiled.js b/async_fixtures/include-if-identifier/compiled.js similarity index 100% rename from async-fixtures/include-if-identifier/compiled.js rename to async_fixtures/include-if-identifier/compiled.js diff --git a/async-fixtures/include-if-identifier/index.edge b/async_fixtures/include-if-identifier/index.edge similarity index 100% rename from async-fixtures/include-if-identifier/index.edge rename to async_fixtures/include-if-identifier/index.edge diff --git a/async-fixtures/include-if-identifier/index.json b/async_fixtures/include-if-identifier/index.json similarity index 100% rename from async-fixtures/include-if-identifier/index.json rename to async_fixtures/include-if-identifier/index.json diff --git a/async-fixtures/include-if-identifier/index.txt b/async_fixtures/include-if-identifier/index.txt similarity index 100% rename from async-fixtures/include-if-identifier/index.txt rename to async_fixtures/include-if-identifier/index.txt diff --git a/async-fixtures/include-if-identifier/partial.edge b/async_fixtures/include-if-identifier/partial.edge similarity index 100% rename from async-fixtures/include-if-identifier/partial.edge rename to async_fixtures/include-if-identifier/partial.edge diff --git a/async-fixtures/include-if-literal/compiled.js b/async_fixtures/include-if-literal/compiled.js similarity index 100% rename from async-fixtures/include-if-literal/compiled.js rename to async_fixtures/include-if-literal/compiled.js diff --git a/async-fixtures/include-if-literal/index.edge b/async_fixtures/include-if-literal/index.edge similarity index 100% rename from async-fixtures/include-if-literal/index.edge rename to async_fixtures/include-if-literal/index.edge diff --git a/async-fixtures/include-if-literal/index.json b/async_fixtures/include-if-literal/index.json similarity index 100% rename from async-fixtures/include-if-literal/index.json rename to async_fixtures/include-if-literal/index.json diff --git a/async-fixtures/include-if-literal/index.txt b/async_fixtures/include-if-literal/index.txt similarity index 100% rename from async-fixtures/include-if-literal/index.txt rename to async_fixtures/include-if-literal/index.txt diff --git a/async-fixtures/include-if-literal/partial.edge b/async_fixtures/include-if-literal/partial.edge similarity index 100% rename from async-fixtures/include-if-literal/partial.edge rename to async_fixtures/include-if-literal/partial.edge diff --git a/async-fixtures/include-literal/compiled.js b/async_fixtures/include-literal/compiled.js similarity index 100% rename from async-fixtures/include-literal/compiled.js rename to async_fixtures/include-literal/compiled.js diff --git a/async-fixtures/include-literal/index.edge b/async_fixtures/include-literal/index.edge similarity index 100% rename from async-fixtures/include-literal/index.edge rename to async_fixtures/include-literal/index.edge diff --git a/async-fixtures/include-literal/index.json b/async_fixtures/include-literal/index.json similarity index 100% rename from async-fixtures/include-literal/index.json rename to async_fixtures/include-literal/index.json diff --git a/async-fixtures/include-literal/index.txt b/async_fixtures/include-literal/index.txt similarity index 100% rename from async-fixtures/include-literal/index.txt rename to async_fixtures/include-literal/index.txt diff --git a/async-fixtures/include-literal/partial.edge b/async_fixtures/include-literal/partial.edge similarity index 100% rename from async-fixtures/include-literal/partial.edge rename to async_fixtures/include-literal/partial.edge diff --git a/async-fixtures/include-nested-shared-locals/compiled.js b/async_fixtures/include-nested-shared-locals/compiled.js similarity index 100% rename from async-fixtures/include-nested-shared-locals/compiled.js rename to async_fixtures/include-nested-shared-locals/compiled.js diff --git a/async-fixtures/include-nested-shared-locals/index.edge b/async_fixtures/include-nested-shared-locals/index.edge similarity index 100% rename from async-fixtures/include-nested-shared-locals/index.edge rename to async_fixtures/include-nested-shared-locals/index.edge diff --git a/async-fixtures/include-nested-shared-locals/index.json b/async_fixtures/include-nested-shared-locals/index.json similarity index 100% rename from async-fixtures/include-nested-shared-locals/index.json rename to async_fixtures/include-nested-shared-locals/index.json diff --git a/async-fixtures/include-nested-shared-locals/index.txt b/async_fixtures/include-nested-shared-locals/index.txt similarity index 100% rename from async-fixtures/include-nested-shared-locals/index.txt rename to async_fixtures/include-nested-shared-locals/index.txt diff --git a/async-fixtures/include-nested-shared-locals/partial-1.edge b/async_fixtures/include-nested-shared-locals/partial-1.edge similarity index 100% rename from async-fixtures/include-nested-shared-locals/partial-1.edge rename to async_fixtures/include-nested-shared-locals/partial-1.edge diff --git a/async-fixtures/include-nested-shared-locals/partial.edge b/async_fixtures/include-nested-shared-locals/partial.edge similarity index 100% rename from async-fixtures/include-nested-shared-locals/partial.edge rename to async_fixtures/include-nested-shared-locals/partial.edge diff --git a/async-fixtures/include-nested/compiled.js b/async_fixtures/include-nested/compiled.js similarity index 100% rename from async-fixtures/include-nested/compiled.js rename to async_fixtures/include-nested/compiled.js diff --git a/async-fixtures/include-nested/index.edge b/async_fixtures/include-nested/index.edge similarity index 100% rename from async-fixtures/include-nested/index.edge rename to async_fixtures/include-nested/index.edge diff --git a/async-fixtures/include-nested/index.json b/async_fixtures/include-nested/index.json similarity index 100% rename from async-fixtures/include-nested/index.json rename to async_fixtures/include-nested/index.json diff --git a/async-fixtures/include-nested/index.txt b/async_fixtures/include-nested/index.txt similarity index 100% rename from async-fixtures/include-nested/index.txt rename to async_fixtures/include-nested/index.txt diff --git a/async-fixtures/include-nested/partial-1.edge b/async_fixtures/include-nested/partial-1.edge similarity index 100% rename from async-fixtures/include-nested/partial-1.edge rename to async_fixtures/include-nested/partial-1.edge diff --git a/async-fixtures/include-nested/partial.edge b/async_fixtures/include-nested/partial.edge similarity index 100% rename from async-fixtures/include-nested/partial.edge rename to async_fixtures/include-nested/partial.edge diff --git a/async-fixtures/include-shared-ctx/compiled.js b/async_fixtures/include-shared-ctx/compiled.js similarity index 100% rename from async-fixtures/include-shared-ctx/compiled.js rename to async_fixtures/include-shared-ctx/compiled.js diff --git a/async-fixtures/include-shared-ctx/index.edge b/async_fixtures/include-shared-ctx/index.edge similarity index 100% rename from async-fixtures/include-shared-ctx/index.edge rename to async_fixtures/include-shared-ctx/index.edge diff --git a/async-fixtures/include-shared-ctx/index.json b/async_fixtures/include-shared-ctx/index.json similarity index 100% rename from async-fixtures/include-shared-ctx/index.json rename to async_fixtures/include-shared-ctx/index.json diff --git a/async-fixtures/include-shared-ctx/index.txt b/async_fixtures/include-shared-ctx/index.txt similarity index 100% rename from async-fixtures/include-shared-ctx/index.txt rename to async_fixtures/include-shared-ctx/index.txt diff --git a/async-fixtures/include-shared-ctx/partial.edge b/async_fixtures/include-shared-ctx/partial.edge similarity index 100% rename from async-fixtures/include-shared-ctx/partial.edge rename to async_fixtures/include-shared-ctx/partial.edge diff --git a/async-fixtures/inject-function-calls/compiled.js b/async_fixtures/inject-function-calls/compiled.js similarity index 100% rename from async-fixtures/inject-function-calls/compiled.js rename to async_fixtures/inject-function-calls/compiled.js diff --git a/async-fixtures/inject-function-calls/index.edge b/async_fixtures/inject-function-calls/index.edge similarity index 100% rename from async-fixtures/inject-function-calls/index.edge rename to async_fixtures/inject-function-calls/index.edge diff --git a/async-fixtures/inject-function-calls/index.json b/async_fixtures/inject-function-calls/index.json similarity index 100% rename from async-fixtures/inject-function-calls/index.json rename to async_fixtures/inject-function-calls/index.json diff --git a/async-fixtures/inject-function-calls/index.txt b/async_fixtures/inject-function-calls/index.txt similarity index 100% rename from async-fixtures/inject-function-calls/index.txt rename to async_fixtures/inject-function-calls/index.txt diff --git a/async-fixtures/inject-function-calls/modal.edge b/async_fixtures/inject-function-calls/modal.edge similarity index 100% rename from async-fixtures/inject-function-calls/modal.edge rename to async_fixtures/inject-function-calls/modal.edge diff --git a/async-fixtures/inject-identifier/compiled.js b/async_fixtures/inject-identifier/compiled.js similarity index 100% rename from async-fixtures/inject-identifier/compiled.js rename to async_fixtures/inject-identifier/compiled.js diff --git a/async-fixtures/inject-identifier/index.edge b/async_fixtures/inject-identifier/index.edge similarity index 100% rename from async-fixtures/inject-identifier/index.edge rename to async_fixtures/inject-identifier/index.edge diff --git a/async-fixtures/inject-identifier/index.json b/async_fixtures/inject-identifier/index.json similarity index 100% rename from async-fixtures/inject-identifier/index.json rename to async_fixtures/inject-identifier/index.json diff --git a/async-fixtures/inject-identifier/index.txt b/async_fixtures/inject-identifier/index.txt similarity index 100% rename from async-fixtures/inject-identifier/index.txt rename to async_fixtures/inject-identifier/index.txt diff --git a/async-fixtures/inject-identifier/modal.edge b/async_fixtures/inject-identifier/modal.edge similarity index 100% rename from async-fixtures/inject-identifier/modal.edge rename to async_fixtures/inject-identifier/modal.edge diff --git a/async-fixtures/inject-object-expression/compiled.js b/async_fixtures/inject-object-expression/compiled.js similarity index 100% rename from async-fixtures/inject-object-expression/compiled.js rename to async_fixtures/inject-object-expression/compiled.js diff --git a/async-fixtures/inject-object-expression/index.edge b/async_fixtures/inject-object-expression/index.edge similarity index 100% rename from async-fixtures/inject-object-expression/index.edge rename to async_fixtures/inject-object-expression/index.edge diff --git a/async-fixtures/inject-object-expression/index.json b/async_fixtures/inject-object-expression/index.json similarity index 100% rename from async-fixtures/inject-object-expression/index.json rename to async_fixtures/inject-object-expression/index.json diff --git a/async-fixtures/inject-object-expression/index.txt b/async_fixtures/inject-object-expression/index.txt similarity index 100% rename from async-fixtures/inject-object-expression/index.txt rename to async_fixtures/inject-object-expression/index.txt diff --git a/async-fixtures/inject-object-expression/modal.edge b/async_fixtures/inject-object-expression/modal.edge similarity index 100% rename from async-fixtures/inject-object-expression/modal.edge rename to async_fixtures/inject-object-expression/modal.edge diff --git a/async-fixtures/inject-object-with-references/compiled.js b/async_fixtures/inject-object-with-references/compiled.js similarity index 100% rename from async-fixtures/inject-object-with-references/compiled.js rename to async_fixtures/inject-object-with-references/compiled.js diff --git a/async-fixtures/inject-object-with-references/index.edge b/async_fixtures/inject-object-with-references/index.edge similarity index 100% rename from async-fixtures/inject-object-with-references/index.edge rename to async_fixtures/inject-object-with-references/index.edge diff --git a/async-fixtures/inject-object-with-references/index.json b/async_fixtures/inject-object-with-references/index.json similarity index 100% rename from async-fixtures/inject-object-with-references/index.json rename to async_fixtures/inject-object-with-references/index.json diff --git a/async-fixtures/inject-object-with-references/index.txt b/async_fixtures/inject-object-with-references/index.txt similarity index 100% rename from async-fixtures/inject-object-with-references/index.txt rename to async_fixtures/inject-object-with-references/index.txt diff --git a/async-fixtures/inject-object-with-references/modal.edge b/async_fixtures/inject-object-with-references/modal.edge similarity index 100% rename from async-fixtures/inject-object-with-references/modal.edge rename to async_fixtures/inject-object-with-references/modal.edge diff --git a/async-fixtures/layout-allow-set-calls/compiled.js b/async_fixtures/layout-allow-set-calls/compiled.js similarity index 100% rename from async-fixtures/layout-allow-set-calls/compiled.js rename to async_fixtures/layout-allow-set-calls/compiled.js diff --git a/async-fixtures/layout-allow-set-calls/index.edge b/async_fixtures/layout-allow-set-calls/index.edge similarity index 100% rename from async-fixtures/layout-allow-set-calls/index.edge rename to async_fixtures/layout-allow-set-calls/index.edge diff --git a/async-fixtures/layout-allow-set-calls/index.json b/async_fixtures/layout-allow-set-calls/index.json similarity index 100% rename from async-fixtures/layout-allow-set-calls/index.json rename to async_fixtures/layout-allow-set-calls/index.json diff --git a/async-fixtures/layout-allow-set-calls/index.txt b/async_fixtures/layout-allow-set-calls/index.txt similarity index 100% rename from async-fixtures/layout-allow-set-calls/index.txt rename to async_fixtures/layout-allow-set-calls/index.txt diff --git a/async-fixtures/layout-allow-set-calls/master.edge b/async_fixtures/layout-allow-set-calls/master.edge similarity index 100% rename from async-fixtures/layout-allow-set-calls/master.edge rename to async_fixtures/layout-allow-set-calls/master.edge diff --git a/async-fixtures/layout-nested/compiled.js b/async_fixtures/layout-nested/compiled.js similarity index 100% rename from async-fixtures/layout-nested/compiled.js rename to async_fixtures/layout-nested/compiled.js diff --git a/async-fixtures/layout-nested/index.edge b/async_fixtures/layout-nested/index.edge similarity index 100% rename from async-fixtures/layout-nested/index.edge rename to async_fixtures/layout-nested/index.edge diff --git a/async-fixtures/layout-nested/index.json b/async_fixtures/layout-nested/index.json similarity index 100% rename from async-fixtures/layout-nested/index.json rename to async_fixtures/layout-nested/index.json diff --git a/async-fixtures/layout-nested/index.txt b/async_fixtures/layout-nested/index.txt similarity index 100% rename from async-fixtures/layout-nested/index.txt rename to async_fixtures/layout-nested/index.txt diff --git a/async-fixtures/layout-nested/master.edge b/async_fixtures/layout-nested/master.edge similarity index 100% rename from async-fixtures/layout-nested/master.edge rename to async_fixtures/layout-nested/master.edge diff --git a/async-fixtures/layout-nested/super.edge b/async_fixtures/layout-nested/super.edge similarity index 100% rename from async-fixtures/layout-nested/super.edge rename to async_fixtures/layout-nested/super.edge diff --git a/async-fixtures/layout-tag-extend-section/compiled.js b/async_fixtures/layout-tag-extend-section/compiled.js similarity index 100% rename from async-fixtures/layout-tag-extend-section/compiled.js rename to async_fixtures/layout-tag-extend-section/compiled.js diff --git a/async-fixtures/layout-tag-extend-section/index.edge b/async_fixtures/layout-tag-extend-section/index.edge similarity index 100% rename from async-fixtures/layout-tag-extend-section/index.edge rename to async_fixtures/layout-tag-extend-section/index.edge diff --git a/async-fixtures/layout-tag-extend-section/index.json b/async_fixtures/layout-tag-extend-section/index.json similarity index 100% rename from async-fixtures/layout-tag-extend-section/index.json rename to async_fixtures/layout-tag-extend-section/index.json diff --git a/async-fixtures/layout-tag-extend-section/index.txt b/async_fixtures/layout-tag-extend-section/index.txt similarity index 100% rename from async-fixtures/layout-tag-extend-section/index.txt rename to async_fixtures/layout-tag-extend-section/index.txt diff --git a/async-fixtures/layout-tag-extend-section/master.edge b/async_fixtures/layout-tag-extend-section/master.edge similarity index 100% rename from async-fixtures/layout-tag-extend-section/master.edge rename to async_fixtures/layout-tag-extend-section/master.edge diff --git a/async-fixtures/layout-tag-multiple-sections/compiled.js b/async_fixtures/layout-tag-multiple-sections/compiled.js similarity index 100% rename from async-fixtures/layout-tag-multiple-sections/compiled.js rename to async_fixtures/layout-tag-multiple-sections/compiled.js diff --git a/async-fixtures/layout-tag-multiple-sections/index.edge b/async_fixtures/layout-tag-multiple-sections/index.edge similarity index 100% rename from async-fixtures/layout-tag-multiple-sections/index.edge rename to async_fixtures/layout-tag-multiple-sections/index.edge diff --git a/async-fixtures/layout-tag-multiple-sections/index.json b/async_fixtures/layout-tag-multiple-sections/index.json similarity index 100% rename from async-fixtures/layout-tag-multiple-sections/index.json rename to async_fixtures/layout-tag-multiple-sections/index.json diff --git a/async-fixtures/layout-tag-multiple-sections/index.txt b/async_fixtures/layout-tag-multiple-sections/index.txt similarity index 100% rename from async-fixtures/layout-tag-multiple-sections/index.txt rename to async_fixtures/layout-tag-multiple-sections/index.txt diff --git a/async-fixtures/layout-tag-multiple-sections/master.edge b/async_fixtures/layout-tag-multiple-sections/master.edge similarity index 100% rename from async-fixtures/layout-tag-multiple-sections/master.edge rename to async_fixtures/layout-tag-multiple-sections/master.edge diff --git a/async-fixtures/layout-tag-override-sections/compiled.js b/async_fixtures/layout-tag-override-sections/compiled.js similarity index 100% rename from async-fixtures/layout-tag-override-sections/compiled.js rename to async_fixtures/layout-tag-override-sections/compiled.js diff --git a/async-fixtures/layout-tag-override-sections/index.edge b/async_fixtures/layout-tag-override-sections/index.edge similarity index 100% rename from async-fixtures/layout-tag-override-sections/index.edge rename to async_fixtures/layout-tag-override-sections/index.edge diff --git a/async-fixtures/layout-tag-override-sections/index.json b/async_fixtures/layout-tag-override-sections/index.json similarity index 100% rename from async-fixtures/layout-tag-override-sections/index.json rename to async_fixtures/layout-tag-override-sections/index.json diff --git a/async-fixtures/layout-tag-override-sections/index.txt b/async_fixtures/layout-tag-override-sections/index.txt similarity index 100% rename from async-fixtures/layout-tag-override-sections/index.txt rename to async_fixtures/layout-tag-override-sections/index.txt diff --git a/async-fixtures/layout-tag-override-sections/master.edge b/async_fixtures/layout-tag-override-sections/master.edge similarity index 100% rename from async-fixtures/layout-tag-override-sections/master.edge rename to async_fixtures/layout-tag-override-sections/master.edge diff --git a/async-fixtures/layout-tag-sections/compiled.js b/async_fixtures/layout-tag-sections/compiled.js similarity index 100% rename from async-fixtures/layout-tag-sections/compiled.js rename to async_fixtures/layout-tag-sections/compiled.js diff --git a/async-fixtures/layout-tag-sections/index.edge b/async_fixtures/layout-tag-sections/index.edge similarity index 100% rename from async-fixtures/layout-tag-sections/index.edge rename to async_fixtures/layout-tag-sections/index.edge diff --git a/async-fixtures/layout-tag-sections/index.json b/async_fixtures/layout-tag-sections/index.json similarity index 100% rename from async-fixtures/layout-tag-sections/index.json rename to async_fixtures/layout-tag-sections/index.json diff --git a/async-fixtures/layout-tag-sections/index.txt b/async_fixtures/layout-tag-sections/index.txt similarity index 100% rename from async-fixtures/layout-tag-sections/index.txt rename to async_fixtures/layout-tag-sections/index.txt diff --git a/async-fixtures/layout-tag-sections/master.edge b/async_fixtures/layout-tag-sections/master.edge similarity index 100% rename from async-fixtures/layout-tag-sections/master.edge rename to async_fixtures/layout-tag-sections/master.edge diff --git a/async-fixtures/layout-tag/compiled.js b/async_fixtures/layout-tag/compiled.js similarity index 100% rename from async-fixtures/layout-tag/compiled.js rename to async_fixtures/layout-tag/compiled.js diff --git a/async-fixtures/layout-tag/index.edge b/async_fixtures/layout-tag/index.edge similarity index 100% rename from async-fixtures/layout-tag/index.edge rename to async_fixtures/layout-tag/index.edge diff --git a/async-fixtures/layout-tag/index.json b/async_fixtures/layout-tag/index.json similarity index 100% rename from async-fixtures/layout-tag/index.json rename to async_fixtures/layout-tag/index.json diff --git a/async-fixtures/layout-tag/index.txt b/async_fixtures/layout-tag/index.txt similarity index 100% rename from async-fixtures/layout-tag/index.txt rename to async_fixtures/layout-tag/index.txt diff --git a/async-fixtures/layout-tag/master.edge b/async_fixtures/layout-tag/master.edge similarity index 100% rename from async-fixtures/layout-tag/master.edge rename to async_fixtures/layout-tag/master.edge diff --git a/async-fixtures/nested-components/alert.edge b/async_fixtures/nested-components/alert.edge similarity index 100% rename from async-fixtures/nested-components/alert.edge rename to async_fixtures/nested-components/alert.edge diff --git a/async-fixtures/nested-components/compiled.js b/async_fixtures/nested-components/compiled.js similarity index 100% rename from async-fixtures/nested-components/compiled.js rename to async_fixtures/nested-components/compiled.js diff --git a/async-fixtures/nested-components/index.edge b/async_fixtures/nested-components/index.edge similarity index 100% rename from async-fixtures/nested-components/index.edge rename to async_fixtures/nested-components/index.edge diff --git a/async-fixtures/nested-components/index.json b/async_fixtures/nested-components/index.json similarity index 100% rename from async-fixtures/nested-components/index.json rename to async_fixtures/nested-components/index.json diff --git a/async-fixtures/nested-components/index.txt b/async_fixtures/nested-components/index.txt similarity index 100% rename from async-fixtures/nested-components/index.txt rename to async_fixtures/nested-components/index.txt diff --git a/async-fixtures/nested-components/success.edge b/async_fixtures/nested-components/success.edge similarity index 100% rename from async-fixtures/nested-components/success.edge rename to async_fixtures/nested-components/success.edge diff --git a/async-fixtures/nested-if-tag/compiled.js b/async_fixtures/nested-if-tag/compiled.js similarity index 100% rename from async-fixtures/nested-if-tag/compiled.js rename to async_fixtures/nested-if-tag/compiled.js diff --git a/async-fixtures/nested-if-tag/index.edge b/async_fixtures/nested-if-tag/index.edge similarity index 100% rename from async-fixtures/nested-if-tag/index.edge rename to async_fixtures/nested-if-tag/index.edge diff --git a/async-fixtures/nested-if-tag/index.json b/async_fixtures/nested-if-tag/index.json similarity index 100% rename from async-fixtures/nested-if-tag/index.json rename to async_fixtures/nested-if-tag/index.json diff --git a/async-fixtures/nested-if-tag/index.txt b/async_fixtures/nested-if-tag/index.txt similarity index 100% rename from async-fixtures/nested-if-tag/index.txt rename to async_fixtures/nested-if-tag/index.txt diff --git a/async-fixtures/set-tag-identifier/compiled.js b/async_fixtures/set-tag-identifier/compiled.js similarity index 100% rename from async-fixtures/set-tag-identifier/compiled.js rename to async_fixtures/set-tag-identifier/compiled.js diff --git a/async-fixtures/set-tag-identifier/index.edge b/async_fixtures/set-tag-identifier/index.edge similarity index 100% rename from async-fixtures/set-tag-identifier/index.edge rename to async_fixtures/set-tag-identifier/index.edge diff --git a/async-fixtures/set-tag-identifier/index.json b/async_fixtures/set-tag-identifier/index.json similarity index 100% rename from async-fixtures/set-tag-identifier/index.json rename to async_fixtures/set-tag-identifier/index.json diff --git a/async-fixtures/set-tag-identifier/index.txt b/async_fixtures/set-tag-identifier/index.txt similarity index 100% rename from async-fixtures/set-tag-identifier/index.txt rename to async_fixtures/set-tag-identifier/index.txt diff --git a/async-fixtures/set-tag-update-value/compiled.js b/async_fixtures/set-tag-update-value/compiled.js similarity index 100% rename from async-fixtures/set-tag-update-value/compiled.js rename to async_fixtures/set-tag-update-value/compiled.js diff --git a/async-fixtures/set-tag-update-value/index.edge b/async_fixtures/set-tag-update-value/index.edge similarity index 100% rename from async-fixtures/set-tag-update-value/index.edge rename to async_fixtures/set-tag-update-value/index.edge diff --git a/async-fixtures/set-tag-update-value/index.json b/async_fixtures/set-tag-update-value/index.json similarity index 100% rename from async-fixtures/set-tag-update-value/index.json rename to async_fixtures/set-tag-update-value/index.json diff --git a/async-fixtures/set-tag-update-value/index.txt b/async_fixtures/set-tag-update-value/index.txt similarity index 100% rename from async-fixtures/set-tag-update-value/index.txt rename to async_fixtures/set-tag-update-value/index.txt diff --git a/async-fixtures/set-tag/compiled.js b/async_fixtures/set-tag/compiled.js similarity index 100% rename from async-fixtures/set-tag/compiled.js rename to async_fixtures/set-tag/compiled.js diff --git a/async-fixtures/set-tag/index.edge b/async_fixtures/set-tag/index.edge similarity index 100% rename from async-fixtures/set-tag/index.edge rename to async_fixtures/set-tag/index.edge diff --git a/async-fixtures/set-tag/index.json b/async_fixtures/set-tag/index.json similarity index 100% rename from async-fixtures/set-tag/index.json rename to async_fixtures/set-tag/index.json diff --git a/async-fixtures/set-tag/index.txt b/async_fixtures/set-tag/index.txt similarity index 100% rename from async-fixtures/set-tag/index.txt rename to async_fixtures/set-tag/index.txt diff --git a/async-fixtures/unless-tag/compiled.js b/async_fixtures/unless-tag/compiled.js similarity index 100% rename from async-fixtures/unless-tag/compiled.js rename to async_fixtures/unless-tag/compiled.js diff --git a/async-fixtures/unless-tag/index.edge b/async_fixtures/unless-tag/index.edge similarity index 100% rename from async-fixtures/unless-tag/index.edge rename to async_fixtures/unless-tag/index.edge diff --git a/async-fixtures/unless-tag/index.json b/async_fixtures/unless-tag/index.json similarity index 100% rename from async-fixtures/unless-tag/index.json rename to async_fixtures/unless-tag/index.json diff --git a/async-fixtures/unless-tag/index.txt b/async_fixtures/unless-tag/index.txt similarity index 100% rename from async-fixtures/unless-tag/index.txt rename to async_fixtures/unless-tag/index.txt diff --git a/newline-fixtures/comments-multiline-prefix/index.edge b/newline_fixtures/comments-multiline-prefix/index.edge similarity index 100% rename from newline-fixtures/comments-multiline-prefix/index.edge rename to newline_fixtures/comments-multiline-prefix/index.edge diff --git a/newline-fixtures/comments-multiline-prefix/index.json b/newline_fixtures/comments-multiline-prefix/index.json similarity index 100% rename from newline-fixtures/comments-multiline-prefix/index.json rename to newline_fixtures/comments-multiline-prefix/index.json diff --git a/newline-fixtures/comments-multiline-prefix/index.txt b/newline_fixtures/comments-multiline-prefix/index.txt similarity index 100% rename from newline-fixtures/comments-multiline-prefix/index.txt rename to newline_fixtures/comments-multiline-prefix/index.txt diff --git a/newline-fixtures/comments-multiline-suffix/index.edge b/newline_fixtures/comments-multiline-suffix/index.edge similarity index 100% rename from newline-fixtures/comments-multiline-suffix/index.edge rename to newline_fixtures/comments-multiline-suffix/index.edge diff --git a/newline-fixtures/comments-multiline-suffix/index.json b/newline_fixtures/comments-multiline-suffix/index.json similarity index 100% rename from newline-fixtures/comments-multiline-suffix/index.json rename to newline_fixtures/comments-multiline-suffix/index.json diff --git a/newline-fixtures/comments-multiline-suffix/index.txt b/newline_fixtures/comments-multiline-suffix/index.txt similarity index 100% rename from newline-fixtures/comments-multiline-suffix/index.txt rename to newline_fixtures/comments-multiline-suffix/index.txt diff --git a/newline-fixtures/comments-multiline/index.edge b/newline_fixtures/comments-multiline/index.edge similarity index 100% rename from newline-fixtures/comments-multiline/index.edge rename to newline_fixtures/comments-multiline/index.edge diff --git a/newline-fixtures/comments-multiline/index.json b/newline_fixtures/comments-multiline/index.json similarity index 100% rename from newline-fixtures/comments-multiline/index.json rename to newline_fixtures/comments-multiline/index.json diff --git a/newline-fixtures/comments-multiline/index.txt b/newline_fixtures/comments-multiline/index.txt similarity index 100% rename from newline-fixtures/comments-multiline/index.txt rename to newline_fixtures/comments-multiline/index.txt diff --git a/newline-fixtures/comments-prefix/index.edge b/newline_fixtures/comments-prefix/index.edge similarity index 100% rename from newline-fixtures/comments-prefix/index.edge rename to newline_fixtures/comments-prefix/index.edge diff --git a/newline-fixtures/comments-prefix/index.json b/newline_fixtures/comments-prefix/index.json similarity index 100% rename from newline-fixtures/comments-prefix/index.json rename to newline_fixtures/comments-prefix/index.json diff --git a/newline-fixtures/comments-prefix/index.txt b/newline_fixtures/comments-prefix/index.txt similarity index 100% rename from newline-fixtures/comments-prefix/index.txt rename to newline_fixtures/comments-prefix/index.txt diff --git a/newline-fixtures/comments-suffix/index.edge b/newline_fixtures/comments-suffix/index.edge similarity index 100% rename from newline-fixtures/comments-suffix/index.edge rename to newline_fixtures/comments-suffix/index.edge diff --git a/newline-fixtures/comments-suffix/index.json b/newline_fixtures/comments-suffix/index.json similarity index 100% rename from newline-fixtures/comments-suffix/index.json rename to newline_fixtures/comments-suffix/index.json diff --git a/newline-fixtures/comments-suffix/index.txt b/newline_fixtures/comments-suffix/index.txt similarity index 100% rename from newline-fixtures/comments-suffix/index.txt rename to newline_fixtures/comments-suffix/index.txt diff --git a/newline-fixtures/comments/index.edge b/newline_fixtures/comments/index.edge similarity index 100% rename from newline-fixtures/comments/index.edge rename to newline_fixtures/comments/index.edge diff --git a/newline-fixtures/comments/index.json b/newline_fixtures/comments/index.json similarity index 100% rename from newline-fixtures/comments/index.json rename to newline_fixtures/comments/index.json diff --git a/newline-fixtures/comments/index.txt b/newline_fixtures/comments/index.txt similarity index 100% rename from newline-fixtures/comments/index.txt rename to newline_fixtures/comments/index.txt diff --git a/newline-fixtures/component-custom-slots/alert.edge b/newline_fixtures/component-custom-slots/alert.edge similarity index 100% rename from newline-fixtures/component-custom-slots/alert.edge rename to newline_fixtures/component-custom-slots/alert.edge diff --git a/newline-fixtures/component-custom-slots/index.edge b/newline_fixtures/component-custom-slots/index.edge similarity index 100% rename from newline-fixtures/component-custom-slots/index.edge rename to newline_fixtures/component-custom-slots/index.edge diff --git a/newline-fixtures/component-custom-slots/index.json b/newline_fixtures/component-custom-slots/index.json similarity index 100% rename from newline-fixtures/component-custom-slots/index.json rename to newline_fixtures/component-custom-slots/index.json diff --git a/newline-fixtures/component-custom-slots/index.txt b/newline_fixtures/component-custom-slots/index.txt similarity index 100% rename from newline-fixtures/component-custom-slots/index.txt rename to newline_fixtures/component-custom-slots/index.txt diff --git a/newline-fixtures/component-with-bottom-content/alert.edge b/newline_fixtures/component-with-bottom-content/alert.edge similarity index 100% rename from newline-fixtures/component-with-bottom-content/alert.edge rename to newline_fixtures/component-with-bottom-content/alert.edge diff --git a/newline-fixtures/component-with-bottom-content/index.edge b/newline_fixtures/component-with-bottom-content/index.edge similarity index 100% rename from newline-fixtures/component-with-bottom-content/index.edge rename to newline_fixtures/component-with-bottom-content/index.edge diff --git a/newline-fixtures/component-with-bottom-content/index.json b/newline_fixtures/component-with-bottom-content/index.json similarity index 100% rename from newline-fixtures/component-with-bottom-content/index.json rename to newline_fixtures/component-with-bottom-content/index.json diff --git a/newline-fixtures/component-with-bottom-content/index.txt b/newline_fixtures/component-with-bottom-content/index.txt similarity index 100% rename from newline-fixtures/component-with-bottom-content/index.txt rename to newline_fixtures/component-with-bottom-content/index.txt diff --git a/newline-fixtures/component-with-top-content/alert.edge b/newline_fixtures/component-with-top-content/alert.edge similarity index 100% rename from newline-fixtures/component-with-top-content/alert.edge rename to newline_fixtures/component-with-top-content/alert.edge diff --git a/newline-fixtures/component-with-top-content/index.edge b/newline_fixtures/component-with-top-content/index.edge similarity index 100% rename from newline-fixtures/component-with-top-content/index.edge rename to newline_fixtures/component-with-top-content/index.edge diff --git a/newline-fixtures/component-with-top-content/index.json b/newline_fixtures/component-with-top-content/index.json similarity index 100% rename from newline-fixtures/component-with-top-content/index.json rename to newline_fixtures/component-with-top-content/index.json diff --git a/newline-fixtures/component-with-top-content/index.txt b/newline_fixtures/component-with-top-content/index.txt similarity index 100% rename from newline-fixtures/component-with-top-content/index.txt rename to newline_fixtures/component-with-top-content/index.txt diff --git a/newline-fixtures/component/alert.edge b/newline_fixtures/component/alert.edge similarity index 100% rename from newline-fixtures/component/alert.edge rename to newline_fixtures/component/alert.edge diff --git a/newline-fixtures/component/index.edge b/newline_fixtures/component/index.edge similarity index 100% rename from newline-fixtures/component/index.edge rename to newline_fixtures/component/index.edge diff --git a/newline-fixtures/component/index.json b/newline_fixtures/component/index.json similarity index 100% rename from newline-fixtures/component/index.json rename to newline_fixtures/component/index.json diff --git a/newline-fixtures/component/index.txt b/newline_fixtures/component/index.txt similarity index 100% rename from newline-fixtures/component/index.txt rename to newline_fixtures/component/index.txt diff --git a/newline-fixtures/each-with-bottom-content/index.edge b/newline_fixtures/each-with-bottom-content/index.edge similarity index 100% rename from newline-fixtures/each-with-bottom-content/index.edge rename to newline_fixtures/each-with-bottom-content/index.edge diff --git a/newline-fixtures/each-with-bottom-content/index.json b/newline_fixtures/each-with-bottom-content/index.json similarity index 100% rename from newline-fixtures/each-with-bottom-content/index.json rename to newline_fixtures/each-with-bottom-content/index.json diff --git a/newline-fixtures/each-with-bottom-content/index.txt b/newline_fixtures/each-with-bottom-content/index.txt similarity index 100% rename from newline-fixtures/each-with-bottom-content/index.txt rename to newline_fixtures/each-with-bottom-content/index.txt diff --git a/newline-fixtures/each-with-sorrounding-content/index.edge b/newline_fixtures/each-with-sorrounding-content/index.edge similarity index 100% rename from newline-fixtures/each-with-sorrounding-content/index.edge rename to newline_fixtures/each-with-sorrounding-content/index.edge diff --git a/newline-fixtures/each-with-sorrounding-content/index.json b/newline_fixtures/each-with-sorrounding-content/index.json similarity index 100% rename from newline-fixtures/each-with-sorrounding-content/index.json rename to newline_fixtures/each-with-sorrounding-content/index.json diff --git a/newline-fixtures/each-with-sorrounding-content/index.txt b/newline_fixtures/each-with-sorrounding-content/index.txt similarity index 100% rename from newline-fixtures/each-with-sorrounding-content/index.txt rename to newline_fixtures/each-with-sorrounding-content/index.txt diff --git a/newline-fixtures/each-with-top-content/index.edge b/newline_fixtures/each-with-top-content/index.edge similarity index 100% rename from newline-fixtures/each-with-top-content/index.edge rename to newline_fixtures/each-with-top-content/index.edge diff --git a/newline-fixtures/each-with-top-content/index.json b/newline_fixtures/each-with-top-content/index.json similarity index 100% rename from newline-fixtures/each-with-top-content/index.json rename to newline_fixtures/each-with-top-content/index.json diff --git a/newline-fixtures/each-with-top-content/index.txt b/newline_fixtures/each-with-top-content/index.txt similarity index 100% rename from newline-fixtures/each-with-top-content/index.txt rename to newline_fixtures/each-with-top-content/index.txt diff --git a/newline-fixtures/each/index.edge b/newline_fixtures/each/index.edge similarity index 100% rename from newline-fixtures/each/index.edge rename to newline_fixtures/each/index.edge diff --git a/newline-fixtures/each/index.json b/newline_fixtures/each/index.json similarity index 100% rename from newline-fixtures/each/index.json rename to newline_fixtures/each/index.json diff --git a/newline-fixtures/each/index.txt b/newline_fixtures/each/index.txt similarity index 100% rename from newline-fixtures/each/index.txt rename to newline_fixtures/each/index.txt diff --git a/newline-fixtures/else-with-bottom-content/index.edge b/newline_fixtures/else-with-bottom-content/index.edge similarity index 100% rename from newline-fixtures/else-with-bottom-content/index.edge rename to newline_fixtures/else-with-bottom-content/index.edge diff --git a/newline-fixtures/else-with-bottom-content/index.json b/newline_fixtures/else-with-bottom-content/index.json similarity index 100% rename from newline-fixtures/else-with-bottom-content/index.json rename to newline_fixtures/else-with-bottom-content/index.json diff --git a/newline-fixtures/else-with-bottom-content/index.txt b/newline_fixtures/else-with-bottom-content/index.txt similarity index 100% rename from newline-fixtures/else-with-bottom-content/index.txt rename to newline_fixtures/else-with-bottom-content/index.txt diff --git a/newline-fixtures/else-with-top-content/index.edge b/newline_fixtures/else-with-top-content/index.edge similarity index 100% rename from newline-fixtures/else-with-top-content/index.edge rename to newline_fixtures/else-with-top-content/index.edge diff --git a/newline-fixtures/else-with-top-content/index.json b/newline_fixtures/else-with-top-content/index.json similarity index 100% rename from newline-fixtures/else-with-top-content/index.json rename to newline_fixtures/else-with-top-content/index.json diff --git a/newline-fixtures/else-with-top-content/index.txt b/newline_fixtures/else-with-top-content/index.txt similarity index 100% rename from newline-fixtures/else-with-top-content/index.txt rename to newline_fixtures/else-with-top-content/index.txt diff --git a/newline-fixtures/else/index.edge b/newline_fixtures/else/index.edge similarity index 100% rename from newline-fixtures/else/index.edge rename to newline_fixtures/else/index.edge diff --git a/newline-fixtures/else/index.json b/newline_fixtures/else/index.json similarity index 100% rename from newline-fixtures/else/index.json rename to newline_fixtures/else/index.json diff --git a/newline-fixtures/else/index.txt b/newline_fixtures/else/index.txt similarity index 100% rename from newline-fixtures/else/index.txt rename to newline_fixtures/else/index.txt diff --git a/newline-fixtures/if-with-bottom-content/index.edge b/newline_fixtures/if-with-bottom-content/index.edge similarity index 100% rename from newline-fixtures/if-with-bottom-content/index.edge rename to newline_fixtures/if-with-bottom-content/index.edge diff --git a/newline-fixtures/if-with-bottom-content/index.json b/newline_fixtures/if-with-bottom-content/index.json similarity index 100% rename from newline-fixtures/if-with-bottom-content/index.json rename to newline_fixtures/if-with-bottom-content/index.json diff --git a/newline-fixtures/if-with-bottom-content/index.txt b/newline_fixtures/if-with-bottom-content/index.txt similarity index 100% rename from newline-fixtures/if-with-bottom-content/index.txt rename to newline_fixtures/if-with-bottom-content/index.txt diff --git a/newline-fixtures/if-with-top-content/index.edge b/newline_fixtures/if-with-top-content/index.edge similarity index 100% rename from newline-fixtures/if-with-top-content/index.edge rename to newline_fixtures/if-with-top-content/index.edge diff --git a/newline-fixtures/if-with-top-content/index.json b/newline_fixtures/if-with-top-content/index.json similarity index 100% rename from newline-fixtures/if-with-top-content/index.json rename to newline_fixtures/if-with-top-content/index.json diff --git a/newline-fixtures/if-with-top-content/index.txt b/newline_fixtures/if-with-top-content/index.txt similarity index 100% rename from newline-fixtures/if-with-top-content/index.txt rename to newline_fixtures/if-with-top-content/index.txt diff --git a/newline-fixtures/if/index.edge b/newline_fixtures/if/index.edge similarity index 100% rename from newline-fixtures/if/index.edge rename to newline_fixtures/if/index.edge diff --git a/newline-fixtures/if/index.json b/newline_fixtures/if/index.json similarity index 100% rename from newline-fixtures/if/index.json rename to newline_fixtures/if/index.json diff --git a/newline-fixtures/if/index.txt b/newline_fixtures/if/index.txt similarity index 100% rename from newline-fixtures/if/index.txt rename to newline_fixtures/if/index.txt diff --git a/newline-fixtures/layouts-with-multiple-sections/index.edge b/newline_fixtures/layouts-with-multiple-sections/index.edge similarity index 100% rename from newline-fixtures/layouts-with-multiple-sections/index.edge rename to newline_fixtures/layouts-with-multiple-sections/index.edge diff --git a/newline-fixtures/layouts-with-multiple-sections/index.json b/newline_fixtures/layouts-with-multiple-sections/index.json similarity index 100% rename from newline-fixtures/layouts-with-multiple-sections/index.json rename to newline_fixtures/layouts-with-multiple-sections/index.json diff --git a/newline-fixtures/layouts-with-multiple-sections/index.txt b/newline_fixtures/layouts-with-multiple-sections/index.txt similarity index 100% rename from newline-fixtures/layouts-with-multiple-sections/index.txt rename to newline_fixtures/layouts-with-multiple-sections/index.txt diff --git a/newline-fixtures/layouts-with-multiple-sections/master.edge b/newline_fixtures/layouts-with-multiple-sections/master.edge similarity index 100% rename from newline-fixtures/layouts-with-multiple-sections/master.edge rename to newline_fixtures/layouts-with-multiple-sections/master.edge diff --git a/newline-fixtures/layouts/index.edge b/newline_fixtures/layouts/index.edge similarity index 100% rename from newline-fixtures/layouts/index.edge rename to newline_fixtures/layouts/index.edge diff --git a/newline-fixtures/layouts/index.json b/newline_fixtures/layouts/index.json similarity index 100% rename from newline-fixtures/layouts/index.json rename to newline_fixtures/layouts/index.json diff --git a/newline-fixtures/layouts/index.txt b/newline_fixtures/layouts/index.txt similarity index 100% rename from newline-fixtures/layouts/index.txt rename to newline_fixtures/layouts/index.txt diff --git a/newline-fixtures/layouts/master.edge b/newline_fixtures/layouts/master.edge similarity index 100% rename from newline-fixtures/layouts/master.edge rename to newline_fixtures/layouts/master.edge diff --git a/newline-fixtures/set/index.edge b/newline_fixtures/set/index.edge similarity index 100% rename from newline-fixtures/set/index.edge rename to newline_fixtures/set/index.edge diff --git a/newline-fixtures/set/index.json b/newline_fixtures/set/index.json similarity index 100% rename from newline-fixtures/set/index.json rename to newline_fixtures/set/index.json diff --git a/newline-fixtures/set/index.txt b/newline_fixtures/set/index.txt similarity index 100% rename from newline-fixtures/set/index.txt rename to newline_fixtures/set/index.txt diff --git a/newline-fixtures/yaml-components-with-slots/index.edge b/newline_fixtures/yaml-components-with-slots/index.edge similarity index 100% rename from newline-fixtures/yaml-components-with-slots/index.edge rename to newline_fixtures/yaml-components-with-slots/index.edge diff --git a/newline-fixtures/yaml-components-with-slots/index.json b/newline_fixtures/yaml-components-with-slots/index.json similarity index 100% rename from newline-fixtures/yaml-components-with-slots/index.json rename to newline_fixtures/yaml-components-with-slots/index.json diff --git a/newline-fixtures/yaml-components-with-slots/index.txt b/newline_fixtures/yaml-components-with-slots/index.txt similarity index 100% rename from newline-fixtures/yaml-components-with-slots/index.txt rename to newline_fixtures/yaml-components-with-slots/index.txt diff --git a/newline-fixtures/yaml-components-with-slots/skills.edge b/newline_fixtures/yaml-components-with-slots/skills.edge similarity index 100% rename from newline-fixtures/yaml-components-with-slots/skills.edge rename to newline_fixtures/yaml-components-with-slots/skills.edge diff --git a/newline-fixtures/yaml-components/index.edge b/newline_fixtures/yaml-components/index.edge similarity index 100% rename from newline-fixtures/yaml-components/index.edge rename to newline_fixtures/yaml-components/index.edge diff --git a/newline-fixtures/yaml-components/index.json b/newline_fixtures/yaml-components/index.json similarity index 100% rename from newline-fixtures/yaml-components/index.json rename to newline_fixtures/yaml-components/index.json diff --git a/newline-fixtures/yaml-components/index.txt b/newline_fixtures/yaml-components/index.txt similarity index 100% rename from newline-fixtures/yaml-components/index.txt rename to newline_fixtures/yaml-components/index.txt diff --git a/newline-fixtures/yaml-components/skills.edge b/newline_fixtures/yaml-components/skills.edge similarity index 100% rename from newline-fixtures/yaml-components/skills.edge rename to newline_fixtures/yaml-components/skills.edge diff --git a/newline-fixtures/yaml-partials/index.edge b/newline_fixtures/yaml-partials/index.edge similarity index 100% rename from newline-fixtures/yaml-partials/index.edge rename to newline_fixtures/yaml-partials/index.edge diff --git a/newline-fixtures/yaml-partials/index.json b/newline_fixtures/yaml-partials/index.json similarity index 100% rename from newline-fixtures/yaml-partials/index.json rename to newline_fixtures/yaml-partials/index.json diff --git a/newline-fixtures/yaml-partials/index.txt b/newline_fixtures/yaml-partials/index.txt similarity index 100% rename from newline-fixtures/yaml-partials/index.txt rename to newline_fixtures/yaml-partials/index.txt diff --git a/newline-fixtures/yaml-partials/skills.edge b/newline_fixtures/yaml-partials/skills.edge similarity index 100% rename from newline-fixtures/yaml-partials/skills.edge rename to newline_fixtures/yaml-partials/skills.edge diff --git a/newline-fixtures/yaml/index.edge b/newline_fixtures/yaml/index.edge similarity index 100% rename from newline-fixtures/yaml/index.edge rename to newline_fixtures/yaml/index.edge diff --git a/newline-fixtures/yaml/index.json b/newline_fixtures/yaml/index.json similarity index 100% rename from newline-fixtures/yaml/index.json rename to newline_fixtures/yaml/index.json diff --git a/newline-fixtures/yaml/index.txt b/newline_fixtures/yaml/index.txt similarity index 100% rename from newline-fixtures/yaml/index.txt rename to newline_fixtures/yaml/index.txt diff --git a/src/Compiler/index.ts b/src/compiler/index.ts similarity index 100% rename from src/Compiler/index.ts rename to src/compiler/index.ts diff --git a/src/Component/Props.ts b/src/component/props.ts similarity index 100% rename from src/Component/Props.ts rename to src/component/props.ts diff --git a/src/Loader/index.ts b/src/loader/index.ts similarity index 100% rename from src/Loader/index.ts rename to src/loader/index.ts diff --git a/src/Processor/index.ts b/src/processor/index.ts similarity index 100% rename from src/Processor/index.ts rename to src/processor/index.ts diff --git a/src/Renderer/index.ts b/src/renderer/index.ts similarity index 100% rename from src/Renderer/index.ts rename to src/renderer/index.ts diff --git a/src/Tags/Component.ts b/src/tags/component.ts similarity index 100% rename from src/Tags/Component.ts rename to src/tags/component.ts diff --git a/src/Tags/Debugger.ts b/src/tags/debugger.ts similarity index 100% rename from src/Tags/Debugger.ts rename to src/tags/debugger.ts diff --git a/src/Tags/Each.ts b/src/tags/each.ts similarity index 100% rename from src/Tags/Each.ts rename to src/tags/each.ts diff --git a/src/Tags/Else.ts b/src/tags/else.ts similarity index 100% rename from src/Tags/Else.ts rename to src/tags/else.ts diff --git a/src/Tags/else_if.ts b/src/tags/else_if.ts similarity index 100% rename from src/Tags/else_if.ts rename to src/tags/else_if.ts diff --git a/src/Tags/If.ts b/src/tags/if.ts similarity index 100% rename from src/Tags/If.ts rename to src/tags/if.ts diff --git a/src/Tags/Include.ts b/src/tags/include.ts similarity index 100% rename from src/Tags/Include.ts rename to src/tags/include.ts diff --git a/src/Tags/include_if.ts b/src/tags/include_if.ts similarity index 100% rename from src/Tags/include_if.ts rename to src/tags/include_if.ts diff --git a/src/Tags/index.ts b/src/tags/index.ts similarity index 100% rename from src/Tags/index.ts rename to src/tags/index.ts diff --git a/src/Tags/Inject.ts b/src/tags/inject.ts similarity index 100% rename from src/Tags/Inject.ts rename to src/tags/inject.ts diff --git a/src/Tags/Layout.ts b/src/tags/layout.ts similarity index 100% rename from src/Tags/Layout.ts rename to src/tags/layout.ts diff --git a/src/Tags/new_error.ts b/src/tags/new_error.ts similarity index 100% rename from src/Tags/new_error.ts rename to src/tags/new_error.ts diff --git a/src/Tags/Section.ts b/src/tags/section.ts similarity index 100% rename from src/Tags/Section.ts rename to src/tags/section.ts diff --git a/src/Tags/Set.ts b/src/tags/set.ts similarity index 100% rename from src/Tags/Set.ts rename to src/tags/set.ts diff --git a/src/Tags/Slot.ts b/src/tags/slot.ts similarity index 100% rename from src/Tags/Slot.ts rename to src/tags/slot.ts diff --git a/src/Tags/Super.ts b/src/tags/super.ts similarity index 100% rename from src/Tags/Super.ts rename to src/tags/super.ts diff --git a/src/Tags/Unless.ts b/src/tags/unless.ts similarity index 100% rename from src/Tags/Unless.ts rename to src/tags/unless.ts diff --git a/src/Template/index.ts b/src/template/index.ts similarity index 100% rename from src/Template/index.ts rename to src/template/index.ts diff --git a/test/async_fixtures.spec.ts b/test/async_fixtures.spec.ts index 7b28899..8e068fc 100644 --- a/test/async_fixtures.spec.ts +++ b/test/async_fixtures.spec.ts @@ -22,7 +22,7 @@ import { Processor } from '../src/processor/index.js' import { normalizeNewLines, normalizeFilename } from '../test_helpers/index.js' import { fileURLToPath } from 'node:url' -const basePath = join(dirname(fileURLToPath(import.meta.url)), '../async-fixtures') +const basePath = join(dirname(fileURLToPath(import.meta.url)), '../async_fixtures') const loader = new Loader() loader.mount('default', basePath) diff --git a/test/newline_fixtures.spec.ts b/test/newline_fixtures.spec.ts index cc94dad..83926da 100644 --- a/test/newline_fixtures.spec.ts +++ b/test/newline_fixtures.spec.ts @@ -21,7 +21,7 @@ import { Processor } from '../src/processor/index.js' import { normalizeNewLines, normalizeFilename } from '../test_helpers/index.js' import { fileURLToPath } from 'node:url' -const basePath = join(dirname(fileURLToPath(import.meta.url)), '../newline-fixtures') +const basePath = join(dirname(fileURLToPath(import.meta.url)), '../newline_fixtures') const loader = new Loader() loader.mount('default', basePath)