잡무(부개발): 4.8.0에서 5.2.0
5251 단어 figment
묘사
4.8.0에서 5.2.0으로 요동terser.변경 로그
출처terser's changelog.
v5。2
- Optional chaining syntax is now supported.
- Consecutive await expressions don't have unnecessary parens
- Taking the variable name's length (after mangling) into consideration when deciding to inline
v5。1
import.meta
is now supported- Typescript typings have been improved
v5。0
in
operator now taken into account during property mangle.- Fixed infinite loop in face of a reference loop in some situations.
- Kept exports and imports around even if there's something which will throw before them.
- The main exported bundle for commonjs, dist/bundle.min.js is no longer minified.
v5。0.0-beta。0
- BREAKING:
minify()
is now async and rejects a promise instead of returning an error.- BREAKING: Internal AST is no longer exposed, so that it can be improved without releasing breaking changes.
- BREAKING: Lowest supported node version is 10
- BREAKING: There are no more warnings being emitted
- Module is now distributed as a dual package - You can
import
andrequire()
too.- Inline improvements were made
언약
e0c1a2b
5.2.0 3e0e59e
업데이트 변경 로그7aad3cb
옵션 링크의 초기 실시(a?.b?(c))23abbc3
일부 사용되지 않은 코드를 삭제하고 파손된 변수의 길이를 1b573cda
는 내연 전에 변수명 길이를 고려한다.82be4b4
연속 대기 중 불필요한 인자를 삭제합니다.9dc2dcd
를 포장에 첨가module
.json(#784)491d8d0
5.1.0 612e0b3
업데이트 변경 로그ff851d2
고정타자#779이 PR과의 충돌은 사용자가 직접 변경하지 않는 한 해결될 수 있습니다.주석
@dependabot rebase
을 사용하여 수동으로 재기준을 트리거할 수도 있습니다.신뢰성 명령 및 옵션
이 PR에 의견을 달면 Cortebot 작업을 트리거할 수 있습니다.
- "@relateot rebase"는 이 PR의 기초를 재설정합니다.
- "@relateot recreate"는 이 PR을 다시 만들고 편집한 내용을 덮어씁니다.
- "@cordenot merge"는 CI 전송 후 이 PR을 병합합니다.
- "@relateot squash and merge"는 CI 전송 후 이 PR을 누르고 병합합니다.
- "@Correlot cancel merge"는 이전에 요청한 병합을 취소하고 자동 병합을 차단합니다.
- 이 PR이 종료되면 @Correlot Recover에서 다시 열립니다.
- @CorrelotClose가 PR을 닫고 Correlott를 중지하고 다시 생성합니다.수동으로 닫아서 같은 결과를 얻을 수 있습니다
토론 #1
: 타다: 이 PR은 버전 1.10.0에 포함됩니다. 타다:이 버전은 다음 웹 사이트에서 사용할 수 있습니다.
- npm package (@latest dist-tag)
- GitHub release
당신의 semantic-release 로봇: 소프트웨어 패키지: 로켓:
Reference
이 문제에 관하여(잡무(부개발): 4.8.0에서 5.2.0), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://github.com/tdreyno/figment/issues/208텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)