Skip to content

unsafe re-order and make .ts > .js - #649

Closed
bluelovers wants to merge 1 commit into
TypeStrong:masterfrom
bluelovers:pr/ext
Closed

unsafe re-order and make .ts > .js#649
bluelovers wants to merge 1 commit into
TypeStrong:masterfrom
bluelovers:pr/ext

Conversation

@bluelovers

Copy link
Copy Markdown
Contributor

@coveralls

coveralls commented Jul 29, 2018

Copy link
Copy Markdown

Coverage Status

Coverage decreased (-1.4%) to 84.673% when pulling 06586e3 on bluelovers:pr/ext into 8706c31 on TypeStrong:master.

Comment threadsrc/index.ts Outdated
extensions.forEach(extension => {
registerExtension(extension, ignore, register, originalJsHandler)
})
registerHanlder(opts, extensions, ignore, register, originalJsHandler)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Typo

Suggested change
registerHanlder(opts,extensions,ignore,register,originalJsHandler)
registerHandler(opts,extensions,ignore,register,originalJsHandler)

Comment threadsrc/index.ts Outdated
/**
* unsafe re-order and make .ts > .js
*/
function registerHanlder (

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Typo

Suggested change
functionregisterHanlder(
functionregisterHandler(

@3mard

Copy link
Copy Markdown
Contributor

@blakeembrey Will this be merged ?

@blakeembrey

Copy link
Copy Markdown
Member

@3mard Yes, if we refactor and add a test I'm ok merging this.

@3mard

Copy link
Copy Markdown
Contributor

@bluelovers will this be updated ?

@bluelovers

Copy link
Copy Markdown
ContributorAuthor

@3mard

@3mard

Copy link
Copy Markdown
Contributor

@bluelovers Can you please add some unit tests ? ( ... incase the hack became absolute )

@bluelovers

Copy link
Copy Markdown
ContributorAuthor

@3mard i don't know how add a test for this

@G-RathG-Rath mentioned this pull request May 28, 2019
@blakeembrey

Copy link
Copy Markdown
Member

This was landed in #837.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@bluelovers@coveralls@3mard@blakeembrey