.. |
allows-external-modules-from-nested-module
|
Fix tests in windows
|
9 years ago |
assignment-patterns
|
handle assignment patterns
|
9 years ago |
assignment-to-exports
|
only rewrite exported vars as exports.foo if necessary
|
9 years ago |
bindings
|
add form tests alongside function tests
|
10 years ago |
cannot-import-self
|
test for module importing itself
|
9 years ago |
class-methods-not-renamed
|
tests for #42
|
10 years ago |
consistent-renaming
|
add form tests alongside function tests
|
10 years ago |
consistent-renaming-b
|
add form tests alongside function tests
|
10 years ago |
consistent-renaming-c
|
add form tests alongside function tests
|
10 years ago |
consistent-renaming-d
|
use var instead of const for tests, remove unused files
|
10 years ago |
consistent-renaming-e
|
add form tests alongside function tests
|
10 years ago |
custom-external-resolver-async
|
lol git
|
10 years ago |
custom-external-resolver-sync
|
lol git
|
10 years ago |
custom-path-resolver-async
|
Fix tests in windows
|
9 years ago |
custom-path-resolver-on-entry
|
rename things internally (path -> id, etc) - #30
|
10 years ago |
custom-path-resolver-sync
|
Fix tests in windows
|
9 years ago |
cycles-defaults
|
add form tests alongside function tests
|
10 years ago |
cycles-immediate
|
add form tests alongside function tests
|
10 years ago |
cycles-pathological
|
borrow sorting logic from esperanto - fixes #36
|
10 years ago |
deconflicts-exports
|
update test config
|
10 years ago |
deconflicts-external-imports
|
deconflict external imports
|
10 years ago |
deconflicts-generated-default-names
|
re-enable all tests
|
9 years ago |
deconflicts-globals
|
typos
|
9 years ago |
default-export-is-not-bound
|
harder test of modified default exports
|
10 years ago |
default-export-is-not-bound-b
|
case sensitive filenames
|
10 years ago |
default-function-export-conflict
|
deconflict auto-generated default export names, convert expressions to declarations. fixes #29
|
10 years ago |
does-not-hang-on-missing-module
|
add test for #53
|
10 years ago |
duplicate-import-fails
|
Fix tests in windows
|
9 years ago |
duplicate-import-specifier-fails
|
Fix tests in windows
|
9 years ago |
dynamic-namespace-lookup
|
Added missing test for dynamic namespace lookups
|
9 years ago |
empty-imports-have-side-effects
|
add form tests alongside function tests
|
10 years ago |
export-all
|
handle export *
|
9 years ago |
export-and-import-reference-share-var
|
rename variables named `exports`
|
10 years ago |
export-as
|
correct behaviour with export {...} from ...
|
10 years ago |
export-deconflicted-names
|
add form tests alongside function tests
|
10 years ago |
export-default-as
|
split out tests
|
10 years ago |
export-default-as-b
|
handle external imports in ES6 bundles
|
10 years ago |
export-default-as-c
|
split out tests
|
10 years ago |
export-default-expression
|
add form tests alongside function tests
|
10 years ago |
export-default-from-external
|
tests for #42
|
10 years ago |
export-default-named-function
|
add some failing tests to sort out later
|
10 years ago |
export-from-default
|
add form tests alongside function tests
|
10 years ago |
export-from-default-renamed
|
add a failing test for re-exporting and renaming multiple 'default' exports
|
9 years ago |
export-from-external
|
add test for #esperanto/161
|
9 years ago |
export-from-internal-module
|
add form tests alongside function tests
|
10 years ago |
export-from-no-local-binding
|
add form tests alongside function tests
|
10 years ago |
export-from-renamed
|
correct behaviour with export {...} from ...
|
10 years ago |
export-from-with-definition-conflict
|
fix typo in test
|
9 years ago |
export-from-with-import-conflict
|
failing tests for #16
|
9 years ago |
export-not-at-top-level-fails
|
Fix tests in windows
|
9 years ago |
export-two-ways
|
handle multiple exports of a single binding
|
9 years ago |
exports-named-values
|
add form tests alongside function tests
|
10 years ago |
function-side-effects
|
add form tests alongside function tests
|
10 years ago |
functions-renamed-correctly
|
attach scopes to BlockStatement nodes, not Function nodes. fixes #91
|
9 years ago |
globally-called-modifying-function
|
test side-effecty function inside block
|
9 years ago |
handles-multiple-declarations
|
prevent content around synthetic nodes being overwritten twice - fixes #105
|
9 years ago |
has-modules-array
|
add bundle.modules - fixes #128
|
9 years ago |
iife-comments
|
fix test again
|
10 years ago |
iife-strong-dependencies
|
ignore IIFEs for the purposes of determining strong/weak dependencies
|
10 years ago |
import-as
|
add form tests alongside function tests
|
10 years ago |
import-binding
|
add form tests alongside function tests
|
10 years ago |
import-chain
|
add form tests alongside function tests
|
10 years ago |
import-default-and-named-function
|
add form tests alongside function tests
|
10 years ago |
import-default-as-named
|
add form tests alongside function tests
|
10 years ago |
import-default-as-other
|
add form tests alongside function tests
|
10 years ago |
import-default-class
|
once more with feeling
|
10 years ago |
import-default-expression
|
add form tests alongside function tests
|
10 years ago |
import-default-from-external
|
Fix tests in windows
|
9 years ago |
import-default-function
|
remove comments
|
10 years ago |
import-dependency-in-other-module
|
add form tests alongside function tests
|
10 years ago |
import-dependency-in-same-module
|
add form tests alongside function tests
|
10 years ago |
import-empty-from-external
|
allow importing external modules for side effects, fixes #55
|
10 years ago |
import-from-external-subdirectory
|
add test for #95
|
9 years ago |
import-named-class
|
once more with feeling
|
10 years ago |
import-named-from-external
|
Fix tests in windows
|
9 years ago |
import-named-function
|
add form tests alongside function tests
|
10 years ago |
import-named-function-as-other
|
add form tests alongside function tests
|
10 years ago |
import-nameless-class-expression
|
once more with feeling
|
10 years ago |
import-namespace-from-external-module
|
Fix tests in windows
|
9 years ago |
import-namespace-from-external-module-renamed
|
Fix tests in windows
|
9 years ago |
import-namespace-from-internal-module
|
add form tests alongside function tests
|
10 years ago |
import-namespace-from-internal-module-renamed
|
rename internal namespace exports as appropriate
|
10 years ago |
import-not-at-top-level-fails
|
Fix tests in windows
|
9 years ago |
import-var-declaration
|
add form tests alongside function tests
|
10 years ago |
imports-are-deconflicted
|
Fix tests in windows
|
9 years ago |
imports-are-deconflicted-b
|
Fix tests in windows
|
9 years ago |
imports-are-deconflicted-c
|
another deconflicting test
|
10 years ago |
legal-import-modification
|
lol git
|
10 years ago |
method-call-mutates-this
|
method call is assumed to mutate method owner (#13)
|
10 years ago |
method-call-side-effects
|
add form tests alongside function tests
|
10 years ago |
modify-assumed-global
|
add tests for some.global = "changed"
|
9 years ago |
named-external-method-in-prototype
|
tidy up test
|
10 years ago |
namespace-reassign-import-fails
|
Fix tests in windows
|
9 years ago |
namespace-update-import-fails
|
Fix tests in windows
|
9 years ago |
newline-after-comment
|
ensure at least one newline between each statement
|
10 years ago |
no-imports
|
add form tests alongside function tests
|
10 years ago |
object-dynamic-properties
|
`assert` -> `assert.equal`
|
10 years ago |
object-properties
|
add form tests alongside function tests
|
10 years ago |
object-prototype-properties
|
use Object.create(null) to avoid conflicts with Object.prototype. fixes #12
|
10 years ago |
property-keys-not-renamed
|
test for non-renamining of property keys
|
9 years ago |
re-export-default-import
|
add form tests alongside function tests
|
10 years ago |
re-export-namespace-import
|
add form tests alongside function tests
|
10 years ago |
reassign-import-fails
|
Fix tests in windows
|
9 years ago |
reassign-import-not-at-top-level-fails
|
Fix tests in windows
|
9 years ago |
rename-default-export
|
ensure unused default exports have legal name (fixes #33)
|
10 years ago |
renamed-arguments
|
rename functions with args by the same name (fixes #32)
|
10 years ago |
retains-sort-order
|
fix #34, albeit kludgily
|
10 years ago |
retains-sort-order-b
|
better sorting (sort at module level)
|
10 years ago |
rewrite-member-expressions
|
add form tests alongside function tests
|
10 years ago |
shadowed-external-export
|
Fix tests in windows
|
9 years ago |
shadowed-variables
|
add form tests alongside function tests
|
10 years ago |
shorthand-properties
|
Changed shorthand properties test
|
9 years ago |
statement-order
|
tidy up
|
10 years ago |
this-is-undefined
|
once more with feeling
|
10 years ago |
top-level-side-effect-on-imported
|
Test that top-level side effects involving imports are preserved.
|
10 years ago |
top-level-side-effects-are-preserved
|
Fix accidental change of description from 5033267048c8f33e90a5d17692ff372b5d6d08d3.
|
10 years ago |
tracks-alias-mutations
|
skip alias tracking test, temporarily
|
9 years ago |
transformer-multiple
|
lol git
|
10 years ago |
transformer-single
|
lol git
|
10 years ago |
try-catch-scoping
|
add form tests alongside function tests
|
10 years ago |
unused-var-a
|
failing tests - tricky case with unused declarators in multiple var declaration
|
10 years ago |
unused-var-b
|
failing tests - tricky case with unused declarators in multiple var declaration
|
10 years ago |
unused-var-c
|
failing tests - tricky case with unused declarators in multiple var declaration
|
10 years ago |
unused-var-d
|
failing tests - tricky case with unused declarators in multiple var declaration
|
10 years ago |
update-expression-of-import-fails
|
Fix tests in windows
|
9 years ago |
uses-supplied-ast
|
rename internal namespace exports as appropriate
|
10 years ago |