Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6395f59 commit 4199e17Copy full SHA for 4199e17
lib/projects/fileopts.iced
@@ -43,6 +43,9 @@ class FileOptions
43
Object.defineProperty @::, 'destRelPath',
44
get: -> Path.join(@outputDir, (@outputNameMask and @outputNameForMask(@outputNameMask) or "<none>"))
45
46
+ Object.defineProperty @::, 'isImported',
47
+ get: -> @project.imports.hasIncomingEdges(@path)
48
+
49
setMemento: (@memento) ->
50
@exists = @memento.exists ? null
51
0 commit comments