Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript support #101

Closed
pomek opened this issue Jul 8, 2022 · 0 comments · Fixed by #121
Closed

TypeScript support #101

pomek opened this issue Jul 8, 2022 · 0 comments · Fixed by #121
Labels
Epic squad:devops Issue to be handled by the Devops team. type:task This issue reports a chore (non-production change) and other types of "todos".
Milestone

Comments

@pomek
Copy link
Member

pomek commented Jul 8, 2022

Provide a description of the task

This is an epic issue for grouping all related tasks.

Goals

  • MUST: To allow preparing a package using TypeScript or JavaScript.
  • MUST: To create a playground for checking the CKEditor 5 migration.

What

  • Add support for processing TypeScript.
  • Add the ability to select TypeScript as the output produced by the package generator.
@pomek pomek added type:task This issue reports a chore (non-production change) and other types of "todos". squad:devops Issue to be handled by the Devops team. Epic labels Jul 8, 2022
@CKEditorBot CKEditorBot added the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Jul 18, 2022
pomek added a commit that referenced this issue Aug 23, 2022
Feature (generator): The package generator allows choosing a programming language that a developer will use to write a custom feature for CKEditor 5. It can be TypeScript or JavaScript. Closes #101.

Feature (tools): Added support for loading TypeScript when running automated tests, a manual sample, or preparing a DLL build.

MAJOR BREAKING CHANGE (generator): The program interacts with a user via CLI when asking about a programming language. If the generator is a part of the sub-process of other tasks, it might be blocked. Hence, use the `--lang (ts|js)` option to avoid blocking a process.
@CKEditorBot CKEditorBot removed the status:in-progress Set automatically when an issue lands in the "In progress" column. We are working on it. label Aug 23, 2022
@CKEditorBot CKEditorBot added this to the iteration 56 milestone Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic squad:devops Issue to be handled by the Devops team. type:task This issue reports a chore (non-production change) and other types of "todos".
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants