Skip to content

feat!: use top level await and pure ESM #97

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

Merged
merged 3 commits into from
Aug 15, 2022
Merged

feat!: use top level await and pure ESM #97

merged 3 commits into from
Aug 15, 2022

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Aug 13, 2022

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and couldn’t find anything (or linked relevant results below)
  • If applicable, I’ve added docs and tests

Description of changes

close #95

no dependencies are required now

no dependencies are required
@JounQin JounQin added breaking 📦 area/deps This affects dependencies 🗄 area/interface This affects the public interface 🏁 area/perf This affects performance 👶 area/size This affects (bundle) size labels Aug 13, 2022
@JounQin JounQin self-assigned this Aug 13, 2022
@JounQin
Copy link
Member Author

JounQin commented Aug 15, 2022

@wooorm Thanks for approving, but I still can't merge this PR, see also #96 (comment)

@ChristianMurphy
Copy link

For build status see #96 (comment)

@github-actions
Copy link
Contributor

📊 Package size report   No changes

File Before After
Total (Includes all files) 29.0 kB 29.0 kB
Tarball size 6.9 kB 6.9 kB
Unchanged files
File Size
lib/index.cjs 7.2 kB
lib/index.d.ts 383 B
lib/index.js 177 B
lib/index.js.map 288 B
lib/plugins.d.ts 63 B
lib/plugins.js 3.1 kB
lib/plugins.js.map 1.8 kB
LICENSE 1.1 kB
package.json 4.1 kB
README.md 10.9 kB

🤖 This report was automatically generated by pkg-size-action

@JounQin JounQin merged commit 44ff8c9 into master Aug 15, 2022
@JounQin JounQin deleted the feat/await branch August 15, 2022 04:48
JounQin added a commit that referenced this pull request Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 area/deps This affects dependencies 🗄 area/interface This affects the public interface 🏁 area/perf This affects performance 👶 area/size This affects (bundle) size breaking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2: use top level await and dynamic import
3 participants