Skip to content

Commit

Permalink
Merge pull request #4 from DesignLiquido/exportacao-modulos
Browse files Browse the repository at this point in the history
Exportando módulos para serem usados como dependência em outros pacotes.
  • Loading branch information
samuelrvg authored Feb 11, 2024
2 parents ac8b443 + 0a4ac2a commit bc19888
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions fontes/formatador/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './formatador';
6 changes: 6 additions & 0 deletions fontes/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export * from './analisador-semantico';
export * from './avaliador-sintatico';
export * from './bibliotecas';
export * from './formatador';
export * from './interpretador';
export * from './lexador';
7 changes: 3 additions & 4 deletions fontes/interpretador/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// export * from '../interfaces/erros/erro-interpretador';
// export * from './interpretador-base';
// export * from './interpretador-com-depuracao';
// export * from '../interfaces/retornos/retorno-interpretador';
export * from './inferenciador';
export * from './interpretador-visualg';
export * from './interpretador-visualg-com-depuracao';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@designliquido/delegua": "^0.32.2",
"lodash.clonedeep": "^4.5.0"
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1868,6 +1868,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==

lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

lru-cache@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
Expand Down

0 comments on commit bc19888

Please sign in to comment.