71d98822ae
* Enable gc and basic compilation fixes * Add missing GC stuff * Set microbit-dal version * Disable jacdac in servo * UTF fixes * TS build fixes * Auto-generated files update * We only seem to have that much * Fix for new new compiler * Account for uninitialized scheduler * Intialize memory allocator * bump references * updated package * Set image tag, requires https://github.com/Microsoft/pxt/pull/5262 * updated project summaries * Fixing block tests
14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"additionalFilePath": "../../node_modules/pxt-common-packages/libs/servo",
|
|
"files": [
|
|
"README.md",
|
|
"servo.ts",
|
|
"ns.ts",
|
|
"targetoverrides.ts"
|
|
],
|
|
"public": true,
|
|
"dependencies": {
|
|
"core": "file:../core"
|
|
}
|
|
}
|