-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
159 lines (142 loc) · 9.47 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ | Closure Next</title>
<meta name="description" content="Closure Library rewritten in TypeScript">
<meta name="keywords" content="Closure, Closure Library, Closure Next, MilesONerd, Enzo Fuke, TypeScript, JavaScript, WebAssembly, Wasm, Framework, TypeScript Framework, Testing, Back-end, Front-end, Full-Stack, Node, Node.js, Angular, Cypress, Deno, Jest, Mobile, API, Next, Nextjs, Nuxt, Nuxtjs, React, Reactjs, Rollup, Svelte, Sveltejs, Vite, Vitejs, Vue, Vuejs, Web Components, Webpack, FAQ, frequently asked questions">
<meta property="og:url" content="https://closure-next.github.io/faq" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Closure Next" />
<meta property="og:title" content="Closure Next | Closure Library rewritten in TypeScript" />
<meta property="og:description" content="Closure Library rewritten in TypeScript" />
<meta property="og:image" content="assets/image/Closure Next.png" /> <meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1200" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="closure-next.github.io" />
<meta name="twitter:url" content="https://closure-next.github.io/faq" />
<meta name="twitter:title" content="Closure Next | Closure Library rewritten in TypeScript" />
<meta name="twitter:description" content="Closure Library rewritten in TypeScript" />
<meta name="twitter:image" content="assets/image/Closure Next.png" /> <meta name="twitter:image:width" content="1200" />
<meta name="twitter:image:height" content="1200" />
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/android-chrome-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="manifest" href="assets/img/site.webmanifest">
<div class="h-card">
<a class="u-url" href="https://closure-next.github.io/">
<img class="u-photo" src="assets/image/Closure Next.png" alt="Closure Next Logo" width="80" height="80">
</a>
</div>
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="https://closure-next.readthedocs.io/en/latest/">Documentation</a></li>
<li><a href="/history">History</a></li>
<li><a href="/contribute">Contribute</a></li>
<li><a href="/showcase">Showcase</a></li>
<li><a href="/faq">FAQ (Frequently Asked Questions)</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="content">
<div class="column">
<h2>General Questions</h2>
<h3>1. What is Closure Next?</h3>
<p>Closure Next is an independent, open-source rewrite of Google's Closure Library in TypeScript. It aims to provide modern JavaScript and TypeScript developers with a fully supported and future-proof alternative to the original library.</p>
<h3>2. Is Closure Next affiliated with Google or the original Closure Library?</h3>
<p>No, Closure Next is not affiliated with Google, Inc. or the original Closure Library. It is an independent project developed and maintained by the community.</p>
<h3>3. Under what license is Closure Next released?</h3>
<p>Closure Next is licensed under the Apache 2.0 License, and the source code for the website is released under the BSD-3 License.</p>
<h2>Technical Questions</h2>
<h3>4. How does Closure Next differ from the original Closure Library?</h3>
<p>Closure Next is written in TypeScript, making it easier to use in modern JavaScript/TypeScript projects. It also provides native support for popular frameworks while maintaining compatibility with Closure Library concepts.</p>
<h3>5. Can I use Closure Next alongside the original Closure Library?</h3>
<p>While technically possible, it's not recommended due to potential conflicts. Closure Next is designed as a standalone alternative.</p>
<h3>6. Does Closure Next support tree shaking?</h3>
<p>Yes! Closure Next is designed with tree shaking in mind, allowing you to optimize your bundle size when using modern bundlers like Webpack, Rollup, or ESBuild.</p>
<h2>Usage & Contribution</h2>
<h3>7. How can I contribute to Closure Next?</h3>
<p>We welcome contributions! You can check out the <a href="https://github.com/MilesONerd/closure-next">GitHub repository</a> for issues to work on and submit pull requests.</p>
<h3>8. How do I report bugs or suggest new features?</h3>
<p>Please open an issue on our <a href="https://github.com/closure-next/closure-next/issues">GitHub Issues page.</a></p>
<h3>9. Is there an official community or discussion forum for Closure Next?</h3>
<p>Currently, discussions happen mainly through <a href="https://github.com/MilesONerd/closure-next/discussions">GitHub Dicussions</a> and the <a href="https://t.me/closure_next">Telegram Channel,</a> where updates and changelogs are posted automatically.</p>
<h2>Privacy & Security</h2>
<h3>10. Does Closure Next or the website collect any personal data?</h3>
<p>No. The Closure Next website and project do not collect any data from users. You can verify this by checking the open-source code <a href="https://github.com/MilesONerd/closure-next">(project)</a> and <a href="https://github.com/closure-next/closure-next.github.io">(website).</a></p>
<h3>11. How does the Closure Next bot work?</h3>
<p>The Closure Next bot posts changelogs to the Telegram channel whenever there’s an update on the GitHub repository. It does not collect or store any personal information. You can read more in the <a href="/policies/bot">bot privacy policy.</a></p>
</div>
</section>
<section class="content">
<div class="column">
<h4>Social:</h4>
<ul>
<h5>
<li><a href="https://bsky.app/profile/closure-next.bsky.social">Bluesky</a></li>
<li><a href="https://github.com/closure-next">GitHub</a></li>
<li><a href="https://fosstodon.org/@closure_next">Fosstodon</a></li>
<li><a href="https://t.me/closure_next">Telegram</a></li>
<li><a href="https://x.com/closure_next">X</a></li>
</h5>
</ul>
</div>
<div class="column">
<h4>Repository:</h4>
<ul>
<h5>
<li><a href="https://github.com/MilesONerd/closure-next">MilesONerd/closure-next</a></li>
</h5>
</ul>
</div>
<div class="column">
<h4>Policies and Terms:</h4>
<ul>
<h5>
<li><a href="/policies/privacy">Privacy</li>
<li><a href="/policies/accessibility">Accessibility</li>
<li><a href="/policies/bot">Bot Privacy</li>
<li><a href="/policies/cookies">Cookies</li>
<li><a href="/policies/terms">Terms of Use</li>
<li><a href="/policies/service">Terms of Service</li>
<li><a href="/policies/legal">Legal Responsibility</li>
<li><a href="/policies/contact">Contact for Legal or Privacy Issues</li>
</h5>
</ul>
</div>
</section>
</main>
<footer class="footer">
<h5 align="left">
<div>
<a href="https://github.com/MilesONerd/milesonerd.github.io">Website repository</a> |
<a href="https://github.com/MilesONerd/milesonerd.github.io/blob/main/LICENSE">Site Repository License</a> |
<a href="https://github.com/MilesONerd/closure-next/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> |
<a href="https://github.com/MilesONerd/closure-next/blob/master/SECURITY.md">Security Policy</a> |
<a href="https://github.com/MilesONerd/closure-next/blob/master/LICENSE">License</a>
</div>
</h5>
<h5 align="right">
<p>Hosted by <a href="https://pages.github.com" rel="nofollow">GitHub Pages</a></p>
</h5>
<h5 align="center">
<p>This website is not affiliated with any of the companies mentioned. All product names, logos and brands are the property of their respective owners.</p>
<p>Copyright © 2025-2025 The Closure Next Team. All Rights Reserved.</p>
</h5>
</footer>
<script src="https://closure-next.github.io/assets/scripts/functions.js"></script>
</body>
</html>