-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix #10555 Make global types importable * Define and reuse definitions both as global and export * XpBeans and XpLibraries belongs in globals * Make global depend on core (not the other way around) * Remove noImplicitUseStrict which is deprecated in TypeScript 5.5 * Remove NewBean and ScriptValue from global scope. Can be imported from core instead. * Enable strict and fix most type errors * Fix TypeScript errors in grid.ts --------- Co-authored-by: Mikita Taukachou <edloidas@gmail.com> (cherry picked from commit 1a48ac1)
- Loading branch information
Showing
21 changed files
with
322 additions
and
244 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ generated-java | |
classes/ | ||
out/ | ||
.xp/ | ||
.vscode/ | ||
|
||
# Visual Studio Code | ||
bin/ |
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.