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

Add initial implementation #1

Merged
merged 4 commits into from
Nov 3, 2017
Merged

Add initial implementation #1

merged 4 commits into from
Nov 3, 2017

Conversation

lhorie
Copy link
Contributor

@lhorie lhorie commented Nov 2, 2017

Resolves #2

@lhorie lhorie changed the title initial import add initial import Nov 3, 2017
@rtsao rtsao changed the title add initial import Add initial implementation Nov 3, 2017
rtsao
rtsao previously approved these changes Nov 3, 2017
.eslintrc.js Outdated
rules: {
'no-unused-vars': [
'error',
{vars: 'all', args: 'none', varsIgnorePattern: '^h$'},
Copy link
Member

@rtsao rtsao Nov 3, 2017

Choose a reason for hiding this comment

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

Is this meant to be here? I assume this has to do with JSX?

Copy link
Contributor Author

@lhorie lhorie Nov 3, 2017

Choose a reason for hiding this comment

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

I think it might be an old config. It seems to be a bad copy-paste from some preact thing. I'll get rid of it so it's consistent with other eslintrc's

ganemone
ganemone previously approved these changes Nov 3, 2017
@lhorie
Copy link
Contributor Author

lhorie commented Nov 3, 2017

!merge

@old-fusion-bot old-fusion-bot bot merged commit aff20f0 into master Nov 3, 2017

---

### API
Copy link
Member

Choose a reason for hiding this comment

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

Docs for HOC?

Copy link
Contributor

Choose a reason for hiding this comment

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

Honestly I think we should maybe not document it at all. I'm not convinced we want to expose this interface

Copy link
Contributor Author

Choose a reason for hiding this comment

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

my 2 cents: document, and if we change it, do it formally via a changelog/version bump

@ganemone ganemone deleted the initial-import branch November 3, 2017 21:49
UberOpenSourceBot pushed a commit that referenced this pull request Sep 1, 2021
This fixes an issue where stack traces where pointing to a single `server-main.js` file, instead of respective source file in production logs. `cheap-*` devtool can not be used with minimizers, as it does not include column mappings (see [#1](https://github.com/webpack-contrib/terser-webpack-plugin#note-about-source-maps) [#2](webpack/webpack#4176 (comment)))
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.

None yet

3 participants