Tag

locale

1 views collected around this technical thread.

Goodme Frontend Team
Goodme Frontend Team
Oct 28, 2024 · Frontend Development

Preventing Day.js Locale Pollution in Large Frontend Projects with Static Analysis

This article recounts a date‑misalignment bug caused by an unintended Day.js locale change in a mini‑program, explains why the global locale must remain unique, and details a comprehensive static‑analysis solution using ESLint, custom Webpack loaders, and Babel plugins to intercept and block Day.js locale modifications at compile time.

BabelESLintWebpack
0 likes · 22 min read
Preventing Day.js Locale Pollution in Large Frontend Projects with Static Analysis
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 13, 2016 · Fundamentals

Master Shell Wildcards and POSIX Regex: A Practical Guide

This article explains the meaning of common special characters used as shell wildcards, character classes, and POSIX regular expressions, demonstrates locale effects on pattern matching, and compares BRE and ERE syntax with practical examples and exercises.

POSIX regexcharacter classeslocale
0 likes · 7 min read
Master Shell Wildcards and POSIX Regex: A Practical Guide