Allow compiling #foo in obj without compiling private fields (#13172)

This commit is contained in:
Nicolò Ribaudo
2021-04-21 15:46:40 +02:00
parent 3c2b98ff06
commit 2fc288576e
45 changed files with 712 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ import {
isLoose,
} from "./features";
export { FEATURES, injectInitialization };
export { FEATURES, enableFeature, injectInitialization };
// Note: Versions are represented as an integer. e.g. 7.1.5 is represented
// as 70000100005. This method is easier than using a semver-parsing