Giter Site home page Giter Site logo

Comments (36)

greenkeeper avatar greenkeeper commented on August 23, 2024

After pinning to 1.11.3 your tests are passing again. Downgrade this dependency 📌.

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.12.0 to 1.12.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 5 commits.

  • b25b16a 1.12.1
  • 6c88569 Update changelog
  • 33eba89 Allow transformers to return an empty string (#2861)
  • 53947a1 Update changelog
  • 3f27695 Update to latest plugins and extend file name sanitation (#2860)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.12.1 to 1.12.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.12.2

2019-05-17

Bug Fixes

  • Do not fail when using clearScreen:false in watchMode (#2858)
  • Properly resolve star reexports when preserving modules (#2860)

Pull Requests

Commits

The new version differs by 12 commits.

  • a4fbc53 1.12.2
  • 968cb2a Update changelog
  • 72f2e81 Cache transitive reexport detection (#2864)
  • 020e87f Update changelog
  • 7aaec61 Declare processConfigsErr before use (#2858)
  • 6a79bc1 keep nested exports with preserveModules (#2854) (#2863)
  • 7e3225f Fix date in changelog
  • b25b16a 1.12.1
  • 6c88569 Update changelog
  • 33eba89 Allow transformers to return an empty string (#2861)
  • 53947a1 Update changelog
  • 3f27695 Update to latest plugins and extend file name sanitation (#2860)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.12.2 to 1.12.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.12.3

2019-05-19

Bug Fixes

  • Prevent duplicate imports when exports are reexported as default exports (#2866)

Pull Requests

Commits

The new version differs by 5 commits.

  • 455e994 1.12.3
  • c72da4a Update changelog
  • 9f84980 Properly deduplicate reexported default exports (#2866)
  • 0655489 Update changelog
  • 65b6aef Enable TypeScript strictNullChecks (#2755)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.12.3 to 1.12.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.12.4

2019-05-27

Bug Fixes

  • Show correct error stack trace for errors throw in "load" hooks (#2871)

Pull Requests

Commits

The new version differs by 9 commits.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.12.4 to 1.12.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.12.5

2019-05-30

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.12.5 to 1.13.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.13.0

2019-05-31

Features

  • Omit exports and module from SystemJS wrapper if possible (#2880)
  • Try to use the first letters of names when mangling exports (#2885)

Bug Fixes

  • Avoid conflicts with local variables when using format specific globals to render dynamic imports and file URLs (#2880)
  • Do not produce undefined reexports when reexporting from entry points (#2885)

Pull Requests

  • #2880: Deconflict global variables used inside format-specific code (@lukastaegert)
  • #2885: Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (@lukastaegert)
Commits

The new version differs by 8 commits.

  • df11753 Fix linting
  • a630866 1.13.0
  • 52268a9 Update changelog
  • b006d13 Deconflict global variables used inside format-specific code (#2880)
  • 70b0844 Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
  • 747c12b 1.12.5
  • 8e6b87c Update changelog
  • 07b3686 Update pluginutils for new micormatch (#2884)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.13.0 to 1.13.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.13.1

2019-06-01

Bug Fixes

  • Avoid conflicts between top-level module, require etc. and CommonJS runtimes (#2889)

Pull Requests

Commits

The new version differs by 13 commits.

  • 6a8d5ef 1.13.1
  • 52032bb Update changelog
  • 53cde75 Protect all module globals for CJS output from being redefined (#2889)
  • 4a70e08 Update changelog
  • dc87d58 Enable full TypeScript strict mode (#2888)
  • df11753 Fix linting
  • a630866 1.13.0
  • 52268a9 Update changelog
  • b006d13 Deconflict global variables used inside format-specific code (#2880)
  • 70b0844 Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
  • 747c12b 1.12.5
  • 8e6b87c Update changelog
  • 07b3686 Update pluginutils for new micormatch (#2884)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.13.1 to 1.14.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.0

2019-06-05

Features

  • Deoptimize code inside and called from try-statements for feature detection (#2892)
  • Tree-shake unused call arguments (#2892)

Pull Requests

  • #2892: Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (@lukastaegert)
Commits

The new version differs by 16 commits.

  • 6f9c3b5 1.14.0
  • 8186d22 Update changelog
  • cf398aa Implement try-statement-deoptimization for feature detection, tree-shake unused arguments (#2892)
  • 6a8d5ef 1.13.1
  • 52032bb Update changelog
  • 53cde75 Protect all module globals for CJS output from being redefined (#2889)
  • 4a70e08 Update changelog
  • dc87d58 Enable full TypeScript strict mode (#2888)
  • df11753 Fix linting
  • a630866 1.13.0
  • 52268a9 Update changelog
  • b006d13 Deconflict global variables used inside format-specific code (#2880)
  • 70b0844 Do not produce undefined reexports when reexporting from entry points and refactor chunk linking (#2885)
  • 747c12b 1.12.5
  • 8e6b87c Update changelog

There are 16 commits in total.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.14.0 to 1.14.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.14.1

2019-06-05

Bug Fixes

  • Fix an issue where try-statements were not included properly when a variable declared inside the statement was accessed outside it (#2898)
  • Fix an issue where await expressions were not included properly (#2899)

Pull Requests

  • #2898: Properly include try-catch-statements even if they have already been included in some way (@lukastaegert)
  • #2899: Fix unintended early return in await inclusion handling (@lukastaegert)
Commits

The new version differs by 4 commits.

  • 7915205 1.14.1
  • 4f7fdda Update changelog
  • af1748d Fix unintended early return in await inclusion handling. (#2899)
  • 71f2fa8 Properly include try-catch-statements even if they have already been (#2898)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.14.2 to 1.14.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.3

2019-06-06

Bug Fixes

  • Generate correct external imports when importing from a directory that would be above the root of the current working directory (#2902)

Pull Requests

Commits

The new version differs by 11 commits.

  • c68bd95 1.14.3
  • d79aa57 Update changelog
  • 7179390 Use browser relative path algorithm for chunks (#2902)
  • b1df517 Add funding button
  • 213055c 1.14.2
  • 5376a3c Update changelog
  • 16324f1 Handle early bind for member expressions (#2900)
  • 7915205 1.14.1
  • 4f7fdda Update changelog
  • af1748d Fix unintended early return in await inclusion handling. (#2899)
  • 71f2fa8 Properly include try-catch-statements even if they have already been (#2898)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.14.3 to 1.14.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.4

2019-06-07

Bug Fixes

  • Do not omit external re-exports for moduleSideEffects: false (#2905)

Pull Requests

  • #2905: Make sure external re-exports are included for moduleSideEffects: false (@lukastaegert)
Commits

The new version differs by 3 commits.

  • b22a264 1.14.4
  • 4392a3e Update changelog
  • 0a0b67f Make sure external re-exports are included for moduleSideEffects: false (#2905)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.14.4 to 1.14.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.14.5

2019-06-09

Bug Fixes

  • Keep external ids unmodified when using the object form of resolveId (#2907)
  • Cache dynamic import resolutions when using Rollup cache (#2908)
  • Keep all necessary parentheses when tree-shaking call arguments (#2911)

Pull Requests

Commits

The new version differs by 7 commits.

  • 139c0b5 1.14.5
  • a931d1f Update changelog
  • 84bc002 Cache dynamic ids if possible (#2908)
  • fd2fe29 Do not resolve relative external ids when using the object form (#2907)
  • a10a4fb Fix treeshaken parameters around parentheses (#2911)
  • 6652a3e Update changelog
  • 98a91ef Update dependencies (#2906)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.14.5 to 1.14.6.

Your tests are still failing with this version. Compare changes

Release Notes for v1.14.6

2019-06-10

Bug Fixes

  • Fix an issue where call arguments were not included in try statements (#2914)

Pull Requests

  • #2914: Properly include try statements for each pass when deoptimization is deactivated (@lukastaegert)
Commits

The new version differs by 10 commits.

  • 3ff3db8 1.14.6
  • a624540 Update changelog
  • 9abcb7e Properly include try statements for each pass when deoptimization is deactivated (#2914)
  • 139c0b5 1.14.5
  • a931d1f Update changelog
  • 84bc002 Cache dynamic ids if possible (#2908)
  • fd2fe29 Do not resolve relative external ids when using the object form (#2907)
  • a10a4fb Fix treeshaken parameters around parentheses (#2911)
  • 6652a3e Update changelog
  • 98a91ef Update dependencies (#2906)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.14.6 to 1.15.0.

Your tests are still failing with this version. Compare changes

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.15.0 to 1.15.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • c9eeef7 1.15.1
  • 33513a9 Update changelog
  • dbe4492 Handle reexports from dynamic entries across chunks (#2928)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.15.1 to 1.15.2.

Your tests are still failing with this version. Compare changes

Release Notes for v1.15.2

2019-06-13

Bug Fixes

  • Make sure chunks emitted from transform hooks are also emitted for incremental builds in watch mode (#2933)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.15.2 to 1.15.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.15.3

2019-06-13

Bug Fixes

  • Always reemit assets and chunks from cached transform hooks (#2936)

Pull Requests

Commits

The new version differs by 3 commits.

  • d98eb95 1.15.3
  • f17910b Update changelog
  • 9d19a18 Fix repeated re-emission of files emitted from a transform hook (#2936)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.15.3 to 1.15.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.15.4

2019-06-14

Bug Fixes

  • Improve how asset and chunk URLs are resolved for UMD, IIFE and CJS output (#2937)

Pull Requests

  • #2937: Fix URL resolution to work when the current script contains query parameters (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 74a3be1 1.15.4
  • fb497a5 Update changelog
  • 1934044 Fix URL resolution to work when the current script contains query parameters (#2937)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.15.4 to 1.15.5.

Your tests are still failing with this version. Compare changes

Release Notes for v1.15.5

2019-06-14

Bug Fixes

  • Do not include any comments for completely tree-shaken files so that renderedLength === 0 is a reliable check (#2940)
  • Do not cause type errors when returning null from resolveId (#2941)

Pull Requests

Commits

The new version differs by 4 commits.

  • 3a5c17a 1.15.5
  • c1ba368 Update changelog
  • b216023 Completely omit files that do not have any included statements (#2940)
  • dd00ff5 Explicitly allow null as return value for various hooks (#2941)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.15.5 to 1.15.6.

Your tests are still failing with this version. Compare changes

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.15.6 to 1.16.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.0 to 1.16.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits.

  • dc7fc34 1.16.1
  • 53dfc84 Update changelog
  • 88b938d Add missing docs for strictDeprecations (#2956)
  • eb16d2f 1.16.0
  • d711fc4 Update changelog
  • 1739459 Add option to handle use of features marked for deprecation as errors (#2950)
  • bae092c Update changelog
  • 0de95d0 Improve dynamic import interop (#2954)
  • 3681afa Keep annotations and comments when simplifying logical and conditional expressions (#2955)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.1 to 1.16.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 3 commits.

  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog
  • 9cb67d2 Make sure errors from dynamic imports can be caught (#2958)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.2 to 1.16.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.3

2019-06-29

Bug Fixes

  • Prevent name conflicts with unused function parameters (#2972)

Pull Requests

Commits

The new version differs by 6 commits.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.3 to 1.16.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.4

2019-07-02

Bug Fixes

  • Do not show a TypeScript error when providing a location as number to this.warn and this.error (#2974)
  • Use the correct TypeScript type for Sourcemap.version (#2976)

Pull Requests

Commits

The new version differs by 16 commits.

  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again
  • 928d7d6 Update website links
  • 0dd6c15 Remove accidental solo test run
  • ea68fbc 1.16.3
  • dbc2c17 Update changelog
  • 9fb1a48 Deconflict unused parameters (#2972)
  • 3ed6c52 1.16.2
  • 48f7f6d Update changelog

There are 16 commits in total.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.4 to 1.16.5.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.16.5

2019-07-04

Bug Fixes

  • onwarn should still be called when --silent is used (#2982)
  • Properly clean up watchers for files that are deleted between builds (#2982)

Pull Requests

Commits

The new version differs by 20 commits.

  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again
  • 928d7d6 Update website links
  • 0dd6c15 Remove accidental solo test run
  • ea68fbc 1.16.3

There are 20 commits in total.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.5 to 1.16.6.

Your tests are still failing with this version. Compare changes

Release Notes for v1.16.6

2019-07-04

Bug Fixes

  • Do not pass undefined to resolveDynamicImport for unresolvable template literals (#2984)

Pull Requests

Commits

The new version differs by 23 commits.

  • 198a7b6 1.16.6
  • 365e363 Update changelog
  • 61f021e Always forward AST nodes for unresolvable dynamic imports (#2984)
  • c4dbb51 1.16.5
  • ee4f0fe Update changelog
  • b1afb6e Do not skip onwarn handler when --silent is used (#2981)
  • ef7486d Make tests run on Node 12, fix watcher cleanup issue (#2982)
  • 2896755 1.16.4
  • c2eb6e6 Update changelog
  • b02296a Use async readFile in getRollupDefaultPlugin (#2965)
  • 20b434d Update changelog
  • eb97a3d Fix sourcemap type and update dependencies (#2976)
  • 959df58 Update changelog
  • 5682ae9 Align TS types, docs and implementation for this.warn and this.error (#2975)
  • 21b7ce4 Compensate for netlify URL normalization and fix scrolling again

There are 23 commits in total.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.6 to 1.16.7.

Your tests are still failing with this version. Compare changes

Release Notes for v1.16.7

2019-07-09

Bug Fixes

  • Fix an issue where exported import.meta properties would lead to invalid code (#2986)

Pull Requests

Commits

The new version differs by 6 commits.

  • faebb27 1.16.7
  • 05219ef Update changelog
  • 893c725 Only overwrite content when resolving import.meta properties (#2986)
  • e66d7be Sourcemap types (#2985)
  • 8fe1385 Minor stylistic improvements
  • 36f690a Remove leftover solo: true

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.16.7 to 1.17.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v1.17.0

2019-07-15

Features

  • Allow plugins to access current combined sourcemap in transform hook for coverage instrumentation (#2986)

Pull Requests

Commits

The new version differs by 5 commits.

  • 5d1541a 1.17.0
  • 61989d4 Update changelog
  • 7b5aa2b Bump lodash from 4.17.11 to 4.17.14 (#2989)
  • 6b500b8 Add getCombinedSourceMap in transform plugin context (#2983) (#2993)
  • a36020d docs: Fix code fences for link (#2987)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.17.0 to 1.18.0.

Your tests are still failing with this version. Compare changes

Release Notes for v1.18.0

2019-08-01

Features

  • Add externalLiveBindings: false option to optimize code when live bindings are not needed (#3010)

Pull Requests

Commits

The new version differs by 13 commits.

  • 57dd0b9 1.18.0
  • 997df87 Update changelog
  • 4a0fa56 Add option to prevent code for external live bindings (#3010)
  • def3ae2 Update changelog
  • 2219f24 Update badges (#2998)
  • 8f4a993 Update changelog
  • b194d4a Include working coverage script (#2997)
  • db6979d Update changelog
  • 5d1541a 1.17.0
  • 61989d4 Update changelog
  • 7b5aa2b Bump lodash from 4.17.11 to 4.17.14 (#2989)
  • 6b500b8 Add getCombinedSourceMap in transform plugin context (#2983) (#2993)
  • a36020d docs: Fix code fences for link (#2987)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.18.0 to 1.19.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 9af119d 1.19.0
  • b3f361c Update changelog
  • 456f4d2 Avoid variable from empty module name be empty (#3026)
  • 17eaa43 Use id of last module in chunk as name base for auto-generated chunks (#3025)
  • 871bfa0 Switch to a code-splitting build and update dependencies (#3020)
  • 2443783 Unified file emission api (#2999)

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.19.0 to 1.19.1.

Your tests are still failing with this version. Compare changes

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.19.1 to 1.19.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.19.2 to 1.19.3.

Your tests are still failing with this version. Compare changes

Release Notes for v1.19.3

2019-08-06

Bug Fixes

  • Fix wrong URLs in error messages (#3033)

Pull Requests

Commits

The new version differs by 3 commits.

See the full diff

from queueable.

greenkeeper avatar greenkeeper commented on August 23, 2024
  • The devDependency rollup was updated from 1.19.3 to 1.19.4.

Your tests are still failing with this version. Compare changes

Release Notes for v1.19.4

2019-08-07

Bug Fixes

  • Prevent invalid code when exporting an external namespace (#3034)
  • Prevent invalid or non-equivalent code when simplifying expressions in return and throw statements (#3035)

Pull Requests

Commits

The new version differs by 5 commits.

  • ce60434 1.19.4
  • cc3726d Update changelog
  • 288069e Prevent ASI errors for conditional expressions (#3035)
  • 44a23bb Avoid generate .* thing (#3034)
  • bdac4aa Fix documents to use https, not http (#3036)

See the full diff

from queueable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.