Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whydoidoit/babel-playcanvas-template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: snowfrogdev/typescript-playcanvas-template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 13 files changed
  • 1 contributor

Commits on Dec 7, 2017

  1. Change webpack loader from Babel to TypeScript

    Remove most dependencies from the project, including Babel and add TypeScript.
    
    TODO: Examine pc.createScript and https://www.npmjs.com/package/createscript to see what changes need to be implemented in order to use a more 'TypeScripty' way of creating PC scripts.
    
    Also, the types definitions need a lot of work.
    Philippe Vaillancourt committed Dec 7, 2017
    Copy the full SHA
    ed0da1c View commit details

Commits on Dec 12, 2017

  1. Add Webpack dev server and modify typings

    Philippe Vaillancourt committed Dec 12, 2017
    Copy the full SHA
    69aefb5 View commit details
  2. Clean up main.ts and import example file

    Philippe Vaillancourt committed Dec 12, 2017
    Copy the full SHA
    c582052 View commit details

Commits on Jan 3, 2018

  1. Add ES6 class support with decorator

    Philippe Vaillancourt committed Jan 3, 2018
    Copy the full SHA
    a90d7af View commit details
  2. Add type declaration files

    Philippe Vaillancourt committed Jan 3, 2018
    Copy the full SHA
    1d7c0ba View commit details
  3. Add TypeScript specific info

    Philippe Vaillancourt committed Jan 3, 2018
    Copy the full SHA
    038c602 View commit details
  4. Add keyword

    Philippe Vaillancourt committed Jan 3, 2018
    Copy the full SHA
    40cdc44 View commit details

Commits on Jan 7, 2018

  1. Remove types folder and instead add @types/playcanvas dependency

    Philippe Vaillancourt committed Jan 7, 2018
    Copy the full SHA
    d0ab333 View commit details
Loading