Comparing version 5.0.1 to 6.0.0
@@ -476,2 +476,1 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = default_1; | ||
//# sourceMappingURL=index.js.map |
@@ -0,3 +1,6 @@ | ||
/** | ||
* Resolve all file includes in the source | ||
*/ | ||
import { IIncludeInfo } from "./index"; | ||
export declare type IGefFileFunc = (entryRelativeUri: string, isBinary: boolean) => string | Uint8Array | undefined; | ||
export default function resolveIncludes(entrySource: string, getFile?: IGefFileFunc, baseDir?: string, recursive?: boolean): IIncludeInfo[]; |
@@ -123,2 +123,1 @@ /** | ||
} | ||
//# sourceMappingURL=resolveIncludes.js.map |
{ | ||
"name": "dasm", | ||
"version": "5.0.1", | ||
"version": "6.0.0", | ||
"description": "An emscripten-compiled version of the dasm macro assembler", | ||
@@ -9,4 +9,4 @@ "main": "./lib/index.js", | ||
"test": "jest --testMatch **/test/**/*-test-*.js", | ||
"test:coverage": "npm run test -- --coverage", | ||
"test:watch": "npm run test -- --watchAll", | ||
"test:coverage": "yarn test --coverage", | ||
"test:watch": "yarn test --watchAll", | ||
"build": "tsc --pretty", | ||
@@ -45,5 +45,5 @@ "watch": "tsc --pretty --watch" | ||
"core-js": "^2.4.1", | ||
"jest": "^20.0.4", | ||
"tslint": "^4.3.1", | ||
"typescript": "^2.4.1" | ||
"jest": "^23.6.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.2.2" | ||
}, | ||
@@ -50,0 +50,0 @@ "dependencies": { |
@@ -68,3 +68,3 @@ # The dasm macro assembler (for JavaScript) | ||
Install: | ||
Install with NPM: | ||
@@ -75,2 +75,9 @@ ```shell | ||
Or with Yarn: | ||
```shell | ||
yarn add dasm | ||
```` | ||
Import as a module: | ||
@@ -77,0 +84,0 @@ |
241
722135
8
17809