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

Add require.on function to loader. Taken example from Dojo 1.0. Related to Issue #14 #43

Closed
wants to merge 30 commits into from

Commits on Feb 19, 2016

  1. Configuration menu
    Copy the full SHA
    862be35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b21694 View commit details
    Browse the repository at this point in the history
  3. switched to string literal for type or signal

    Tom Dye committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    db3e6eb View commit details
    Browse the repository at this point in the history
  4. reorder interface

    Tom Dye committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    3e8ff8c View commit details
    Browse the repository at this point in the history
  5. checkpoint with BF

    Tom Dye committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    977c341 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. added node unit tests

    Tom Dye committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    bd3a739 View commit details
    Browse the repository at this point in the history
  2. added functional tests

    Tom Dye committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    0234801 View commit details
    Browse the repository at this point in the history
  3. added functional tests

    Tom Dye committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    12616b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. fix failed ie tests

    Tom Dye committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    4fd26db View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. update to TS1.8

    Tom Dye committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    32fd398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d66b5d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. tslint update

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    2b2cea7 View commit details
    Browse the repository at this point in the history
  2. updated tslint

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    1db58ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8bf185 View commit details
    Browse the repository at this point in the history
  4. fixed browser tests;

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    bfb9ae9 View commit details
    Browse the repository at this point in the history
  5. ident to indent, fixed spaces

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    02c8def View commit details
    Browse the repository at this point in the history
  6. fix tab

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    ccfe58d View commit details
    Browse the repository at this point in the history
  7. updated comments from bforbes

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    1bf81d6 View commit details
    Browse the repository at this point in the history
  8. moved interfaces to .d.ts file

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    95849c9 View commit details
    Browse the repository at this point in the history
  9. moved interfaces to .d.ts file

    Tom Dye committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    773e559 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. reorder exports

    Tom Dye committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    377ba0c View commit details
    Browse the repository at this point in the history
  2. parent mid in interface

    Tom Dye committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    c600f8c View commit details
    Browse the repository at this point in the history
  3. comment addressing

    Tom Dye committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    cdac75a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2016

  1. set edit flag to false

    Tom Dye committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    640119f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. gitignore

    Tom Dye committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    3fe2501 View commit details
    Browse the repository at this point in the history
  2. moved function def

    Tom Dye committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    ae80fa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Update .gitignore

    Tom Dye authored and Tom Dye committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    ce57790 View commit details
    Browse the repository at this point in the history
  2. moved loadNodeModule def and added noop

    Tom Dye committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    281ffd0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ts1.8' into moduleLoadErrorReporting

    Conflicts:
    	src/loader.ts
    Tom Dye committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    6c6b04c View commit details
    Browse the repository at this point in the history
  4. updated lint error

    Tom Dye committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    1a77e3b View commit details
    Browse the repository at this point in the history