Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Babel for TypeScript instead of tsc #5109

Merged
merged 56 commits into from
Apr 4, 2019

Commits on Dec 27, 2018

  1. yarn.lock

    kroeder committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    2fc1518 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Configuration menu
    Copy the full SHA
    1a5fa4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8543bf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Angular now gets compiled by tsc, everything else is compiled by babe…

    …l-typescript
    
    TODO: need to migrate app/angular/server to TS in order to work with tsc
    kroeder committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    8c8775c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    a40589a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5f4775 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next' into ts-migration/babel-typescript

    # Conflicts:
    #	yarn.lock
    ndelangen committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    468477d View commit details
    Browse the repository at this point in the history
  4. MAYBE fix build

    ndelangen committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    2da70f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. Merge branch 'next' into ts-migration/babel-typescript

    # Conflicts:
    #	.babelrc.js
    #	app/angular/src/client/preview/render.js
    #	package.json
    #	yarn.lock
    ndelangen committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    d351d87 View commit details
    Browse the repository at this point in the history
  2. FIX circular dep

    ndelangen committed Mar 2, 2019
    1 Configuration menu
    Copy the full SHA
    4be2657 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Add demo.js to the root of the package to allow @storybook/angular/de…

    …mo again instead of @storybook/angular/dist/demo
    kroeder committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    b79e39a View commit details
    Browse the repository at this point in the history
  2. Rename dev:js to dev:babel and dev:ts to dev:tsc since babel does ts-…

    …compiling as well
    
    - dev:tsc is still a thing because of angular that won't compile with babel
    kroeder committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    65b8c31 View commit details
    Browse the repository at this point in the history
  3. Add index.d.ts and handle this in a separate migration

    Remove accidentally added render.js
    kroeder committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    36c738e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    66b3cdb View commit details
    Browse the repository at this point in the history
  2. Move types into typings.d.ts

    kroeder committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    22b919a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    1e0abdd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Merge branch 'next' into ts-migration/babel-typescript

    # Conflicts:
    #	app/angular/src/server/framework-preset-angular.ts
    #	examples/angular-cli/package.json
    #	package.json
    #	scripts/compile-babel.js
    #	yarn.lock
    ndelangen committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    8616481 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    44e566f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Merge branch 'next' into ts-migration/babel-typescript

    # Conflicts:
    #	app/angular/src/client/preview/render.js
    #	scripts/compile-babel.js
    #	yarn.lock
    ndelangen committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    d551fb3 View commit details
    Browse the repository at this point in the history
  2. ADD @storybook/api to dll

    ndelangen committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    10a530d View commit details
    Browse the repository at this point in the history
  3. WIP

    ndelangen committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    45dcad3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Merge branch 'next' into ts-migration/babel-typescript

    # Conflicts:
    #	yarn.lock
    ndelangen committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    14f8cbc View commit details
    Browse the repository at this point in the history
  2. WIP

    ndelangen committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    c1d2ba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    f0c4cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161fc1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ed0898 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f4f5b5 View commit details
    Browse the repository at this point in the history
  5. WIP refactoring

    kroeder committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    3f12a74 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. fix app/angular build

    kroeder committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    2162772 View commit details
    Browse the repository at this point in the history
  2. fix --scope command

    kroeder committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    0a9626d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a2919c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1194c5f View commit details
    Browse the repository at this point in the history
  5. Set experimentalDecorators: true in root/tsconfig.json because jest f…

    …ails in app/angular otherwise
    kroeder committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    29db6ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d667a92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37576e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87dfbb7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bccd3d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa9fa9e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Configuration menu
    Copy the full SHA
    f19c1eb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    33d9835 View commit details
    Browse the repository at this point in the history
  2. Possibly fix Namespace '"/tmp/storybook/node_modules/hoist-non-react-…

    …statics/index"' has no exported member 'NonReactStatics'.
    
    See DefinitelyTyped/DefinitelyTyped#33919
    kroeder committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    f3b83a1 View commit details
    Browse the repository at this point in the history
  3. Workaround fix for DefinitelyTyped/DefinitelyTyped#33919 "'"/tmp/stor…

    …ybook/node_modules/hoist-non-react-statics/index"' has no exported member 'NonReactStatics'."
    kroeder committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    4da6504 View commit details
    Browse the repository at this point in the history
  4. Fix ts issues during yarn dev

    kroeder committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    bfce809 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4050dbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4729fc4 View commit details
    Browse the repository at this point in the history
  7. yarn.lock

    kroeder committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    7104e93 View commit details
    Browse the repository at this point in the history
  8. Revert "try removing weak-package in the assumption that it is not us…

    …ed and might fix netlifly"
    
    This reverts commit 4729fc4.
    kroeder committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    6e6df7c View commit details
    Browse the repository at this point in the history
  9. Revert "yarn.lock"

    This reverts commit 7104e93.
    kroeder committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    10ac24b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45f0445 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24e7eb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Update snapshot

    shilman committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    2521d2b View commit details
    Browse the repository at this point in the history
  2. clean up babelrc

    kroeder committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    413438a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef57974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7237cd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Resolved change requests

    kroeder committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    0b881e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Add changes based on #6415

    kroeder committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    dc521ca View commit details
    Browse the repository at this point in the history