|
@@ -389,7 +389,6 @@ class Compiler {
|
|
Enables null safety for a type or a package.
|
|
Enables null safety for a type or a package.
|
|
|
|
|
|
@param path A package, module or sub-type dot path to keep.
|
|
@param path A package, module or sub-type dot path to keep.
|
|
- @param paths An Array of package, module or sub-type dot paths to keep.
|
|
|
|
@param recursive If true, recurses into sub-packages for package paths.
|
|
@param recursive If true, recurses into sub-packages for package paths.
|
|
**/
|
|
**/
|
|
public static function nullSafety(path : String, ?recursive:Bool = true) {
|
|
public static function nullSafety(path : String, ?recursive:Bool = true) {
|