1. 10 Jan, 2020 4 commits
    • Robert Knight's avatar
      Hoist imports to top level of module · 889277be
      Robert Knight authored
      In preparation for conversion to ES imports, hoist the Node/CommonJS
      imports to the top level of the module.
      889277be
    • Robert Knight's avatar
      Convert `frame-sync` exports to ES module syntax · 137dc22d
      Robert Knight authored
      This will avoid an issue with the export named `default` when the
      majority of imports are converted in the next commit.
      137dc22d
    • Robert Knight's avatar
      Fix a conflict between two Babel plugins · eb18c54b
      Robert Knight authored
      The transform-async-to-promises Babel plugin could end up inserting helper code
      between the `@ngInject` comment and the associated function, breaking
      the functionality of the angularjs-annotate Babel plugin. Work around
      this by adding the `$inject` property to the function manually instead
      of relying on the angularjs-annotate plugin to do it.
      
      This issue only showed up locally when testing out a change to convert
      the module's imports to ES module syntax.
      eb18c54b
    • Robert Knight's avatar
      Normalize several `require` statements · 4c08e23f
      Robert Knight authored
      Normalize several require statements into a form that can be handled
      more easily by an automated tool to convert them to ES modules.
      4c08e23f
  2. 09 Jan, 2020 8 commits
  3. 08 Jan, 2020 10 commits
  4. 07 Jan, 2020 1 commit
  5. 06 Jan, 2020 17 commits