Skip to content

Commit

Permalink
qe: Add "strictUndefinedChecks" preview feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Sep 9, 2024
1 parent 190a98f commit bf50b8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion psl/psl-core/src/common/preview_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ features!(
ReactNative,
PrismaSchemaFolder,
OmitApi,
TypedSql
TypedSql,
StrictUndefinedChecks
);

/// Generator preview features (alphabetically sorted)
Expand All @@ -100,6 +101,7 @@ pub const ALL_PREVIEW_FEATURES: FeatureMap = FeatureMap {
| RelationJoins
| OmitApi
| PrismaSchemaFolder
| StrictUndefinedChecks
}),
deprecated: enumflags2::make_bitflags!(PreviewFeature::{
AtomicNumberOperations
Expand Down

0 comments on commit bf50b8a

Please sign in to comment.