feat(api): keep page helper out of prelude
Keep the beginner prelude focused on generated authoring primitives by leaving page-boundary rendering as an explicit helper instead of a glob-import default. req: dx/006 req: public_api/005
This commit is contained in:
@@ -151,6 +151,7 @@ fn public_prelude_does_not_export_low_level_primitives() {
|
||||
"GeneratedTarget",
|
||||
"Handle",
|
||||
"ParamName",
|
||||
"page",
|
||||
] {
|
||||
assert!(
|
||||
!exported.contains(&token),
|
||||
|
||||
Reference in New Issue
Block a user