Skip to content

Conversation

@Antonio-Laguna
Copy link
Member

Not intended to be merged, want to fully check this makes sense, perhaps I was too naive automating this and we need some way to flag some things

@netlify
Copy link

netlify bot commented Jan 19, 2022

✔️ Deploy Preview for cssdb ready!

🔨 Explore the source changes: d460115

🔍 Inspect the deploy log: https://app.netlify.com/sites/cssdb/deploys/61ea69a9d2e3e90007751219

😎 Browse the preview: https://deploy-preview-77--cssdb.netlify.app

@Antonio-Laguna Antonio-Laguna marked this pull request as draft January 19, 2022 12:05
Copy link
Member

@romainmenke romainmenke left a comment

Choose a reason for hiding this comment

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

one small thing!

Copy link
Member

@romainmenke romainmenke left a comment

Choose a reason for hiding this comment

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

Small note, looks great!

Copy link
Member

@romainmenke romainmenke left a comment

Choose a reason for hiding this comment

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

LGTM!

Tricky stuff, great work looking into as much cases as possible!

const newCSSDB = JSON.stringify(cleanDB, null, 2);
const esmCSSDB = `export default ${newCSSDB}`;
const newCSSDB = `${JSON.stringify(cleanDB, null, 2)}\n`;
const esmCSSDB = `export default ${newCSSDB}\n`;
Copy link
Member

@romainmenke romainmenke Jan 21, 2022

Choose a reason for hiding this comment

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

Suggested change
const esmCSSDB = `export default ${newCSSDB}\n`;
const esmCSSDB = `export default ${newCSSDB}`;

Tiny detail :)
Final newline is already added above, so not needed here.

Copy link
Member Author

Choose a reason for hiding this comment

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

🙈

@Antonio-Laguna Antonio-Laguna merged commit e027c91 into main Jan 21, 2022
@Antonio-Laguna Antonio-Laguna deleted the fix-partial-support branch January 21, 2022 08:07
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.

3 participants