Update build logic

This commit is contained in:
Nick Gerleman
2022-12-22 03:06:42 -08:00
parent bf3af7eb90
commit d2effccfee
35 changed files with 1379 additions and 1874 deletions

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("absolute_layout_width_height_start_top", function () {
var config = Yoga.Config.create();

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("align_baseline_parent_using_child_in_column_as_reference", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("align_content_flex_start", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("align_items_stretch", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("align_self_center", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGAndroidNewsFeed.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("android_news_feed", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("border_no_size", function () {
var config = Yoga.Config.create();

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("border_start", function () {
var root = Yoga.Node.create();

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("margin_start", function () {
var root = Yoga.Node.create();

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("padding_start", function () {
var root = Yoga.Node.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGDimensionTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("wrap_child", function () {
var config = Yoga.Config.create();

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("dirtied", function() {
var root = Yoga.Node.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGDisplayTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("display_none", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("flex_direction_column_no_height", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("flex_basis_flex_grow_column", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("wrap_column", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGGapTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("column_gap_flexible", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("justify_content_row_flex_start", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("margin_start", function () {
var config = Yoga.Config.create();

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("measure_once_single_flexible_child", function () {
var root = Yoga.Node.create();

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("dont_measure_single_grow_shrink_child", function () {
var root = Yoga.Node.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("max_width", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("padding_no_size", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGPercentageTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("percentage_width_height", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("rounding_flex_basis_flex_grow_row_width_of_100", function () {
var config = Yoga.Config.create();

View File

@@ -7,7 +7,7 @@
// @generated by gentest/gentest.rb from gentest/fixtures/YGSizeOverflowTest.html
var Yoga = Yoga || require("../../dist");
var Yoga = Yoga || require("../..");
it("nested_overflowing_child", function () {
var config = Yoga.Config.create();