Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(encoding/toml): unified dir and move to single-export files #3026

Closed
wants to merge 3 commits into from
Closed

refactor(encoding/toml): unified dir and move to single-export files #3026

wants to merge 3 commits into from

Conversation

timreichen
Copy link
Contributor

@timreichen timreichen commented Dec 20, 2022

ref: #2538

This PR moves all toml related stuff into the same dir.

encoding/toml.ts → encoding/toml/mod.ts
encoding/test_toml.ts → encoding/toml/mod_test.ts
encoding/testdata/.toml → encoding/toml/testdata/.toml

splits logic into single export files.

⚠️ https://deno.land/std@$STD_VERSION/encoding/toml.ts is deprecated.

@timreichen timreichen changed the title BREAKING(encoding/toml): unified dir refactor(encoding/toml): unified dir and move to single-export files Dec 20, 2022
@iuioiua
Copy link
Collaborator

iuioiua commented Dec 26, 2022

Related: #2936.

@kt3k
Copy link
Member

kt3k commented Mar 13, 2023

closing in favor of #3123

@kt3k kt3k closed this Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants