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_proto_library error on proto with import_prefix property #621

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 31, 2024

  1. Example on bazel failing when 2 ts_proto_library are in a single BUIL…

    …D file
    
    error: `Error in directory_path: directory_path rule '_logger_pb.d.ts_dirpath' in package 'examples/proto_grpc' conflicts with existing directory_path rule`
    egormodin committed May 31, 2024
    Configuration menu
    Copy the full SHA
    92caefa View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Add fix from rules_ts repo

    egormodin committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8038719 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge remote-tracking branch 'origin/main'

    # Conflicts:
    #	examples/proto_grpc/BUILD.bazel
    #	ts/proto.bzl
    egormodin committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7ef43ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4436d View commit details
    Browse the repository at this point in the history