Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Remove build step#23

Merged
mkaz merged 3 commits into
masterfrom
try/nobuild
Nov 28, 2018
Merged

Remove build step#23
mkaz merged 3 commits into
masterfrom
try/nobuild

Conversation

@mkaz
Copy link
Copy Markdown
Owner

@mkaz mkaz commented Nov 27, 2018

Convert block to straight Javascript, no build required.

Comment thread code-syntax.js
onChange: updateLanguage,
} )
),
el( 'div', { key: 'editor-wrapper', className: className },
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

If you're feeling really saucy, you could do something like

const div = el.bind( null, 'div' );
div( { key: 'editor-wrapper', className: className },…

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants