aspe:keyoxide.org:2ZTEUHTPCHJHXVHQ3M5D4MSTCQ openpgp4fpr:2ZTEUHTPCHJHXVHQ3M5D4MSTCQ
This file contains hidden or 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
diff --git a/lib/importDeclaration.js b/lib/importDeclaration.js | |
index afb4de779034cfea080825a5f4320661c48bee32..236a853d1d5279d622819ff1e3fcd36a7fb49014 100644 | |
--- a/lib/importDeclaration.js | |
+++ b/lib/importDeclaration.js | |
@@ -1,5 +1,5 @@ | |
-"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = importDeclaration;function importDeclaration(context) { | |
- var ancestors = context.getAncestors(); | |
+"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = importDeclaration;function importDeclaration(context, node) { | |
+ var ancestors = context.getSourceCode().getAncestors(node); | |
return ancestors[ancestors.length - 1]; |
I hereby claim:
- I am marmitar on github.
- I am tiagodepalves (https://keybase.io/tiagodepalves) on keybase.
- I have a public key whose fingerprint is 7C9C 3C90 996D C1E8 D8EA 05EF 659B 1112 529D 1EE5
To claim this, I am signing this object:
This file contains hidden or 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
"""MC346 - Paradigmas de Programação - Python | |
---------------------------------------- | |
| João Victor Flores da Costa | 199818 | | |
| Tiago de Paula Alves | 187679 | | |
---------------------------------------- | |
A solução aplicada aqui foi uma classe de peso da aresta | |
que assume um valor diferente cada vez que é copiada. | |
Com isso, o grafo é copiado para vários subprocessos, |
This file contains hidden or 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
/** MC346 - Segundo Projeto - Prolog | |
O código completo está em https://github.com/TiagodePAlves/MC346-prolog com a | |
documentação mais detalhada em https://tiagodepalves.github.io/MC346-prolog/. | |
@author João Pedro de Amorim (176131) | |
@author Tiago de Paula Alves (187679) | |
*/ | |