Skip to content

Commit

Permalink
chore(TS): rm named_accessors (#8493)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 authored Dec 8, 2022
1 parent c0b7c1c commit 14e14ac
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 440 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [next]

- chore(): rm dead code [#8493](https://github.com/fabricjs/fabric.js/pull/8493)
- fix(scaleObject): handle when scale is 0 to not bug flip [#8490](https://github.com/fabricjs/fabric.js/pull/8490)
- chore(TS): migrate StatiCanvas to TS [#8485](https://github.com/fabricjs/fabric.js/pull/8485)
- chore(): refactor `Object.__uid++` => `uid()` [#8482](https://github.com/fabricjs/fabric.js/pull/8482)
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import './HEADER';
// import './lib/event', // optional gestures
import './src/mixins/collection.mixin';
import './src/util/misc/misc';
// import './src/util/named_accessors.mixin'; i would imagine dead forever or proper setters/getters
import './src/parser'; // optional parser
import './src/point.class';
import './src/intersection.class';
Expand Down
Loading

0 comments on commit 14e14ac

Please sign in to comment.