You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rich-Harris 5c88259abc handle call expressions of uncallable things more gracefully (#1257) 8 years ago
..
adds-semicolons-if-necessary automatic semicolon insertion (fixes #1004, #1009). fight me 8 years ago
adds-semicolons-if-necessary-b automatic semicolon insertion (fixes #1004, #1009). fight me 8 years ago
adds-semicolons-if-necessary-c include default exports in ASI 8 years ago
aliased-not-exported-twice prevent double export (#438) 9 years ago
allow-reserved oops 8 years ago
allows-external-modules-from-nested-module Fix tests in windows 9 years ago
assign-namespace-to-var use bundle.warn and module.warn throughout codebase 8 years ago
assignment-patterns switch tests from babel to buble 8 years ago
assignment-to-exports brute force merge rewrite -> rewrite-master 9 years ago
assignment-to-exports-b fix test title 9 years ago
assignment-to-re-exports Add failing test case. 9 years ago
assignment-to-re-exports-conflict Add another failing test. 9 years ago
bindings add form tests alongside function tests 10 years ago
braceless-arrow-function-returning-function use buble for test to resolve node 0.12 failure 8 years ago
call-external-function implement gatherPossibleValues on ExternalDeclaration - fixes #957 8 years ago
call-non-function-default-exports additional test for #421 9 years ago
cannot-call-external-namespace add module.error helper for consistently reporting errors (#545) 8 years ago
cannot-call-internal-namespace add module.error helper for consistently reporting errors (#545) 8 years ago
cannot-import-self add module.error helper for consistently reporting errors (#545) 8 years ago
check-resolve-for-entry add module.error helper for consistently reporting errors (#545) 8 years ago
class-methods-not-renamed remove, and warn about, unused imports from external modules (#595) 8 years ago
conditional-definition ugh node 0.12 9 years ago
configure-external-module make external modules configurable 9 years ago
configure-external-module-b make external modules configurable 9 years ago
configure-relative-external-module Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
confused-default-identifier Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
consistent-renaming warn on empty bundle (#444), and remove some tests that are no longer testing anything 8 years ago
consistent-renaming-b rewrite 8 years ago
consistent-renaming-c brute force merge rewrite -> rewrite-master 9 years ago
consistent-renaming-d use var instead of const for tests, remove unused files 10 years ago
consistent-renaming-e Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
consistent-renaming-f update a test (#161) 9 years ago
custom-external-resolver-async update a few dependencies 8 years ago
custom-external-resolver-sync update tests to reflect proposed 0.20.0 API 9 years ago
custom-loaders update tests to reflect proposed 0.20.0 API 9 years ago
custom-path-resolver-async update a few dependencies 8 years ago
custom-path-resolver-on-entry -> v0.34.2 8 years ago
custom-path-resolver-plural update tests to reflect proposed 0.20.0 API 9 years ago
custom-path-resolver-plural-b add module.error helper for consistently reporting errors (#545) 8 years ago
custom-path-resolver-sync use bundle.warn and module.warn throughout codebase 8 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 skip module order tests for now 8 years ago
cycles-pathological-2 Avoid infinite recursion in Bundle.sort() 8 years ago
cycles-stack-overflow prevent stack overflow with mutual strong dependencies – fixes #425 9 years ago
deconflicts-classes support 0.12 8 years ago
deconflicts-exports update test config 9 years ago
deconflicts-external-imports deconflict external imports 9 years ago
deconflicts-generated-default-names re-enable all tests 9 years ago
deconflicts-globals typos 9 years ago
deconstructed-exported-vars switch tests from babel to buble 8 years ago
default-export-as-is-bound fix behaviour of export { foo as default } (#1078) 8 years ago
default-export-is-not-bound harder test of modified default exports 10 years ago
default-export-is-not-bound-b -> v0.34.2 8 years ago
default-exports-in-parens handle calls to default exports other than function expressions – fixes #421 9 years ago
default-function-export-conflict deconflict auto-generated default export names, convert expressions to declarations. fixes #29 9 years ago
default-not-reexported add module.error helper for consistently reporting errors (#545) 8 years ago
delete Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
deshadow-top-level-declaration prevent deshadowing logic causing double rewrites 9 years ago
deshadowed-destructured-parameter deshadow destructured parameters with assignments (#1078) 8 years ago
deshadowed-shorthand-property gah 0.12 9 years ago
deshadows-function-expression-id deconflict function expression IDs (#1176) 8 years ago
disappearing-exported-value correctly rewrite exported var declarations (fixes #484) 9 years ago
does-not-hang-on-missing-module use bundle.warn and module.warn throughout codebase 8 years ago
does-not-mangle-entry-point Removed unnecessary imports in does-not-mangle-entry-point test 8 years ago
double-default-export add module.error helper for consistently reporting errors (#545) 8 years ago
double-named-export add module.error helper for consistently reporting errors (#545) 8 years ago
double-named-reexport add module.error helper for consistently reporting errors (#545) 8 years ago
duplicate-import-fails use error helpers consistently, update tests 8 years ago
duplicate-import-specifier-fails use error helpers consistently, update tests 8 years ago
dynamic-namespace-lookup Added missing test for dynamic namespace lookups 9 years ago
empty-exports use bundle.warn and module.warn throughout codebase 8 years ago
empty-imports-have-side-effects add form tests alongside function tests 10 years ago
es5-class-called-without-new Removes `new Foo(...)` when Foo is a pure function 8 years ago
export-all handle export * 9 years ago
export-all-from-external fix export * from external bug 8 years ago
export-all-multiple const -> var, for 0.12 9 years ago
export-and-import-reference-share-var rename variables named `exports` 9 years ago
export-as Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
export-deconflicted-names add form tests alongside function tests 10 years ago
export-default-anonymous-function tidy up tests, squelch nuisance warnings 8 years ago
export-default-as split out tests 9 years ago
export-default-as-b handle external imports in ES6 bundles 9 years ago
export-default-as-c split out tests 9 years ago
export-default-expression add form tests alongside function tests 10 years ago
export-default-from-external tests for #42 9 years ago
export-default-named-function add some failing tests to sort out later 10 years ago
export-default-no-space handle export default{} 8 years ago
export-destruction switch tests from babel to buble 8 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 Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
export-from-no-local-binding-var alternative fix for #270 9 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-global Add failing test for exporting a global. 9 years ago
export-not-at-top-level-fails add module.error helper for consistently reporting errors (#545) 8 years ago
export-two-ways handle multiple exports of a single binding 9 years ago
export-two-ways-default add another failing test for #733, but skip it for now 8 years ago
export-two-ways-default-b enable previously failing test for #733 8 years ago
export-two-ways-function ensure reference is only marked as reassignment if it is the subject of the reassignment – fixes #648 9 years ago
export-type-mismatch use error helpers in more places 8 years ago
export-type-mismatch-b use error helpers in more places 8 years ago
export-type-mismatch-c use error helpers in more places 8 years ago
exports-flag-allowed-in-options Added test for exports flag, fixed test flag assertion comparator 9 years ago
exports-named-values add form tests alongside function tests 10 years ago
external-alias ensure that external alias are not treated as relative path 9 years ago
external-function allow options.external to be a function. closes #522 8 years ago
external-ids-not-resolved prevent resolution of external IDs (#410) 9 years ago
external-normalization add test for #633 8 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
handle-calling-uncallable handle call expressions of uncallable things more gracefully (#1257) 8 years ago
handles-stringified-sourcemaps Add description and comments 9 years ago
has-modules-array Fix test for windows 9 years ago
has-resolved-ids Cache resolvedIds in modules to improve incremental build 8 years ago
hidden-directories allow imports from hidden directories 9 years ago
identifiers-in-template-literals support 0.12 8 years ago
if-statement-with-assignment beef up test 8 years ago
if-statement-with-false-condition Fix #973 8 years ago
if-statement-with-update beef up test 8 years ago
iife-comments add some failing tests 9 years ago
iife-strong-dependencies skip module order tests for now 8 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-chain-as tidy up tests, squelch nuisance warnings 8 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 switch tests from babel to buble 8 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 rewrite 8 years ago
import-empty-from-external allow importing external modules for side effects, fixes #55 9 years ago
import-named-class switch tests from babel to buble 8 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 switch tests from babel to buble 8 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 9 years ago
import-not-at-top-level-fails add module.error helper for consistently reporting errors (#545) 8 years ago
import-of-unexported-fails add module.error helper for consistently reporting errors (#545) 8 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
includes-internally-used-default-export Whoops, tabs, not spaces 8 years ago
includes-reassignments include reassignments that are ignored on initial pass 9 years ago
includes-superclass transpile test for 0.12 8 years ago
legal-import-modification lol git 10 years ago
legal-suggested-names ensure name suggestions are legal identifiers 8 years ago
load-returns-string-or-null use error helpers consistently, update tests 8 years ago
mark-namespace-members include members of namespaces that are exported as defaults 9 years ago
member-expression-assignment-in-function Introduce eslint to tests. Complaints are fixed, but none of them major. 8 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
module-sort-order brute force merge rewrite -> rewrite-master 9 years ago
module-tree use bundle.warn and module.warn throughout codebase 8 years ago
named-external-method-in-prototype tidy up test 9 years ago
namespace-missing-export use bundle.warn and module.warn throughout codebase 8 years ago
namespace-reassign-import-fails use error helpers consistently, update tests 8 years ago
namespace-update-import-fails use error helpers consistently, update tests 8 years ago
namespaces-are-frozen Use declarations, regardless of whether they have statements or not 9 years ago
namespacing-collisions Correctly deshadow star imports when conflicting 8 years ago
namespacing-collisions-2 Correctly deshadow star imports when conflicting 8 years ago
namespacing-in-sub-functions Correctly deshadow re-assigned module functions 8 years ago
newline-after-comment -> v0.34.2 8 years ago
no-imports rewrite 8 years ago
no-relative-external use error helpers consistently, update tests 8 years ago
non-extension-dot handle filenames with .foo, where foo is not an extension 9 years ago
non-js-extensions keep non .js extensions, e.g. .json 9 years ago
object-destructuring-renaming switch tests from babel to buble 8 years ago
object-dynamic-properties Introduce eslint to tests. Complaints are fixed, but none of them major. 8 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
parenthesised-default-export handle parenthesised default exports (#136) 9 years ago
pass-namespace-to-function brute force merge rewrite -> rewrite-master 9 years ago
paths-are-case-sensitive use error helpers consistently, update tests 8 years ago
plugin-error implement this.error 8 years ago
plugin-error-only-first-transform implement this.error 8 years ago
plugin-error-only-first-transform-bundle implement this.error 8 years ago
plugin-warn use plugin names in CLI logs 8 years ago
plugins-can-manipulate-options Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
preserves-default-exports-used-locally add test to guard against #984 regression 8 years ago
preserves-function-expression-names deconflict function expression IDs (#1176) 8 years ago
preserves-var-declarations-in-dead-branches preserve var declarations in dead branches 8 years ago
property-keys-not-renamed dont use const in tests... 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 use error helpers consistently, update tests 8 years ago
reassign-import-not-at-top-level-fails use error helpers consistently, update tests 8 years ago
reassign-parameter handle updates of parameters 8 years ago
reexport-missing-error use error helpers consistently, update tests 8 years ago
reexports-from-external implement export * from external (#791) 8 years ago
relative-external-include-once Add missing trailing new lines. 9 years ago
relative-external-include-once-nested Add missing trailing new lines. 9 years ago
relative-external-include-once-two-external Add another test case. 9 years ago
relative-external-include-once-up Add missing trailing new lines. 9 years ago
removes-empty-exported-vars fix `var exports.foo` (#426) 9 years ago
rename-conditional-expression-children support 0.12 8 years ago
rename-default-export ensure unused default exports have legal name (fixes #33) 9 years ago
renamed-arguments rename functions with args by the same name (fixes #32) 9 years ago
resolves-namespace-default Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
retains-sort-order fix #34, albeit kludgily 9 years ago
retains-sort-order-b better sorting (sort at module level) 9 years ago
rewrite-member-expressions first (failing) stab at better side-effect detection 9 years ago
shadowed-external-export Fix tests in windows 9 years ago
shadowed-namespace test for #154 (shadowed namespaces) 9 years ago
shadowed-namespace-b include second test for #154 9 years ago
shadowed-variables add form tests alongside function tests 10 years ago
sourcemapping-url-comment only remove valid sourcemapping URL comments (fixes #1132) 8 years ago
sourcemapping-url-multiline prevent false positives for sourcemapping url comments with newlines (#988) 8 years ago
statement-order tidy up 9 years ago
symlink skip symlink test on windows 8 years ago
this-not-namespace dont treat this.foo as possible namespace - fixes #1258 8 years ago
throws-not-found-module use error helpers consistently, update tests 8 years ago
top-level-arrow-function switch tests from babel to buble 8 years ago
top-level-block handle top-level blocks – fixes #326 9 years ago
top-level-side-effect-on-imported Test that top-level side effects involving imports are preserved. 9 years ago
top-level-side-effects-are-preserved Fix accidental change of description from 5033267048c8f33e90a5d17692ff372b5d6d08d3. 9 years ago
tracks-alias-mutations rewrite 8 years ago
tracks-alias-mutations-b add test for #893 8 years ago
transformer-async oops 8 years ago
transformer-multiple Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
transformer-single Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
trim-conditional-branches-in-exports Prune dead conditional expressions more carefully. 9 years ago
try-catch-scoping add form tests alongside function tests 10 years ago
unused-import use bundle.warn and module.warn throughout codebase 8 years ago
unused-var-a failing tests - tricky case with unused declarators in multiple var declaration 9 years ago
unused-var-b failing tests - tricky case with unused declarators in multiple var declaration 9 years ago
unused-var-c failing tests - tricky case with unused declarators in multiple var declaration 9 years ago
unused-var-d failing tests - tricky case with unused declarators in multiple var declaration 9 years ago
update-expression-of-import-fails use error helpers consistently, update tests 8 years ago
uses-supplied-ast update tests to reflect proposed 0.20.0 API 9 years ago
vars-in-for-loop-head dont separate vars in for loop head 8 years ago
vars-not-removed update magic-string 9 years ago
vars-not-removed-in-if-block include blocks containing activated var declarations (fixes #1113) 8 years ago
vars-with-init-in-dead-branch ignore var inits in dead branches - fixes #1198 8 years ago
warn-on-ambiguous-function-export use bundle.warn and module.warn throughout codebase 8 years ago
warn-on-auto-named-default-exports use bundle.warn and module.warn throughout codebase 8 years ago
warn-on-empty-bundle use bundle.warn and module.warn throughout codebase 8 years ago
warn-on-eval use bundle.warn and module.warn throughout codebase 8 years ago
warn-on-namespace-conflict use bundle.warn and module.warn throughout codebase 8 years ago
warn-on-top-level-this use bundle.warn and module.warn throughout codebase 8 years ago
warn-on-unused-missing-imports use bundle.warn and module.warn throughout codebase 8 years ago
wraps-ambiguous-default-export prevent irrelevant warning in test 8 years ago