Skip to content

Commit

Permalink
Use mono_repo for package:web (#288)
Browse files Browse the repository at this point in the history
Splits package:web into two packages:
- package:web
- package:web_generator (not published)

The latter contains our tooling to generate the former, and used to be the tool directory.

- Refactors code to point to new paths (and using `Platform.script.resolve` so that the `bin/` files can be run from anywhere instead of within that directory)
- Moves directories like `third_party` and tests to their new appropriate locations
- Moves CI configurations to `mono_repo.yaml` and `mono_pkg.yaml` files and is now generated as `dart.yml` (used to be `build.yaml`)
- Updates READMEs to reflect the package split
- Adds new LICENSE, `pubspec.yaml`, and CHANGELOG files
- Removes `JSArrayExtension` which is no longer needed.

Refactors code to point to new paths and moves directories like third_party to their appropriate locations. Moves the CI configurations to mono_repo.yaml and mono_pkg.yaml files, and is now generated as dart.yml.
  • Loading branch information
srujzs authored Aug 23, 2024
1 parent 3e4c60e commit 46d416f
Show file tree
Hide file tree
Showing 246 changed files with 850 additions and 281 deletions.
103 changes: 0 additions & 103 deletions .github/workflows/build.yml

This file was deleted.

Loading

0 comments on commit 46d416f

Please sign in to comment.