Skip to content

Commit aae09ef

Browse files
authored
Merge branch 'main' into yj-2427-remove-unsound-null-safety
2 parents 23ff7d1 + a5ac4ac commit aae09ef

File tree

10 files changed

+8842
-13464
lines changed

10 files changed

+8842
-13464
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 24.2.0-wip
2-
- Replace deprecated JS code `this.__proto__` with `Object.getPrototypeOf(this)` - [#2500](https://github.com/dart-lang/webdev/pull/2500)
2+
3+
- Replace deprecated JS code `this.__proto__` with `Object.getPrototypeOf(this)`. - [#2500](https://github.com/dart-lang/webdev/pull/2500)
4+
- Migrate injected client code to `package:web`. - [#2491](https://github.com/dart-lang/webdev/pull/2491)
35
- Removed unsound null safety options from classes ModuleMetadata and MetadataProvider - [#2427](https://github.com/dart-lang/webdev/issues/2427)
46

57
## 24.1.0

0 commit comments

Comments
 (0)