Skip to content

Commit

Permalink
Moves @rules_prerender/declarative_shadow_dom into `//packages/decl…
Browse files Browse the repository at this point in the history
…arative_shadow_dom`.

This is no longer included in the `rules_prerender` package, so it should not be under that directory.
  • Loading branch information
dgp1130 committed Feb 19, 2023
1 parent 501fa44 commit 80ed09c
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ types_only(

npm_link_package(
name = "node_modules/@rules_prerender/declarative_shadow_dom",
src = "//packages/rules_prerender/declarative_shadow_dom:pkg",
src = "//packages/declarative_shadow_dom:pkg",
visibility = ["//visibility:public"],
)
link_prerender_component(
Expand Down
2 changes: 1 addition & 1 deletion examples/external/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm_link_package(
)
npm_link_package(
name = "node_modules/@rules_prerender/declarative_shadow_dom",
src = "@rules_prerender//packages/rules_prerender/declarative_shadow_dom:pkg",
src = "@rules_prerender//packages/declarative_shadow_dom:pkg",
visibility = ["//visibility:public"],
)
link_prerender_component(
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createAnnotation } from '../../../common/models/prerender_annotation';
import { createAnnotation } from '../../common/models/prerender_annotation';
import { polyfillDeclarativeShadowDom } from './declarative_shadow_dom';

describe('declarative_shadow_dom', () => {
Expand Down
1 change: 0 additions & 1 deletion packages/rules_prerender/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ bzl_library(
ts_project(
name = "scripts",
srcs = ["scripts.ts"],
visibility = ["//packages/rules_prerender/declarative_shadow_dom:__pkg__"],
deps = ["//common/models:prerender_annotation"],
)

Expand Down

0 comments on commit 80ed09c

Please sign in to comment.