Skip to content

Commit

Permalink
feat(compiler): enhance when inline directive is used in default expo…
Browse files Browse the repository at this point in the history
…rt syntax

- fixed issue when inline directive was used in default export syntax
- fixed an issue where inline directives did not work when exporting variables
  • Loading branch information
imjuni committed Mar 28, 2024
1 parent e62c455 commit abab9a3
Show file tree
Hide file tree
Showing 8 changed files with 503 additions and 101 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"rimraf": "^5.0.5",
"rollup": "^4.1.4",
"rollup-plugin-dts": "^6.1.0",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsconfig-paths": "^4.2.0",
"vite-tsconfig-paths": "^4.3.1",
Expand Down Expand Up @@ -136,11 +136,11 @@
"ora": "^5.4.1",
"prettier": "^3.0.3",
"source-map-support": "^0.5.21",
"ts-morph": "^20.0.0",
"ts-morph": "^22.0.0",
"ts-pattern": "^5.0.5",
"tslib": "^2.6.2",
"type-fest": "^4.5.0",
"typescript": "^5.2.2",
"typescript": "^5.4.3",
"yaml": "^2.3.3",
"yargs": "^17.7.2"
},
Expand Down
Loading

0 comments on commit abab9a3

Please sign in to comment.