feat: add noIncompleteNsImportDetection assumption to plugin-transform-modules-commonjs (#13290)
This commit is contained in:
@@ -46,7 +46,7 @@ export function createClassFeaturePlugin({
|
||||
feature,
|
||||
loose,
|
||||
manipulateOptions,
|
||||
// TODO(Babel 8): Remove the default falue
|
||||
// TODO(Babel 8): Remove the default value
|
||||
api = { assumption: () => void 0 },
|
||||
}: Options) {
|
||||
const setPublicClassFields = api.assumption("setPublicClassFields");
|
||||
|
||||
Reference in New Issue
Block a user