Ran
|
Jobs
1
|
Files
47
|
Run time
24s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
feat(transpiler): adds options for global mode and variable name This commit is a continuation of a223a0bc2 for the transpiler. It adds support for the following two options in the transpiler: * mode: either `"commonJS"` (default) or `"global"`, determines whether the transpiler adds the call to require at the beginning of the transpiled file or not * setVarName: defaults to `"$set"`, determines the name of the variable pointing to the `$set` module When calling the compiler, the options object is passed directly to the transpiler, so that the existing `mode` option of the compiler is reused in the transpiler. close #246 Closes #246
3825 of 4251 relevant lines covered (89.98%)
136.69 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 449.1 | 47 |
89.98 |
Travis Job 449.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|