-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Field Grouping in layout.json (#157)
* add lint support for field grouping in layout.json * refactor common schema * include variable items defined under groupbox * add test for linting variables in groupbox * fix incorrect default snippet for groupbox * add groupbox to valid all-fields.json * add more valid and invalid fields and enums examples * add field completion tests for GroupBox items and json-schema defaultSnippets test * push up tests in layout.test.ts some are failing * Update packages/analyticsdx-template-lint/src/linter.ts Co-authored-by: Greg Smith <[email protected]> * fix test for variable in groupbox go to definition * fix completion tests for groupbox var * fix code completion test for groupbox var * fix failing test in ui.test.ts due to new variable introduced * fix broken test for layout.jso in templateLinter * add object type to avoid strict mode warning * Delete jsconfig.json * Delete .forceignore --------- Co-authored-by: Greg Smith <[email protected]>
- Loading branch information
Showing
18 changed files
with
530 additions
and
109 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
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
Oops, something went wrong.