Skip to content

Commit

Permalink
feat(bundle-utils): support js resource (#230)
Browse files Browse the repository at this point in the history
* feat(bundle-utils): support js resource

* fix: update snapshot
  • Loading branch information
kazupon committed Mar 7, 2023
1 parent 3d10243 commit 0c889ff
Show file tree
Hide file tree
Showing 14 changed files with 1,630 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,6 @@
"bugs": {
"url": "https://github.com/inlitify/bundle-tools/issues"
},
"packageManager": "[email protected]",
"changelog": {
"labels": {
"Type: Feature": ":star: Features",
Expand Down
3 changes: 3 additions & 0 deletions packages/bundle-utils/package.json
Expand Up @@ -18,6 +18,9 @@
}
},
"dependencies": {
"@babel/parser": "^7.21.2",
"@babel/traverse": "^7.21.2",
"@babel/types": "^7.21.2",
"@intlify/message-compiler": "next",
"@intlify/shared": "next",
"jsonc-eslint-parser": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle-utils/src/codegen.ts
Expand Up @@ -31,7 +31,7 @@ export interface SourceLocationable {
loc?: {
start: Position
end: Position
}
} | null
}

/**
Expand Down

0 comments on commit 0c889ff

Please sign in to comment.