Giter VIP home page Giter VIP logo

Comments (13)

meeroslav avatar meeroslav commented on July 19, 2024

@seemsindie
Hi Ivan,
This looks like Typescript transpiler inconsistency error. export comes from ES6 format and your transpiler is probably set to common.js. It would help if you could provide more information:

  • Which version of CLI are you using?
  • What are your tsconfig.json settings?

from localize-router.

seemsindie avatar seemsindie commented on July 19, 2024

@meeroslav
My tsconfig.json contains:

{
  "compilerOptions": {
    "declaration": false,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "lib": ["es6", "dom"],
    "mapRoot": "./",
    "module": "es6",
    "moduleResolution": "node",
    "outDir": "../dist/out-tsc",
    "sourceMap": true,
    "target": "es5",
    "typeRoots": [
      "../node_modules/@types"
    ],
    "types": [ "node" ]
  }
}

And i am using universal-cli https://github.com/devCrossNet/angular-cli
Version:
universal-cli: 1.0.0-alpha.universal.1
angular-cli: 1.0.0-beta.19-3

from localize-router.

meeroslav avatar meeroslav commented on July 19, 2024

I will look into it as soon as possible. Sorry for the delay.

from localize-router.

meeroslav avatar meeroslav commented on July 19, 2024

Hi, can you compare your version with https://github.com/meeroslav/universal-localize-example? This is pretty rudimental project built with universal-cli.

Also I hope it's just a typo - project built with universal-cli should be served with ung serve not ng serve.

from localize-router.

phatpham9 avatar phatpham9 commented on July 19, 2024

Anyone can help!? I have an error with import { Observable } from 'rxjs/Observable'; SyntaxError: Unexpected token import
localize-router error

from localize-router.

Chuvisco88 avatar Chuvisco88 commented on July 19, 2024

@phatpham9 I remember I had the same problem some time back. Did you add rxjs to your vendors?

from localize-router.

phatpham9 avatar phatpham9 commented on July 19, 2024

@Chuvisco88 I've tried import 'rxjs/Observable'; and now SyntaxError: Unexpected token export

from localize-router.

 avatar commented on July 19, 2024

Same issue trying to implement localize-router with angular universal ( universal start, not universal-cli ). I've tried to import rxjs but no luck.

from localize-router.

phatpham9 avatar phatpham9 commented on July 19, 2024

Still waiting helps

from localize-router.

meeroslav avatar meeroslav commented on July 19, 2024

Hi, can you provide minimal repo?

from localize-router.

lilzeta avatar lilzeta commented on July 19, 2024

@phatpham9
I was having a very similar error as yours above. I was creating a repo to post here by mashing preboot2 angular stub with this and the stub was updated to use webpack2. I didn't have the error, I ported the configs from preboot2 back over to my main project
I think the problem had something to do with webpack 1 linking, I'm still not sure but I don't have more time to research. If you use the localize-router lib with the current preboot stub it will work.
https://github.com/preboot/angular2-webpack

from localize-router.

meeroslav avatar meeroslav commented on July 19, 2024

I've managed to reproduce it so I'll look into it. It took a while, sorry

from localize-router.

chriseugenerodriguez avatar chriseugenerodriguez commented on July 19, 2024

@meeroslav any updates? I am having same issue.

from localize-router.

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.