Skip to content

Conversation

@dsanders11
Copy link
Member

@dsanders11 dsanders11 commented Sep 29, 2023

Will create an issue for this, but not going to block this PR on it:

  • Handle case where a fiddle is loaded (local or Gist) and has multiple main.{cjs,js,mjs} files.
@coveralls
Copy link

coveralls commented Sep 29, 2023

Coverage Status

coverage: 87.183% (-0.05%) from 87.23%
when pulling 4081770 on dsanders11:esm
into c6601d9 on electron:main.

@dsanders11 dsanders11 marked this pull request as ready for review November 8, 2023 23:09
@dsanders11 dsanders11 requested review from a team and codebytere as code owners November 8, 2023 23:09
@VerteDinde VerteDinde self-requested a review November 13, 2023 06:53

export function getEditorTitle(id: EditorId): string {
return TITLE_MAP.get(id) || id;
switch (id) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love how clean this entire section is, reads really well!

Copy link
Member

@felixrieseberg felixrieseberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants