Class static private field destructure set (#12917)
* fix: support static private field destructure set ([C.#p] = [0]) * 🚧 * fix: add compatibility warning for older @babel/helper versions * refactor: extract common routines among classPrivateFiled helpers * More 🚧
This commit is contained in:
14
Makefile
14
Makefile
@@ -195,7 +195,21 @@ prepublish:
|
||||
$(MAKE) prepublish-build
|
||||
IS_PUBLISH=true $(MAKE) test
|
||||
|
||||
new-version-checklist:
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@echo "!!!!!! !!!!!!"
|
||||
@echo "!!!!!! Update classStaticPrivateFieldDestructureSet !!!!!!"
|
||||
@echo "!!!!!! helper version in !!!!!!"
|
||||
@echo "!!!!!! packages/babel-helpers/src/helpers.js !!!!!!"
|
||||
@echo "!!!!!! packages/babel-helper-create-class-features-plugin/src/fields.js"
|
||||
@echo "!!!!!! !!!!!!"
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
@exit 1
|
||||
|
||||
new-version:
|
||||
$(MAKE) new-version-checklist
|
||||
git pull --rebase
|
||||
$(YARN) release-tool version -f @babel/standalone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user