-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# yaml-language-server: $schema=https://stencil.rgst.io/static/stencil.jsonschema.json | ||
name: stencil-templatemodule | ||
name: stencil-module-base | ||
arguments: | ||
description: Stencil module forming the base for stencil template modules | ||
owner: platform | ||
templateModule: true | ||
modules: | ||
- name: github.com/udemy/stencil-templatemodule | ||
- name: github.com/udemy/stencil-module-base | ||
replacements: | ||
github.com/udemy/stencil-templatemodule: ./ | ||
github.com/udemy/stencil-module-base: ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# yaml-language-server: $schema=https://stencil.rgst.io/static/stencil.jsonschema.json | ||
name: stencil-templatemodule-test | ||
name: stencil-module-base-test-both | ||
arguments: | ||
description: Test native+template project for validating changes to stencil-templatemodule | ||
description: Test native+template project for validating changes to stencil-module-base | ||
owner: platform | ||
templateModule: true | ||
nativeModule: true | ||
modules: | ||
- name: github.com/udemy/stencil-templatemodule | ||
- name: github.com/udemy/stencil-module-base | ||
replacements: | ||
github.com/udemy/stencil-templatemodule: ../../ | ||
github.com/udemy/stencil-module-base: ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# yaml-language-server: $schema=https://stencil.rgst.io/static/stencil.jsonschema.json | ||
name: stencil-templatemodule-test | ||
name: stencil-module-base-test-native | ||
arguments: | ||
description: Test native module for validating changes to stencil-templatemodule | ||
description: Test native module for validating changes to stencil-module-base | ||
owner: platform | ||
nativeModule: true | ||
modules: | ||
- name: github.com/udemy/stencil-templatemodule | ||
- name: github.com/udemy/stencil-module-base | ||
replacements: | ||
github.com/udemy/stencil-templatemodule: ../../ | ||
github.com/udemy/stencil-module-base: ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# yaml-language-server: $schema=https://stencil.rgst.io/static/stencil.jsonschema.json | ||
name: stencil-templatemodule-test | ||
name: stencil-module-base-test-template | ||
arguments: | ||
description: Test template module for validating changes to stencil-templatemodule | ||
description: Test template module for validating changes to stencil-module-base | ||
owner: platform | ||
templateModule: true | ||
modules: | ||
- name: github.com/udemy/stencil-templatemodule | ||
- name: github.com/udemy/stencil-module-base | ||
replacements: | ||
github.com/udemy/stencil-templatemodule: ../../ | ||
github.com/udemy/stencil-module-base: ../../ |