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

[TS/JS] Entry point per namespace and reworked 1.x compatible single file build #7510

Merged
merged 51 commits into from Jan 21, 2023

Commits on Nov 11, 2022

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

Commits on Nov 12, 2022

  1. Copy the full SHA
    72cae79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4a17f5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d236af View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Copy the full SHA
    fa26bdf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    95a7519 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5ade15a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4a4e1db View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a1e8d8f View commit details
    Browse the repository at this point in the history
  6. Attempt to add esbuild

    bjornharrtell committed Nov 14, 2022
    Copy the full SHA
    c58e85c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    70e7d21 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    784ffdd View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    03b58f1 View commit details
    Browse the repository at this point in the history
  10. Shuffle

    bjornharrtell committed Nov 14, 2022
    Copy the full SHA
    f31b93c View commit details
    Browse the repository at this point in the history
  11. Upgrade bazel deps

    bjornharrtell committed Nov 14, 2022
    Copy the full SHA
    a2c1457 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    dabc775 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    029cf87 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Copy the full SHA
    25a36a5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    224c9c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Dec 1, 2022

  1. Copy the full SHA
    1a99c1c View commit details
    Browse the repository at this point in the history
  2. Add esbuild dependency

    dbaileychess committed Dec 1, 2022
    Copy the full SHA
    92ac29b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    307dff8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2d52888 View commit details
    Browse the repository at this point in the history
  5. Update WORKSPACE

    dbaileychess committed Dec 1, 2022
    Copy the full SHA
    6e35f16 View commit details
    Browse the repository at this point in the history
  6. Unfreeze Lockfile

    dbaileychess committed Dec 1, 2022
    Copy the full SHA
    3a61085 View commit details
    Browse the repository at this point in the history
  7. Update WORKSPACE

    dbaileychess committed Dec 1, 2022
    Copy the full SHA
    a336904 View commit details
    Browse the repository at this point in the history
  8. Update BUILD.bazel

    dbaileychess committed Dec 1, 2022
    Copy the full SHA
    2ed44a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Copy the full SHA
    0905de7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ef1502 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    57a8cfb View commit details
    Browse the repository at this point in the history
  4. Prelim bundle test

    bjornharrtell committed Dec 10, 2022
    Copy the full SHA
    de00f0b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8704e69 View commit details
    Browse the repository at this point in the history
  6. Deps upgrade

    bjornharrtell committed Dec 10, 2022
    Copy the full SHA
    6441b02 View commit details
    Browse the repository at this point in the history
  7. Clang format fix

    bjornharrtell committed Dec 10, 2022
    Copy the full SHA
    595bf4f View commit details
    Browse the repository at this point in the history
  8. Revert bazel changes

    bjornharrtell committed Dec 10, 2022
    Copy the full SHA
    11271d4 View commit details
    Browse the repository at this point in the history
  9. Fix newline

    bjornharrtell committed Dec 10, 2022
    Copy the full SHA
    63b28c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 23, 2022

  1. Copy the full SHA
    3de95e2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4aca077 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Copy the full SHA
    74e136e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ac6be5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Copy the full SHA
    1b3e01f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6fafede View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6c07d62 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Bazel support for esbuild-based flatc

    Unfortunately, we lose typing information because the new esbuild method
    of generating single files does not generate type information.
    
    The method used here is a bit hack-ish because it relies on parsing the
    console output of flatc to figure out what to do.
    jkuszmaul authored and bjornharrtell committed Jan 15, 2023
    Copy the full SHA
    5f28a53 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Copy the full SHA
    96ddf2c View commit details
    Browse the repository at this point in the history
  2. Auto formatting fixes

    bjornharrtell committed Jan 16, 2023
    Copy the full SHA
    027bc8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9ffa2ac View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Copy the full SHA
    2ae545b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ee0c9f View commit details
    Browse the repository at this point in the history