-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Component definition TypeScript (#26554)
First pass of component definition TypeScript: just enough to specify a component definition. GitOrigin-RevId: 5e60f0009365522c937adea27b2d680e4db7644d
- Loading branch information
1 parent
a898d0c
commit 697ee9c
Showing
9 changed files
with
661 additions
and
317 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
export const ROOT_DEFINITION_FILENAME = "app.config.ts"; | ||
export const DEFINITION_FILENAME = "component.config.ts"; | ||
|
||
export const IMPLICIT_EVALUATION_RESULT = "component_data.json"; |
Oops, something went wrong.