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

[FEAT] ImportLibrary() and Proper Typescript Support #15

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2020

  1. Properly Transpile from Typescript

    Runs the Editor code through the typescript transpiler before execution.
    
    This is in preparation for typescript library importation.
    
    Soon you will be able to use whatever typescript syntax you like!  No longer will you be constrained by the tyrrany of the standard library!
    zalo committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f3bd946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0ee8c View commit details
    Browse the repository at this point in the history
  3. Fix most aspects...

    zalo committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    edc5f7c View commit details
    Browse the repository at this point in the history
  4. Fix code import

    zalo committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    1f08808 View commit details
    Browse the repository at this point in the history
  5. Add ES5 and WebWorker Libs

    zalo committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    eb2bd68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06f9f4c View commit details
    Browse the repository at this point in the history
  7. Small Update to types

    zalo committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    1b8a369 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

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

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    85f09e3 View commit details
    Browse the repository at this point in the history
  2. Fix Rotate

    zalo committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    4b17c86 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    31a9079 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eccee2c View commit details
    Browse the repository at this point in the history