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

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

Closed
wants to merge 1 commit into from

Conversation

bluelovers
Copy link
Contributor

@coveralls
Copy link

coveralls commented Jul 29, 2018

Coverage Status

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

src/index.ts Outdated
extensions.forEach(extension => {
registerExtension(extension, ignore, register, originalJsHandler)
})
registerHanlder(opts, extensions, ignore, register, originalJsHandler)
Copy link
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)

src/index.ts Outdated
/**
* unsafe re-order and make .ts > .js
*/
function registerHanlder (
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo

Suggested change
function registerHanlder (
function registerHandler (

@3mard
Copy link
Contributor

3mard commented Feb 23, 2019

@blakeembrey Will this be merged ?

@blakeembrey
Copy link
Member

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

@3mard
Copy link
Contributor

3mard commented Mar 13, 2019

@bluelovers will this be updated ?

@bluelovers
Copy link
Contributor Author

@3mard

@3mard
Copy link
Contributor

3mard commented Mar 14, 2019

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

@bluelovers
Copy link
Contributor Author

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

@blakeembrey
Copy link
Member

This was landed in #837.

@blakeembrey blakeembrey closed this Nov 8, 2019
Sign up for free to 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