CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 07:19:29 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/adobe/brackets.git
etag: W/"fd6b1757734351196b4a2b36ce1d1537"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=0Opily0E%2FeYW3sBrzz1t84SzQ%2F6l0%2BkdCPHvPpbGAshXetnjmq0lZQiG74cca39%2BhUo5vPUWOqB%2BrJ1VfOTzcfT1hVpSyRLoUexi%2FSIoX%2BokxDSjA6xK0Jvo1zSJablHBwNtoPt7xe%2FN%2FAEy8qQ0AYnht0oxcfcOEKiloaRvKgYqxo2t4TvwzQl6raBNg%2BRShXcsq9yzzcNJRd8Met2WJkI9mNxzUE7unuBC%2BBPpze4rQuMlBEfaSZCDrEA0msIHyBfwWPcEHzlTMsIVNyltRA%3D%3D--0oxo3a9hapKTxZHp--IZmlL6zqWNC%2Bx%2FEeKcn0ag%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.530749276.1752909568; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 07:19:28 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 07:19:28 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B5F2:21B12E:20341D:29765A:687B4700
JavaScript Refactoring - Rename Identifier, Wrap selection, Convert t… · adobe/brackets@b39e89a · GitHub
Copy file name to clipboardExpand all lines: src/JSUtils/ScopeManager.js
Copy file name to clipboardExpand all lines: src/JSUtils/node/TernNodeDomain.js
Skip to content
Navigation Menu
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit b39e89a
JavaScript Refactoring - Rename Identifier, Wrap selection, Convert to arrow function, Create Getters & Setters (#13965)
* Rename references using tern
* On doc change editor was not getting updated
* Addressing review comments
* First cut of wrap selection
* Fixing issues i.e. Rename global variable, passing commonJS to tern node domain, popping up error at cursor
* Wrap in condition
* Code clean up
* Wrap selction, create getters setters, arrow function
* Lint error fixed
* linitng errors fixed
* Final changes, added documentation
* Addressing review comments
* Removing get and set from getters and setter name
* Addressed review comments, Fixed bug in convert to arrow function, minor change in templates.json
* linting errors fixed
* linting errors fixed1 parent b6b979f commit b39e89aCopy full SHA for b39e89a
File tree
Expand file treeCollapse file tree
9 files changed
+870
-3
lines changedFilter options
- src
- JSUtils
- node
- extensions/default/JavaScriptRefactoring
- nls/root
Expand file treeCollapse file tree
9 files changed
+870
-3
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
| |||
62 | 63 |
| |
63 | 64 |
| |
64 | 65 |
| |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
|
src/JSUtils/ScopeManager.js
Copy file name to clipboardExpand all lines: src/JSUtils/ScopeManager.js+30-2Lines changed: 30 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
380 | 395 |
| |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
381 | 402 |
| |
382 | 403 |
| |
383 | 404 |
| |
| |||
390 | 411 |
| |
391 | 412 |
| |
392 | 413 |
| |
393 |
| - | |
| 414 | + | |
| 415 | + | |
394 | 416 |
| |
395 | 417 |
| |
396 |
| - | |
| 418 | + | |
| 419 | + | |
397 | 420 |
| |
398 | 421 |
| |
399 | 422 |
| |
| |||
1091 | 1114 |
| |
1092 | 1115 |
| |
1093 | 1116 |
| |
| 1117 | + | |
| 1118 | + | |
1094 | 1119 |
| |
1095 | 1120 |
| |
1096 | 1121 |
| |
| |||
1557 | 1582 |
| |
1558 | 1583 |
| |
1559 | 1584 |
| |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
1560 | 1588 |
| |
1561 | 1589 |
|
src/JSUtils/node/TernNodeDomain.js
Copy file name to clipboardExpand all lines: src/JSUtils/node/TernNodeDomain.js+42-1Lines changed: 42 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
| 157 | + | |
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
239 | 277 |
| |
240 | 278 |
| |
241 | 279 |
| |
| |||
745 | 783 |
| |
746 | 784 |
| |
747 | 785 |
| |
| 786 | + | |
| 787 | + | |
| 788 | + | |
748 | 789 |
| |
749 | 790 |
| |
750 | 791 |
| |
|
You can’t perform that action at this time.
0 commit comments