Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Make the package not depend directly on package:charcode. #35

Merged
merged 5 commits into from
Nov 6, 2020

Conversation

lrhn
Copy link
Member

@lrhn lrhn commented Sep 22, 2020

The charcode package is still used as a dev-dependency,
but that does not affect users of the convert package.

The charcode package is still used a dev-dependency,
but that does not affect users of the convert package.
const int $z = 0x7a;

/// Character `~`.
const int $tilde = 0x7e;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it might need a dartfmt - missing trailing newline.

lib/src/percent/encoder.dart Outdated Show resolved Hide resolved
@natebosch
Copy link
Member

@lrhn is this ready to land?

@lrhn lrhn merged commit dd3bd28 into master Nov 6, 2020
@lrhn
Copy link
Member Author

lrhn commented Nov 6, 2020

Yes. Done.

@kevmoo kevmoo deleted the undepend-charcode branch November 6, 2020 21:24
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 15, 2024
…convert#35)

* Make the package not depend directly on package:charcode.

The charcode package is still used a dev-dependency,
but that does not affect users of the convert package.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants