Skip to content

Commit

Permalink
node -> Node in comments and documentation, see phetsims/scenery#1661
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Nov 14, 2024
1 parent d9cdb79 commit f5ce60a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/eslint/config/util/phetSimBrowserGlobals.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const phetSimBrowserGlobalsObject = {
assert: 'readonly', // allow assertions
assertSlow: 'readonly', // allow slow assertions
QueryStringMachine: 'readonly',
Fluent: 'readonly',

_: 'readonly', // underscore, lodash
$: 'readonly' // jQuery
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@types/react": "~18.0.12",
"@types/react-dom": "~18.0.5",
"@types/three": "~0.137.0",
"@types/fluent": "~0.11.7",
"@types/nopt": "~3.0.32",
"@webgpu/types": "~0.1.34",
"@typescript-eslint/eslint-plugin": "~8.13.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig/tsconfig-browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"../node_modules/@types/react/index.d.ts",
"../node_modules/@types/react-dom/index.d.ts",
"../node_modules/@types/three/index.d.ts",
"../node_modules/@types/fluent/index.d.ts",
"../node_modules/@webgpu/types/dist/index.d.ts"
]
}

1 comment on commit f5ce60a

@jessegreenberg
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was for phetsims/joist#992

Please sign in to comment.