Skip to content

Commit 1bf87a2

Browse files
authored
Split out LuauAST, LuauRenderer, and RojoResolver into separate packages (roblox-ts#1775)
* Split out LuauAST, LuauRenderer, and RojoResolver into separate packages * Update @roblox-ts/rojo-resolver to 1.0.1
1 parent 7e1f677 commit 1bf87a2

File tree

183 files changed

+220
-2913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+220
-2913
lines changed

package-lock.json

+69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
"author": "",
5050
"license": "MIT",
5151
"dependencies": {
52+
"@roblox-ts/luau-ast": "^1.0.0",
53+
"@roblox-ts/rojo-resolver": "^1.0.1",
5254
"ajv": "^8.6.3",
5355
"chokidar": "^3.5.2",
5456
"fs-extra": "^10.0.0",
@@ -85,6 +87,7 @@
8587
"templates",
8688
"CHANGELOG.md",
8789
"rojo-schema.json",
88-
"!**/*.js.map"
90+
"!**/*.js.map",
91+
"!**/*.tsbuildinfo"
8992
]
9093
}

rojo-schema.json

-34
This file was deleted.

src/LuauAST/README.md

-28
This file was deleted.

src/LuauAST/bundle.ts

-22
This file was deleted.

0 commit comments

Comments
 (0)