| 兩邊的前次修訂版前次修改
下次修改 | 前次修改
|
| computer:program:js [2026/03/22 06:37] – [Interpreter] wm | computer:program:js [2026/07/10 03:24] (目前版本) – [Quality] wm |
|---|
| * [[http://blog.nodejitsu.com/scaling-isomorphic-javascript-code|Scaling Isomorphic Javascript Code]] | * [[http://blog.nodejitsu.com/scaling-isomorphic-javascript-code|Scaling Isomorphic Javascript Code]] |
| * [[http://addyosmani.com/largescalejavascript/|Patterns For Large-Scale JavaScript Application Architecture]] | * [[http://addyosmani.com/largescalejavascript/|Patterns For Large-Scale JavaScript Application Architecture]] |
| | * [[https://www.jsboundaries.dev/|JS Boundaries]] |
| ====模式==== | ====模式==== |
| * [[http://shichuan.github.com/javascript-patterns/|JavaScript Pattern Collection]] | * [[http://shichuan.github.com/javascript-patterns/|JavaScript Pattern Collection]] |
| * [[http://i18next.com/|i18next]] | * [[http://i18next.com/|i18next]] |
| * [[https://github.com/jquery/globalize/|Globalize]] | * [[https://github.com/jquery/globalize/|Globalize]] |
| | * [[https://next-intl.dev/|next‑intl]] |
| ====組成==== | ====組成==== |
| * [[https://themer.dev/blog/the-single-most-important-factor-that-differentiates-front-end-frameworks|The single most important factor that differentiates front-end frameworks]] | * [[https://themer.dev/blog/the-single-most-important-factor-that-differentiates-front-end-frameworks|The single most important factor that differentiates front-end frameworks]] |
| * [[https://github.com/babel-plugins/babel-plugin-flow-comments|babel-plugin-flow-comments]] | * [[https://github.com/babel-plugins/babel-plugin-flow-comments|babel-plugin-flow-comments]] |
| * [[https://github.com/danvk/source-map-explorer|source-map-explorer]] | * [[https://github.com/danvk/source-map-explorer|source-map-explorer]] |
| | === Analysis === |
| | * [[https://knip.dev/|Knip]] |
| ====Parser==== | ====Parser==== |
| * [[http://esprima.org/|Esprima]] | * [[http://esprima.org/|Esprima]] |
| * [[https://github.com/mathiasbynens/jsesc|jsesc]] | * [[https://github.com/mathiasbynens/jsesc|jsesc]] |
| * [[https://jsonhero.io/|JSON Hero]] | * [[https://jsonhero.io/|JSON Hero]] |
| | * [[https://github.com/flightcontrolhq/superjson|superjson]] (serialization) |
| ===JSONP=== | ===JSONP=== |
| * [[http://rog.ie/blog/dugjs-a-jsonp-to-html-script|Dug.js]] | * [[http://rog.ie/blog/dugjs-a-jsonp-to-html-script|Dug.js]] |