-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Migrate Teraslice to use ESM modules natively - Remove built in processors, these are moved to Standard Assets Issues: - eslint needs to be updated to be able to correctly parse typescripte >5.2. It throws warning - eslint is having a problem linting an esm module based package. The primary issue is that this is a monorepo with several packages and we are slowly converting code over. For now I am ignoring linting on teraslice until I can figure out a way to do it independently for each package, assuming its worth the dev effort. - using `@swc/jest` for typescript compiling for jest testing is causing errors with class decorators, so I am keeping ts-jest for the rest of the tests and using the new one until it can be properly configured
- Loading branch information
Showing
100 changed files
with
1,034 additions
and
1,591 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
Oops, something went wrong.