File tree Expand file tree Collapse file tree 4 files changed +48
-3
lines changed Expand file tree Collapse file tree 4 files changed +48
-3
lines changed Original file line number Diff line number Diff line change 66 }
77 } ;
88
9- window . __OXC_BANNER_ID__ = "/blog/2025-10-09 -oxlint-js-plugins" ;
9+ window . __OXC_BANNER_ID__ = "/blog/2025-12-22 -oxlint-js-plugins-alpha " ;
1010 restore ( `oxc-banner-dismissed-${ __OXC_BANNER_ID__ } ` , "banner-dismissed" ) ;
1111} ) ( ) ;
Original file line number Diff line number Diff line change 11[
2+ {
3+ "text" : " Oxlint JS Plugins Alpha" ,
4+ "link" : " /blog/2025-12-22-oxlint-js-plugins-alpha"
5+ },
26 {
37 "text" : " Oxlint JS Plugins Preview" ,
48 "link" : " /blog/2025-10-09-oxlint-js-plugins"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const hide = () => {
1717};
1818
1919// Sync with inlined-scripts/banner.js
20- const slug = " /blog/2025-10-09 -oxlint-js-plugins" ;
20+ const slug = " /blog/2025-12-22 -oxlint-js-plugins-alpha " ;
2121
2222const bannerDismissed = useLocalStorage <boolean >(` oxc-banner-dismissed-${slug } ` , false );
2323
@@ -46,7 +46,7 @@ const dismiss = () => {
4646
4747<template >
4848 <div ref =" el" class =" banner banner-dismissed" >
49- <div class =" text" ><a :href =" slug" >Announcing Oxlint JS Plugins Preview </a > 🎉</div >
49+ <div class =" text" ><a :href =" slug" >Announcing Oxlint JS Plugins Alpha </a > 🎉</div >
5050
5151 <button type =" button" @click =" dismiss" >
5252 <svg xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 20 20" fill =" currentColor" >
Original file line number Diff line number Diff line change 1+ ---
2+ title : Oxlint JS Plugins Alpha
3+ outline : deep
4+ authors :
5+ - overlookmotel
6+ - cameron
7+ ---
8+
9+ <AppBlogPostHeader />
10+
11+ <br >
12+
13+ We're excited to announce the alpha release of JavaScript plugins for Oxlint!
14+
15+ ## Overview
16+
17+ [ Add overview content here]
18+
19+ ## Quick Start
20+
21+ [ Add quick start instructions here]
22+
23+ ## What's New
24+
25+ [ Add details about new features and capabilities]
26+
27+ ## Performance
28+
29+ [ Add performance benchmarks and comparisons]
30+
31+ ## Technical Details
32+
33+ [ Add technical implementation details]
34+
35+ ## What's Next
36+
37+ [ Add roadmap and future plans]
38+
39+ ## Try It Out
40+
41+ [ Add call to action and community information]
You can’t perform that action at this time.
0 commit comments