Skip to content

Commit

Permalink
Merge pull request #1571 from demergent-labs/remove_swc
Browse files Browse the repository at this point in the history
Remove swc
  • Loading branch information
lastmjs authored Jan 19, 2024
2 parents 7ad5029 + 2fb44b8 commit 04c583e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
21 changes: 18 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"dependencies": {
"@dfinity/candid": "github:demergent-labs/candid#minimum_viable",
"@dfinity/principal": "^0.19.3",
"@swc/core": "^1.3.86",
"@types/uuid": "^9.0.4",
"buffer": "^6.0.3",
"esbuild": "^0.19.3",
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/compile_typescript_code.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { buildSync } from 'esbuild';
import { JSCanisterConfig, JavaScript, TypeScript } from './utils/types';
import { JavaScript, TypeScript } from './utils/types';
import { Result } from './utils/result';
import { GLOBAL_AZLE_WASMEDGE_QUICKJS_DIR } from './utils/global_paths';

Expand Down

0 comments on commit 04c583e

Please sign in to comment.