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

feat: complete release-ready implementation with TypeScript #12712

Closed
wants to merge 1 commit into from

Conversation

doudol
Copy link

@doudol doudol commented Jan 15, 2025

This PR introduces a new isVEmpty Vue.js plugin that provides an enhanced empty value checking functionality. The implementation includes both a directive and a global method, with full TypeScript support.

Features:

  • v-empty directive for declarative empty checks
  • Global $isEmpty method for programmatic usage
  • Configurable options for strict checking and whitespace handling
  • Full TypeScript support with type definitions
  • ESM and CommonJS bundle support
  • Core isEmpty utility with enhanced type checking
  • Vue.js plugin with directive and global method
  • TypeScript configurations and type definitions
  • Build system using Rollup
  • Jest test setup with sample tests
  • ESLint configuration for code quality

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for vue-sfc-playground failed. Why did it fail? →

Name Link
🔨 Latest commit f118873
🔍 Latest deploy log https://app.netlify.com/sites/vue-sfc-playground/deploys/6787278eb84e1a000878cf02

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for vue-next-template-explorer failed. Why did it fail? →

Name Link
🔨 Latest commit f118873
🔍 Latest deploy log https://app.netlify.com/sites/vue-next-template-explorer/deploys/6787278e1258520008abdcb0

@doudol doudol marked this pull request as ready for review January 15, 2025 03:17
@edison1105 edison1105 closed this Jan 15, 2025
@doudol doudol deleted the feature/is-v-empty-impl branch January 15, 2025 09:10
@doudol doudol restored the feature/is-v-empty-impl branch January 15, 2025 09:10
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.

2 participants