Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Merge changes from upstream #22

Merged
merged 84 commits into from
Jan 7, 2018
Merged

Merge changes from upstream #22

merged 84 commits into from
Jan 7, 2018

Conversation

papermana
Copy link

tharakawj and others added 30 commits September 16, 2017 21:15
* Class fields to stage 3

Per 2017.07.27 TC39
tc39/proposals@0bbbb08

* Be explicit that only the public part of the unified field proposal is available.
* Add link to active CSS modules discussion

* Update README.md
* File headers BSD+Patents -> MIT

* BSD+Patents -> MIT
Also, clarify hot reloading a bit.
Correct manual proxy documentation
Changed

`<!doctype html>`

to

`<!DOCTYPE html>`

According to the spec it should be uppercase (but parsing is case insensitive)
* Allow the dev server to watch for changes in src/node_modules

* fix eslint error

* fix broken regex

* handle trailing slash edge case for file paths

Closes facebook#2760
Fixes facebook#3223
* Windows compatibility

* Use regex for mutli-replace
* Make error overlay to run in the context of the iframe

* Configure webpack to build the entire package

* Remove inline raw-loader config

* Configure watch mode for error-overlay webpack build

* Add polyfills to the error-overlay iframe script

* Add header comment

* Configure to fail CI on error or warning

* Suppress flow-type error on importing iframe-bundle

* Change webpack to a dev dependency and pin some versions

* Disable webpack cache

* Update license headers to MIT
* Implement click-to-open for babel syntax errors in build error overlay

* Add click-to-open support for lint errors and refactor parser

* Reactor code to reuse open-in-editor functionality in both build and runtime error overlays

* Fix some eslint warnings

* Add a comment about keeping middleware and dev client in sync

* Remove es6 features from webpack dev client

* Make open-in-editor functionality to work with new iframe script

* Rename `openInEditor` to `editorHandler`
 -  Remove indirection of openInEditorListener
 -  Check editorHandler for null before styling error clickable

* Fix flow errors
* `react-error-overlay` has no dependencies now (it's bundled)

* Use babel 6 for now
…3264)

* Add a warning when running minified

* Add more robust check

* Update index.js
* Use production React version

* We cannot strip our own checks if production

* Keep the sourcemap during minify

* Prevent devtools pollution

* Add some comments

* sigh
The existing link lands on a 'this page has moved' placeholder that
doesn't redirect to the correct location. This PR replaces it with the
currently working URL.
* update eslint-plugin-react to 7.3.0

* Updated eslint-plugin-react to 7.4.0
ryanswapp and others added 27 commits November 2, 2017 13:54
Fixed a small grammatical issue that I noticed while browsing the README today
* Add link to VS Code troubleshooting guide

* Update README.md
"subway" by itself is not a proper noun
* extra watch options regex to react-dev-utils

* fix regex

* add test

* fix eslint error

* include react-dev-utils test in CI script

* attempt to fix import error

* attempt to fix error on CI

* Update .eslintrc
* one-line waiting for app start

* remove fixed todo
* improve eject message

* cross os implementation
* add —use-npm flag to bypass yarn

* add e2e test for —use-npm flag
* docs: adding section about debugging tests

* docs: removing node-inspector references

* docs: replacing terminal command with npm script

* Update README.md
Fix another dead link
the code got updated from `detect()` to `choosePort` while the comment did not.
The launch configuration code provided is not compatible with VSCode since version 1.19.
The proposed documentation change is based on the response by a VSCode team member.

References:
facebook#3602 (comment)
microsoft/vscode#40293 (comment)
@papermana papermana merged commit 1da9ccf into master Jan 7, 2018
@papermana papermana deleted the facebookincubator-master branch January 7, 2018 19:09
@papermana papermana mentioned this pull request Jan 22, 2018
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.