-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing imports to use direct imports, instead of phet-lib imports.ts …
…files. See phetsims/phet-lib#6
- Loading branch information
1 parent
33eb5b1
commit 589cf4a
Showing
10 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import { isTReadOnlyProperty } from '../../../axon/js/imports.js'; | ||
import { isTReadOnlyProperty } from '../../../axon/js/TReadOnlyProperty.js'; | ||
import { Color, Gradient, scenery } from '../imports.js'; | ||
|
||
class PaintObserver { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import { isTReadOnlyProperty } from '../../../../axon/js/imports.js'; | ||
import { isTReadOnlyProperty } from '../../../../axon/js/TReadOnlyProperty.js'; | ||
import Vector2 from '../../../../dot/js/Vector2.js'; | ||
import Poolable from '../../../../phet-core/js/Poolable.js'; | ||
import { Color, RectangleStatefulDrawable, Renderer, scenery, WebGLSelfDrawable } from '../../imports.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import { isTReadOnlyProperty } from '../../../axon/js/imports.js'; | ||
import { isTReadOnlyProperty } from '../../../axon/js/TReadOnlyProperty.js'; | ||
import { scenery } from '../imports.js'; | ||
|
||
class CanvasContextWrapper { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @author Jonathan Olson <[email protected]> | ||
*/ | ||
|
||
import { isTReadOnlyProperty } from '../../../axon/js/imports.js'; | ||
import { isTReadOnlyProperty } from '../../../axon/js/TReadOnlyProperty.js'; | ||
import { Color, Gradient, Paint, scenery } from '../imports.js'; | ||
|
||
const PaintDef = { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters