Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Remove unused namespace declaration & expression #164

Merged
merged 2 commits into from
Dec 18, 2017
Merged

Remove unused namespace declaration & expression #164

merged 2 commits into from
Dec 18, 2017

Commits on Aug 30, 2017

  1. Remove unused namespace declaration & expression

    Its minor and optimized away in minification, but in a react-native environment these left-over bits cause problems. 
    The babelHelpers assignment somehow replaces the global one...which i think is a bug on their part, but I still think this is good to do.
    jsg2021 authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    5fde984 View commit details
    Browse the repository at this point in the history
  2. fix the expression pattern

    jsg2021 authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    2f55c8e View commit details
    Browse the repository at this point in the history