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

Make ts-node eval public for node REPL consumption #1121

Merged
merged 21 commits into from Dec 3, 2020

Commits on Sep 3, 2020

  1. Copy the full SHA
    ffe2428 View commit details
    Browse the repository at this point in the history
  2. Add a test

    MarcManiez committed Sep 3, 2020
    Copy the full SHA
    6c3ecbf View commit details
    Browse the repository at this point in the history
  3. Fix a couple of typos

    MarcManiez committed Sep 3, 2020
    Copy the full SHA
    c064d71 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b6eca72 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Try removing spec

    MarcManiez committed Sep 4, 2020
    Copy the full SHA
    ada5afd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9ab7eca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    58354c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Copy the full SHA
    6d8a66f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. - Reorder repl.ts declarations to match the original order from bin.ts

    - promote createReplService to top of the file since it will hopefully be the
    main entrypoint to any REPL functionality
    cspotcode committed Nov 20, 2020
    Copy the full SHA
    02c174a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    95375d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Copy the full SHA
    7acec12 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b2f13e3 View commit details
    Browse the repository at this point in the history
  3. export REPL from index.ts

    cspotcode committed Nov 21, 2020
    Copy the full SHA
    d539f40 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary export

    cspotcode committed Nov 21, 2020
    Copy the full SHA
    4164a37 View commit details
    Browse the repository at this point in the history
  5. Add test for new REPL API

    cspotcode committed Nov 21, 2020
    Copy the full SHA
    9b834b0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    495475e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. tweak identifiers

    cspotcode committed Nov 23, 2020
    Copy the full SHA
    80f67ed View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Copy the full SHA
    d610300 View commit details
    Browse the repository at this point in the history
  2. fix name

    cspotcode committed Dec 3, 2020
    Copy the full SHA
    354cb10 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7f1a7a2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5267c0b View commit details
    Browse the repository at this point in the history