Skip to content

Conversation

@stephenlacy
Copy link
Contributor

react-native-cli/index.js

  • change double to single quotes

@amasad
Copy link
Contributor

amasad commented Mar 26, 2015

Thanks!

amasad added a commit that referenced this pull request Mar 26, 2015
Lint code - change double to single quotes to keep code style
@amasad amasad merged commit 937dec7 into facebook:master Mar 26, 2015
@stephenlacy
Copy link
Contributor Author

😄

@stephenlacy stephenlacy deleted the cli branch March 26, 2015 17:59
harrykiselev pushed a commit to harrykiselev/react-native that referenced this pull request Aug 5, 2015
facebook-github-bot pushed a commit that referenced this pull request Aug 10, 2018
Summary:
**Summary**

This pull request bumps Babel to 7.0.0-beta.56 to incorporate the latest bugfixes from Babel.

**Test plan**

One way to test is to add a simple TypeScript file with a type as the default export:

```typescript
export const test = 1
export default interface A {}
```

and then import that file from any other file:

```js
import { test } from './typescript-test'
```

Before this would throw an error, but with the latest Babel this is now fixed.
Pull Request resolved: facebook/metro#216

Reviewed By: mjesun

Differential Revision: D9216331

Pulled By: rafeca

fbshipit-source-id: a48e87c3c6b2902be410395b1b4afab63cb88fec
kelset pushed a commit that referenced this pull request Aug 13, 2018
Summary:
**Summary**

This pull request bumps Babel to 7.0.0-beta.56 to incorporate the latest bugfixes from Babel.

**Test plan**

One way to test is to add a simple TypeScript file with a type as the default export:

```typescript
export const test = 1
export default interface A {}
```

and then import that file from any other file:

```js
import { test } from './typescript-test'
```

Before this would throw an error, but with the latest Babel this is now fixed.
Pull Request resolved: facebook/metro#216

Reviewed By: mjesun

Differential Revision: D9216331

Pulled By: rafeca

fbshipit-source-id: a48e87c3c6b2902be410395b1b4afab63cb88fec
acoates-ms added a commit to acoates-ms/react-native that referenced this pull request Jan 8, 2020
* Remove some usages of win32 that are no longer needed.

* lint fix
jfrolich pushed a commit to jfrolich/react-native that referenced this pull request Apr 22, 2020
ayushjainrksh referenced this pull request in MLH-Fellowship/react-native Jul 2, 2020
Making it a little clearer that you can use vector config options with vector values.
huntie added a commit to huntie/react-native that referenced this pull request Oct 30, 2025
Summary:
Changelog: [Internal] - Update `react-native/debugger-frontend` from 96e6bb8...7aa57d1

Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@96e6bb8...7aa57d1).


### Changelog

| Commit | Author | Date/Time | Subject |
| ------ | ------ | --------- | ------- |
| [7aa57d13e](facebook/react-native-devtools-frontend@7aa57d13e) | Alex Hunt ([email protected]) | 2025-10-30T19:45:26+00:00 | [Add AGENTS.md (facebook#215)](facebook/react-native-devtools-frontend@7aa57d13e) |
| [d524f81db](facebook/react-native-devtools-frontend@d524f81db) | Alex Hunt ([email protected]) | 2025-10-30T18:43:44+00:00 | [Enable Performance panel by default (facebook#216)](facebook/react-native-devtools-frontend@d524f81db) |
| [62f76dfbb](facebook/react-native-devtools-frontend@62f76dfbb) | Alex Hunt ([email protected]) | 2025-10-30T17:01:50+00:00 | [Update project name in setup script (facebook#214)](facebook/react-native-devtools-frontend@62f76dfbb) |

Differential Revision: D85888511
meta-codesync bot pushed a commit that referenced this pull request Oct 30, 2025
Summary:
Pull Request resolved: #54340

Changelog: [Internal] - Update `react-native/debugger-frontend` from 96e6bb8...7aa57d1

Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@96e6bb8...7aa57d1).

### Changelog

| Commit | Author | Date/Time | Subject |
| ------ | ------ | --------- | ------- |
| [7aa57d13e](facebook/react-native-devtools-frontend@7aa57d13e) | Alex Hunt ([email protected]) | 2025-10-30T19:45:26+00:00 | [Add AGENTS.md (#215)](facebook/react-native-devtools-frontend@7aa57d13e) |
| [d524f81db](facebook/react-native-devtools-frontend@d524f81db) | Alex Hunt ([email protected]) | 2025-10-30T18:43:44+00:00 | [Enable Performance panel by default (#216)](facebook/react-native-devtools-frontend@d524f81db) |
| [62f76dfbb](facebook/react-native-devtools-frontend@62f76dfbb) | Alex Hunt ([email protected]) | 2025-10-30T17:01:50+00:00 | [Update project name in setup script (#214)](facebook/react-native-devtools-frontend@62f76dfbb) |

Reviewed By: hoxyq

Differential Revision: D85888511

fbshipit-source-id: fbe4be107d8be6db7b91199dfe44b604b5be0036
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.

2 participants